Advertisement
lafur

Untitled

May 19th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.90 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 109865
  3. local genv={}
  4. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  5. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  6. function(t,f)
  7. for a,b in pairs(t) do
  8. f(a,b)
  9. end
  10. end
  11. local Types = {
  12. Color3 = Color3.new,
  13. Vector3 = Vector3.new,
  14. Vector2 = Vector2.new,
  15. UDim = UDim.new,
  16. UDim2 = UDim2.new,
  17. CFrame = CFrame.new,
  18. Rect = Rect.new,
  19. NumberRange = NumberRange.new,
  20. BrickColor = BrickColor.new,
  21. PhysicalProperties = PhysicalProperties.new,
  22. NumberSequence = function(...)
  23. local a = {...}
  24. local t = {}
  25. repeat
  26. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  27. until #a==0
  28. return NumberSequence.new(t)
  29. end,
  30. ColorSequence = function(...)
  31. local a = {...}
  32. local t = {}
  33. repeat
  34. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  35. until #a==0
  36. return ColorSequence.new(t)
  37. end,
  38. number = tonumber,
  39. boolean = function(a)
  40. return a=="1"
  41. end
  42. }
  43. split = function(str,sep)
  44. if not str then return end
  45. local fields = {}
  46. local ConcatNext = false
  47. str:gsub(("([^%s]+)"):format(sep),function(c)
  48. if ConcatNext == true then
  49. fields[#fields] = fields[#fields]..sep..c
  50. ConcatNext = false
  51. else
  52. fields[#fields+1] = c
  53. end
  54. if c:sub(#c)=="\\" then
  55. c = fields[#fields]
  56. fields[#fields] = c:sub(1,#c-1)
  57. ConcatNext = true
  58. end
  59. end)
  60. return fields
  61. end
  62. RemoveAndSplit = function(t)
  63. return split(table_remove(t,1),comma)
  64. end
  65. t = split(str,";")
  66. props = RemoveAndSplit(t)
  67. classes = RemoveAndSplit(t)
  68. values = split(table_remove(t,1),'|')
  69. ICList = RemoveAndSplit(t)
  70. InstanceList = {}
  71. Model = inst"Model"
  72. CurPar = Model
  73. table_foreach(t,function(ct,c)
  74. if c=="n" or c=="p" then
  75. CurPar = c=="n" and LastIns or CurPar[parnt]
  76. else
  77. ct = split(c,"|")
  78. local class = classes[tonum(table_remove(ct,1))]
  79. if class=="UnionOperation" then
  80. LastIns = {UsePartColor="1"}
  81. else
  82. LastIns = inst(class)
  83. if LastIns:IsA"Script" then
  84. s(LastIns)
  85. elseif LastIns:IsA("ModuleScript") then
  86. ms(LastIns)
  87. end
  88. end
  89.  
  90. local function SetProperty(LastIns,p,str,s)
  91. s = Types[typeof(LastIns[p])]
  92. if p=="CustomPhysicalProperties" then
  93. s = PhysicalProperties.new
  94. end
  95. if s then
  96. LastIns[p] = s(unpack(split(str,comma)))
  97. else
  98. LastIns[p] = str
  99. end
  100. end
  101.  
  102. local UnionData
  103. table_foreach(ct,function(s,p,a,str)
  104. a = p:find":"
  105. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  106. if p=="UnionData" then
  107. UnionData = split(str," ")
  108. return
  109. end
  110. if class=="UnionOperation" then
  111. LastIns[p] = str
  112. return
  113. end
  114. SetProperty(LastIns,p,str)
  115. end)
  116.  
  117. if UnionData then
  118. local LI_Data = LastIns
  119. LastIns = DecodeUnion(UnionData)
  120. table_foreach(LI_Data,function(p,str)
  121. SetProperty(LastIns,p,str)
  122. end)
  123. end
  124. table.insert(InstanceList,LastIns)
  125. LastIns[parnt] = CurPar
  126. end
  127. end)
  128. table_remove(ICList,1)
  129. table_foreach(ICList,function(a,b)
  130. b = split(b,">")
  131. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  132. end)
  133.  
  134. return Model:GetChildren()
  135. end
  136.  
  137. local Objects = Decode('Name,Position,Orientation,Size,BottomSurface,FrontSurface,TopSurface,Value,C0,C1,Part0,Part1,Color,BackSurface,LeftSurface,RightSurface,Material,Range,Shadows,Transparency,Heat,Brightness,CanCollide,Torque,MaxSpeed;Part,Model,StringValue,Weld,Configuration,NumberValue,IntValue,PointLight,Fire,WedgePart,VehicleSeat,BoolValue,Seat;Part|My SpaceShip|TurretPlate|-81.3214,43.1985,57.3598|0,179.99,0|12,0.2,12|2|10|0|TurretPositionIdentifier|Front|TurretSize|Medium|TurretName|Medium Railgun|0,-0.1001,0,1,0,0,-0,-0,-1,0,1,0|-0.0006,0.4994,37.5008,-1,0.0001,0,-0.0001,0,-1,-0.0002,-1,-0.0001|-81.3213,50.1987,8.3599|Center|-81.3215,50.1988,-22.6401|Rear|-113.4204,35.1006,-13.6407|0,179.99,-90|Right|Medium Laser|-49.2222,35.0964,-13.6'
  138. ..'414|0,179.99,90|Left|MaxShield|3000|MaxHull|4000|ExplosionSize|200|Description|I Hope You Like It|Class|Dreadnought|Mass|1000000|ShipParts|0.1058,0.1647,0.2078|-90.8213,34.5997,81.3589|0,180,0|1,5,8|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.0001,-0.5,-0.0001,-1,0,0,0,-0.0001,1,0,1,-0.0001|-71.8214,34.5985,81.3589|-66.8269,25.7343,34.359|0,0,45|1.2,0.2,1.6|0.6313,0.7686,0.549|-66.1198,26.4414,34.959|0.4,0.2,0.4|-66.1198,26.4414,34.359|0.9725,0.8509,0.4274|-66.1198,26.4414,33.759|1,0.349,0.349|-65.6955,26.8657,33.759|-1.4,0.697,0.697,0,-1.0001,-0.0001,0.7071,0,-0.7072,0.7071,-0.0001,0.7071|-65.6955,26.8657,34.359|-65.6955,26.8657,34.959|0.7686,0.1568,0.1098|-66.4733,26.0879,33.159|0.2,0.2,0.3999|-66.2612,26.3,30.859|0.4,0.2,0.5999|-66'
  139. ..'.4733,26.0879,31.2589|0.2,0.2,3.3999|-66.6148,25.9465,30.8589|0.2,0.2,0.9999|-66.8269,25.7343,30.859|0.4,0.2,0.2|-67.0391,25.5222,30.859|0.2,0.2,1.7999|-69.4955,26.0661,49.159|0.4,0.2,0.3999|-0.8001,-0.1029,-0.103,0,-1,-0.0001,0.7071,-0.0001,-0.7072,0.7071,0,0.7071|-69.9198,25.6419,49.159|-0.8001,-0.5272,-0.5272,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-69.9198,25.6418,50.359|-2.0001,-0.5272,-0.5272,0,-1,-0.0001,0.7071,-0.0001,-0.7072,0.7071,0,0.7071|-69.9198,25.6418,50.959|-69.4955,26.0661,50.959|-2.6001,-0.1029,-0.103,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-69.4955,26.0661,50.359|-69.4955,26.0661,49.759|-1.4001,-0.1029,-0.103,0,-1,-0.0001,0.7071,-0.0001,-0.7072,0.7071,0,0.7071|-69.9198,25.6418,49.759|-69.1198,2'
  140. ..'6.4417,49.159|-0.8001,0.2727,0.2728,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-69.1198,26.4418,49.7589|-69.1198,26.4417,50.359|-2,0.2728,0.2728,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-69.1198,26.4417,50.959|-2.6001,0.2728,0.2727,0,-1,-0.0001,0.7071,-0.0001,-0.7072,0.7071,0,0.7071|-68.6955,26.866,50.959|-2.6001,0.697,0.697,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-68.6955,26.866,50.359|-2,0.697,0.697,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-68.6955,26.866,49.759|-1.4,0.697,0.697,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-68.6955,26.866,49.159|-0.8001,0.697,0.697,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-69.9683,25.5933,47.059|0.4,0.2,1.8|-69.4027,26.1589,47.0589|1.3,-0.0101,-0.0101,0,-1,0,0.707,-0.0'
  141. ..'001,-0.7072,0.7071,0,0.7071|-69.6855,25.8761,47.059|0.4,0.2,2.5999|1.3,-0.2929,-0.2929,0,-1,0,0.707,-0.0001,-0.7072,0.7071,0,0.7071|-95.8876,25.8072,30.859|0,0,-45|1,0.2,2.5999|-96.7361,26.6558,30.859|-96.0997,26.0194,33.759|-95.6755,25.5951,32.559|0.1999,-0.5758,-0.5758,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-95.6755,25.5951,33.159|0.7999,-0.5758,-0.5758,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-95.6755,25.5951,33.759|1.3999,-0.5758,-0.5758,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-95.6755,25.5951,34.359|2,-0.5758,-0.5758,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-95.6755,25.5951,34.959|2.6,-0.5758,-0.5758,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.0997,26.019'
  142. ..'4,32.559|0.1999,-0.1515,-0.1515,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.0997,26.0194,33.159|1.3999,-0.1515,-0.1515,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.0997,26.0194,34.359|-96.0997,26.0194,34.959|2.6,-0.1515,-0.1515,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.524,26.4437,32.559|-96.524,26.4437,33.159|-96.524,26.4437,33.759|1.3999,0.2727,0.2727,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.524,26.4437,34.359|2,0.2727,0.2727,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.524,26.4437,34.959|2.6,0.2727,0.2727,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.9482,26.8679,32.559|0.1999,0.697,0.697,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-'
  143. ..'96.9482,26.8679,33.159|0.7999,0.697,0.697,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.9482,26.8679,33.759|1.3999,0.697,0.697,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-96.9482,26.8679,34.359|2,0.697,0.697,-0.0001,1,0,-0.7072,-0.0001,-0.7071,-0.7072,-0.0001,0.7071|-96.9482,26.868,34.959|-92.534,25.4532,47.059|-1.3001,-0.7172,-0.7172,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-92.9583,25.8775,47.059|-1.3001,-0.2929,-0.293,0,1,-0.0001,-0.7072,-0.0001,-0.7072,-0.7072,0,0.7071|-93.3825,26.3017,47.059|-1.3001,0.1313,0.1313,0,1,-0.0001,-0.7072,-0.0001,-0.7071,-0.7072,0,0.7071|-93.8775,26.7968,45.859|0.6,0.2,0.2|-2.5,0.6263,0.6263,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-93.8775,26.79'
  144. ..'68,46.259|-2.1001,0.6263,0.6263,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|0.5019,0.7333,0.8588|-93.8775,26.7968,46.659|-1.7,0.6263,0.6263,0,1,-0.0001,-0.7072,-0.0001,-0.7072,-0.7072,0,0.7071|-93.8775,26.7968,47.059|-1.3001,0.6263,0.6263,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-93.8775,26.7968,47.459|-0.9,0.6263,0.6263,0,1,-0.0001,-0.7072,-0.0001,-0.7071,-0.7072,0,0.7071|-93.8775,26.7968,47.859|-0.5,0.6263,0.6263,0,1,0,-0.7072,-0.0001,-0.7072,-0.7072,-0.0001,0.7071|-93.8775,26.7968,48.259|-0.1001,0.6263,0.6263,0,1,-0.0001,-0.7072,-0.0001,-0.7071,-0.7072,0,0.7071|-93.2411,26.1603,49.859|2.4,0.2,2.5999|1.5,-0.0101,-0.0101,0,1,-0.0001,-0.7072,-0.0001,-0.7071,-0.7072,0,0.7071|0,1,1|288|-80.8214,40.599,21'
  145. ..'.859|0,0,-0.01|11,1,11|-80.8214,41.599,21.859|13,1,13|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|0,0.5,0,1,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,1,-0.0001|-80.8214,38.599,21.859|-80.8214,39.599,21.859|0,0.5,0,-1,-0,-0,0,0,1,0,1,0|0,-0.5,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|0,0.5,0,1,0,0,-0.0001,-0.0001,-1,0,1,0|-80.8215,36.599,21.859|-80.8215,37.599,21.859|-0.0001,0.5,0,1,0,0,-0.0001,-0.0001,-1,0,1,0|-80.8216,34.599,21.859|20|0.0001,0.5,0,1,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,1,-0.0001|-80.8215,35.599,21.859|-80.8218,32.599,21.859|-80.8218,33.599,21.859|-80.8218,30.599,21.859|-80.8218,31.599,21.859|-80.8218,28.599,21.859|-80.8218,29.599,21.859|-0.0001,-0.5,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-80.8219,26.599,21.859|-80.8219,2'
  146. ..'7.599,21.859|-80.8219,25.599,21.859|-0.0001,-0.5001,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-80.822,24.599,21.859|-80.822,23.599,21.859|0.9294,0.9176,0.9176|-64.8216,30.5981,32.359|1,1,2|0,-0.5,0,0,-1,0,0,-0.0001,1,-1,0,-0.0001|-97.8216,30.6001,32.359|1|0,-0.5,-0.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-93.3219,24.0997,48.359|0,-90,0|6,2,2|-69.322,24.0982,48.359|0,90,0|0,-1,0,1,0,0,-0,-0,-1,0,1,0|11.9997,2.5002,28.5,-0.0001,1,0,-0.0001,0,-1,-1,-0.0001,0|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,-1.0001,-0.0001,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|-3,0,0,-0,-0,-1,0,1,0,1,0,0|-0.0001,-0.0001,1,-0.0001,1,0,1,0,-0.0001,-0.0001,0,-1|3,0,0,0,0,1,0,1,0,-1,-0,-0|0,-0.0001,1,-0.0001,-1,0,-1,0,0,-0.0001,-0.0001,-1|-96.322,24.1002,32.359|0,-0.999'
  147. ..'9,0,-1,0,0,0,0,1,0,1,-0.0001|-66.322,24.0979,32.359|0,0,1,-0.0001,1,-0.0001,1,-0.0001,0,-0.0001,0,-1|14.9997,2.5002,12.5,-0.0001,1,0,-0.0001,0,-1,-1,-0.0001,0|-117.3229,7.1013,69.859|2,8,3|0,-4,0,1,0,0,-0,-0,-1,0,1,0|-0.0001,-0.0002,1.0002,0,1,0,1,0,0,0,-0.0001,-1|0,0,-1.5,-1,-0,-0,0,1,0,-0,-0,-1|0.5,0,-15,1,0,0,0,1,0,0,0,1|0,4,0,-1,-0,-0,0,0,1,0,1,0|0,-1,-0.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-123.3231,2.1014,69.859|10,2,3|-129.3227,7.1019,69.859|0,-0.0001,1,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-123.3226,12.1015,69.859|5,0,0,0,0,1,0,1,0,-1,-0,-0|0,-0.0002,0.9999,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,0,-1|-39.3232,12.0972,69.859|0,0,0.0099|0,0.0001,0.9999,-1,0,-0.0001,0,1,0,0,0,-1|-45.323,7.0969,69.859|0,-1.0001,0,'
  148. ..'0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|0,0,1,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|0.4998,0,15,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-33.3228,7.0977,69.859|0,-1.0001,0,0,1,0,-0.0001,0,1,1,0,-0.0001|-39.3228,2.0972,69.859|-5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-1,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-117.3226,13.1014,-57.141|-90,0,0|10,1,8|0.9254,0.545,0.2745|-45.3227,13.0967,-57.141|0,0,-15,1,0,-0.0001,-0.0001,1,-0.0001,0,0,1|-123.8225,13.1019,-41.6408|3,8,30|0,0,-15,-1,-0,-0,0,1,0,-0,-0,-1|0.5,-0.0002,-1.5,1,-0.0001,-0.0001,0,1,0,0,-0.0001,1|5.4995,-1.5001,0.0001,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|5.4997,0.0001,1.4999,-0.0001,-1,0,-1,0,0,-0.0001,-0.0001,-1|-7.0003,-1.0001,-0.4999,0,-1,-0.0001,0,-'
  149. ..'0.0001,1,-1,-0.0001,0|-7.0003,0.5,0.9999,-0.0001,-1,0,-1,0,0,-0.0001,-0.0001,-1|-117.323,8.1014,-58.141|0,-1,0,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|0,-1.0001,-0.0001,-1,0,-0.0001,-0.0001,0,1,0,1,-0.0001|-123.3225,13.102,-58.1407|-111.3227,13.101,-58.141|0,-1,0,0,-1,0,0,0,1,-1,-0.0001,0|0.4999,0,15,-1,0,-0.0001,0,1,0,0,0,-1|-110.8227,13.1009,-41.641|0,180,0.0099|-11.9997,-1.5001,-0.0001,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|7,-1.0001,-0.5,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|12.5,-1.5001,0,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|-110.8223,18.601,-36.6412|3,3,8|0,1.5,0,-1,-0,-0,0,0,1,0,1,0|-0.0001,-1.5001,0,-0.0001,1,-0.0001,-0.0001,0,1,1,0,0|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-1.5001,-0.0001,-1,0,0,0,0,1,0,1,-0.0001|-104.8219,2'
  150. ..'4.6007,-36.6412|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|0,0,1.4999,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,-0.0001,-1|0,-1.5,0,1,0,0,-0,-0,-1,0,1,0|0,-0.0001,1.5001,-0.0001,-1,-0.0001,-1,0,0,-0.0001,0,-1|-117.3226,13.1014,-41.641|10,14,30|7,-1.0001,5,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|0,-0.5,0,-1,0,0,0,0,1,0,1,-0.0001|-7,-1,4.9999,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-101.8217,27.6004,-36.6412|0,-1.5001,-0.0001,-0.0001,1,-0.0001,-0.0001,0,1,1,0,0|-107.8221,21.6008,-36.6412|0,-1.5,-0.0001,-1,-0.0001,0,-0.0001,-0.0001,1,-0.0001,1,0|0,-1.5002,0,-0.0001,1,-0.0001,0,0,1,1,0,-0.0001|-117.3223,18.1014,-58.141|0,0,1,-1,0,-0.0001,0,1,0,0,0,-1|0,-0.0001,0.9999,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-45.3223,18.0969,-58.141|0,0.0002'
  151. ..',1,-1,0,-0.0001,0,1,0,0,0,-1|0,-0.0004,1,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-51.3227,13.0972,-58.141|0,-1.0001,-0.0001,0,1,-0.0001,0,0,1,1,-0.0001,-0.0001|0,0,0.9999,0,1,0,1,-0.0001,0,0,0,-1|-39.3225,13.0966,-58.141|-45.323,8.0966,-58.141|0,-1.0001,-0.0002,-1,-0.0001,0,-0.0001,0,1,-0.0001,1,-0.0001|0,-5.0002,-15,1,0,-0.0001,-0.0001,1,0,0,-0.0001,1|-51.8227,13.0972,-41.641|-7,-1.0001,-0.5,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|0.4999,-0.0001,-1.5,1,-0.0001,-0.0001,0,1,0,0,-0.0001,1|-1.5,-1.5001,0.0002,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|-12.5,-1.5001,0.0001,0,-1,-0.0001,-0.0001,-0.0001,1,-1,-0.0001,-0.0001|12,-1.5001,0.0001,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|5.5,0,1.4999,-0.0001,-1,0,-1,0,0,-0.0001,-0.000'
  152. ..'1,-1|-12.5,0.0002,1.4999,-0.0001,-1,0,-1,0,-0.0001,0,-0.0001,-1|-38.8226,13.0964,-41.641|-5.5,-1.5,-0.0005,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|12.5,-1.5002,-0.0004,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|7,-1.0001,-0.5005,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|12.5,-0.0004,1.5,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-5.5,-0.0004,1.5,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|0,0,15,1,0,0,0,1,0,0,0,1|-0.4999,-0.0002,-1.5,1,-0.0001,-0.0001,0,1,0,0,-0.0001,1|7,0.4996,0.9999,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-45.3227,13.0967,-41.641|7,-1.0001,4.9998,-1,0,0,0,0,1,0,1,-0.0001|-51.8223,18.5972,-36.641|0,-1.4999,-0.0001,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-54.8221,21.5974,-36.641|0,-1.5,-0.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|'
  153. ..'0,0,1.4999,-0.0001,-1,0,-1,0,0,-0.0001,-0.0001,-1|-57.8219,24.5976,-36.641|0,-1.5,0,-0.0001,1,0,-0.0001,-0.0001,1,1,0,0|0,-1.5,0,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|0,0,1.5,-1,0,0,0,1,0,0,0,-1|-60.8217,27.5978,-36.641|-65.8211,35.0977,-18.141|1,14,1|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.4999,0,0.5,0,0,-1,0,1,0,1,-0.0001,0|-65.8215,35.0977,-26.141|1,14,13|0,0,6.5,1,0,0,0,1,0,0,0,1|15.5,-10.0005,11.9999,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|0.5001,0,8.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|0.9999,0.9999,11.9999,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-65.8213,35.0981,-14.141|0.5001,0.0004,-3.5,0,0,-1,0,1,0,1,-0.0001,0|-65.8213,35.0981,-16.141|0.5001,0.0004,-1.5,0,0,-1,0,1,0,1,-0.0001,0|-65.8213,35.0981,-12.141|0.5001,0.0004,-5.5,0,'
  154. ..'0,-1,0,1,0,1,-0.0001,0|-65.8211,35.0977,-10.141|0.4999,0,-7.5,0,0,-1,0,1,0,1,-0.0001,0|-96.8215,35.1,-23.141|1,14,9|-96.8213,35.1,-17.141|-0.4999,-0.0001,-0.5,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-96.8213,35.1,-15.141|-0.4999,-0.0001,-2.5,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-96.8213,35.1,-13.141|-96.8213,35.1,-11.141|-96.8213,35.1,-9.141|0,0,0.5,1,0,0,0,1,0,0,0,1|-0.0001,-1.5,-0.5001,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|-0.4999,-0.0001,-8.5,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-68.8212,35.0977,-33.1412|7,14,11|0,7,0,-1,-0,-0,0,0,1,0,1,0|12.5002,-0.5006,-53.0003,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-94.8213,35.0999,-30.1412|7,14,5|0,0,-2.5,-1,-0,-0,0,1,0,-0,-0,-1|-13.4998,-10,11.9998,-1'
  155. ..',0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-13.4999,-0.5,-50.0003,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|1,0.9999,11.9997,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|0,0,2.5,1,0,0,0,1,0,0,0,1|2.0001,0.0001,-4.5002,1,-0.0001,-0.0001,0,1,0,0,-0.0001,1|-64.8212,35.0976,-17.641|1,14,18|30|10|-97.8211,35.1002,-17.641|0,0,-9,-1,-0,-0,0,1,0,-0,-0,-1|-0.0001,-1.5,0.4997,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|-0.4999,0,-6.5,0,0,1,-0.0001,1,-0.0001,-1,-0.0001,0|-0.4999,0,-4.5,0,0,1,-0.0001,1,-0.0001,-1,-0.0001,0|-0.4997,0,5.5,-0.0001,-0.0001,1,-0.0001,1,-0.0001,-1,-0.0001,0|-81.3217,25.5987,-19.141|34,5,27|0,0,-13.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-2.5,12,1,0,0,-0.0001,-1,-0.0001,-0.0001,-0.0001,-1|0,-2.5,0,1,0,0,-0,-0,-1,0,1,0|-0.0001,2.5,-39,1,0,0,0,-0'
  156. ..'.0001,-1,-0.0001,1,-0.0001|0,2.5,0,-1,-0,-0,0,0,1,0,1,0|16.5001,-7.0002,1.5,1,-0.0001,0,-0.0001,-0.0001,1,-0.0001,-1,-0.0001|-12.5,-7.0003,14.0001,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|-16.4999,-7.0002,1.5,1,-0.0001,0,-0.0001,-0.0001,1,-0.0001,-1,-0.0001|13.4999,-7.0002,10.9999,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|0,0,13.5,1,0,0,0,1,0,0,0,1|0,0,14.5,-1,-0.0001,0,-0.0001,1,0,-0.0001,0,-1|-89.3213,35.5996,-47.141|4,9,17|2,0,0,0,0,1,0,1,0,-1,-0,-0|0,2.9999,1.9999,1,0,-0.0001,-0.0001,-1,0,0,0,-1|0,3.5001,2.0001,-1,0,-0.0001,0,1,0,0,0,-1|0,-4.5,0,1,0,0,-0,-0,-1,0,1,0|-1.5,1.5003,0,1,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,1,-0.0001|-73.3212,35.598,-47.141|-74.8217,29.5983,-47.141|7,3,17|-1.5001,-4.5,0,-1,-0.0001,-0.0001,-0.0001,0,1'
  157. ..',-0.0001,1,-0.0001|0,0,8.5,1,0,0,0,1,0,0,0,1|-6.5,0,3,-1,0,-0.0001,0,1,-0.0001,0,-0.0001,-1|-87.8217,29.5991,-47.141|-78.8214,30.5985,-47.141|1,1,15|-81.3214,30.5987,-47.141|2,1,15|-83.8214,30.5989,-47.141|0,-1.0002,-1.5002,0,1,-0.0001,0,0,1,1,-0.0001,0|-81.3215,30.5987,-39.141|6,1,1|8,-1.0002,-4.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-81.3214,30.5987,-55.141|-81.3215,29.0987,-47.141|6,2,17|0,0,-8.5,-1,-0,-0,0,1,0,-0,-0,-1|-0.0001,-0.5,3,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,-0.0001,0,-1|0,-0.5,0,1,0,0,-0.0001,0,1,0,-1,0|0,-0.5,-8,1,-0.0001,-0.0001,-0.0001,0,1,0,-1,-0.0001|-2.5,-0.5,0,1,0,0,-0.0001,0,1,0,-1,0|0,-5,-2.5,1,-0.0001,0,-0.0001,-0.0001,1,-0.0001,-1,-0.0001|-0.0001,-0.5,8,1,0,0,-0.0001,0,1,0,-1,0|2.4999,-0.5001,'
  158. ..'0,1,0,0,-0.0001,0,1,0,-1,0|-70.3205,50.5983,-7.141|4,1,19|-92.3205,50.5998,-7.141|0,0,-9.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-7.5,0,1,0,-0.0001,0,-0.0001,1,0,-1,-0.0001|0,0,9.5,1,0,0,0,1,0,0,0,1|0,-8,0,1,-0.0001,-0.0001,0,0,1,-0.0001,-1,0|-113.8218,27.1011,-13.641|1,2,8|-113.8209,43.1011,-13.641|0,0,-4,-1,-0,-0,0,1,0,-0,-0,-1|0,-5.5,0,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|0,0,4,1,0,0,0,1,0,0,0,1|0,-5.5,0,-0.0001,-1,0,0,0,1,-1,0,0|-111.8213,35.1011,-13.641|3,18,30|4.9999,-0.5,11.5,0,0,-1,0,1,0,1,-0.0001,0|4.9999,-0.5,-10.5,0,0,-1,0,1,0,1,-0.0001,0|-0.5,8,0,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-8.0001,-9.5,0.5,0,-1,0,-1,-0.0001,-0.0001,0,-0.0001,-1|-105.3213,35.6006,-2.141|10,3,3|-105.3213,35.6006,-24.141|-48.8219,27.0967,'
  159. ..'-13.641|-48.8208,43.0967,-13.641|0,-5.5,0,0,-1,0,0,-0.0001,1,-1,0,-0.0001|0,-5.5,0,0,1,-0.0001,0,0,1,1,-0.0001,-0.0001|1.4999,8,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-50.8213,35.0969,-13.641|0,9,0,-1,-0,-0,0,0,1,0,1,0|0,-3.0001,0,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-8,-9.5,0.4999,0,1,0,1,-0.0001,0,0,0,-1|7.9999,-9.5,0.4998,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-0.5003,8,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|0.0003,-0.0991,-0.0004,-0.0001,1,-0.0001,-0.0002,0,1,1,0,0.0001|5,-0.5001,-10.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|0,-9,0,1,0,0,-0,-0,-1,0,1,0|0,-3,-0.0001,-0.0001,-1,0,0,0,1,-1,0,0|7.9999,-9.5,0.5,0,1,0,1,-0.0001,0,0,0,-1|-57.3213,35.5975,-25.141|0.9997,5.0005,-45,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-1.5001,0.5,-'
  160. ..'11.5,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-57.3213,35.5975,-3.141|-87.3216,34.0995,-56.141|8,6,1|4,0,0,0,0,1,0,1,0,-1,-0,-0|-1.9999,0.0001,0,-0.0001,-0.0001,1,-0.0001,1,0,-1,-0.0001,-0.0001|0,3,0,-1,-0,-0,0,0,1,0,1,0|-6.0001,-1.5,0,-1,0,-0.0001,-0.0001,0,1,0,1,-0.0001|-75.3214,34.0985,-56.141|-81.3217,25.0987,83.359|24,4,8|12,0,0,0,0,1,0,1,0,-1,-0,-0|5.5002,3,3.4999,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|0,2,0,-1,-0,-0,0,0,1,0,1,0|2,-0.5002,1.4999,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|2,-1.5001,0.5001,0,1,-0.0001,1,-0.0001,-0.0001,-0.0001,-0.0001,-1|-0.0001,-0.5003,-2.0001,1,0,-0.0001,0,-0.0001,1,0,-1,-0.0001|0,0.5,0.5001,-1,-0.0001,0,-0.0001,1,0,-0.0001,0,-1|0,0.0001,3.5,-1,0,0,0,1,0,-0.0001,0,-1|0,0.0001,-0.5,1,0,-0.0001,-'
  161. ..'0.0001,1,0,0,-0.0001,1|7.5,0,8,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-95.8215,32.5999,67.859|5,19,9|-66.8215,32.5984,67.859|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1.0003,2.0008,48,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|0,0,4.5,1,0,0,0,1,0,0,0,1|-2.0005,-8,1.0002,-0.0001,-1,0,-0.0001,0,1,-1,0,-0.0001|0,0,-4.5,-1,-0,-0,0,1,0,-0,-0,-1|0,0,14.5,-0.0001,1,0,1,0,0,0,0,-1|-81.3219,20.5987,19.859|34,5,105|17,0,0,0,0,1,0,1,0,-1,-0,-0|-0.9999,-9.9999,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-28.5,-0.5001,7.9998,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-12.5,-0.5,10.9998,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-0.4998,-0.5004,-2,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|7.5,-2.0002,-51.5,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-12.5,-1.0008,-15.0003,-0.0001,1,0,0'
  162. ..',-0.0001,1,1,0,-0.0001|28.5,-0.5005,8.0001,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|-28.5,-1.0006,-12.0002,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-0.0001,-2.5001,-11,1,0,-0.0001,0,0,1,0,-1,0|-81.3212,38.599,-56.141|20,3,1|0.0002,-5.0003,-11.5,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-6,3.0001,0,1,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,1,-0.0001|-81.3216,29.5987,-56.141|-6.0001,-3.0001,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|0,-3,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|5.9999,-3.0002,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|1056|0.25|-81.3217,34.0988,-56.141|4,6,1|0|-0.0003,-1.5002,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|0,-3,0,1,0,0,-0,-0,-1,0,1,0|0.1086,0.4989,0.4319,0.9999,0.0024,0.0001,0.0001,-0.0001,-1,-0.0025,0.9999,-0.0001|-4.0002,-0'
  163. ..'.0001,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-95.8214,34.0999,-44.641|9,12,24|0,6,0,-1,-0,-0,0,0,1,0,1,0|-14.4999,-4.9999,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-4.5,0,0,-0,-0,-1,0,1,0,1,0,0|7.9998,3.4999,1.4999,-1,0,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-101.8217,27.1004,24.359|3,4,2|-101.8217,27.1003,20.359|0,-3.5001,0,-0.0001,1,-0.0001,-0.0001,0,1,1,0,0|0,0,2,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-101.8217,27.1004,28.359|-101.8217,27.1004,32.359|-101.8217,27.1004,36.359|-101.8217,27.1003,40.359|-1.0001,-3.5001,20.5,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|0,-3.5,0,-0.0001,1,-0.0001,-0.0001,0,1,1,0,0|-101.8217,27.1003,48.359|-1.0001,-3.5001,28.5,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|-101.8217,27.1004,'
  164. ..'44.359|0,0,2,-1,0,0,0,1,0,-0.0001,-0.0001,-1|-61.3217,27.0971,18.359|2,4,2|-61.3217,27.0974,22.359|-61.3219,27.0977,26.359|-1,0,0,-0,-0,-1,0,1,0,1,0,0|0.9997,-3.4995,6.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|1,0,0,0,0,1,0,1,0,-1,-0,-0|0,0,1.5,-1,0,-0.0001,0,1,0,0,0,-1|-61.3219,27.0977,30.359|-61.3219,27.0975,34.359|0,-1.5003,-0.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|0.9997,-3.4998,14.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-61.3218,27.0974,38.359|0,-1.5005,0,-0.0001,1,-0.0001,-0.0001,0,1,1,0,0|-61.3218,27.0974,46.359|-61.3218,27.0977,42.359|-60.8217,27.0975,48.359|0.9999,-3.4998,28.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|0,-3.5003,-0.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-60.8218,27.0977,44.359|0,0,1.9999,-1,0,-0.0001,0,'
  165. ..'1,0,0,0,-1|-60.8219,27.0977,40.359|0.9997,-3.4995,20.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|0,-3.5,-0.0001,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-60.8218,27.0974,36.359|0.9998,-3.4998,16.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-60.8219,27.0977,32.359|0,-0.0001,1.9999,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,0,-1|-60.8219,27.0974,28.359|0.9998,-3.4998,8.5,-0.0001,-0.0001,-1,0,1,-0.0001,1,-0.0001,-0.0001|0,-0.0003,1.9999,-1,-0.0001,0,-0.0001,1,0,-0.0001,0,-1|-60.8219,27.0974,24.359|0,0,2,-1,-0.0001,0,0,1,-0.0001,0,0,-1|0,-3.5001,-0.0001,-0.0001,1,-0.0001,0,0,1,1,0,-0.0001|0.9997,-3.4998,4.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-60.8219,27.0974,20.359|0.9998,-3.4998,0.5,-0.0001,-0.0001,-1,0,1,-0.0001,1,-0.0001,-0.0001|-81.3207,46.'
  166. ..'5991,-7.641|38,7,50|0,-3.5,0,1,0,0,-0,-0,-1,0,1,0|-18.0001,12.5,-27.5,1,0,0,-0.0001,-0.0001,-1,0,1,0|0,0,-25,-1,-0,-0,0,1,0,-0,-0,-1|-0.0001,1.5,12,-1,-0.0001,-0.0001,0,1,0,-0.0001,-0.0001,-1|17.9999,12.5,-27.5,1,0,0,-0.0001,-0.0001,-1,0,1,0|-0.0001,0.5,-27.5,1,0,0,-0.0001,-0.0001,-1,0,1,0|19,0,0,0,0,1,0,1,0,-1,-0,-0|-23,1,3.4999,-1,-0.0001,0,0,1,-0.0001,0,0,-1|-15,1,3.4999,-1,-0.0001,0,0,1,-0.0001,0,0,-1|-19,1,1.9999,-1,-0.0001,0,0,1,-0.0001,0,0,-1|0,3.5,0,-1,-0,-0,0,0,1,0,1,0|-11.0001,-17.5,0.4999,-1,0,-0.0001,-0.0001,1,-0.0001,-0.0001,0,-1|0,0,25,1,0,0,0,1,0,0,0,1|-16.0001,-11.5,-0.0001,1,-0.0001,0,0,-0.0001,1,0,-1,0|-11.0001,-23,-0.0001,1,-0.0001,0,0,-0.0001,1,0,-1,0|0.0015,-0.1006,16.0009,1,-0.0002,-0.0001,0,0,1,-0.00'
  167. ..'02,-1,0|-0.0033,-0.0988,-14.9991,1,-0.0002,-0.0001,0,0,1,-0.0002,-1,0|-0.0001,-11.5,-0.0001,1,-0.0001,0,0,-0.0001,1,0,-1,0|11,-0.5,0.5,1,-0.0001,0,0,-0.0001,1,0,-1,0|-11,-17,0.4999,1,-0.0001,0,0,-1,0,-0.0001,0,-1|10.9999,-17.5,0.4999,-1,0,-0.0001,-0.0001,1,-0.0001,-0.0001,0,-1|-19,0,0,-0,-0,-1,0,1,0,1,0,0|23,1,3.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|10.9999,-23,-0.0001,1,-0.0001,0,0,-0.0001,1,0,-1,0|-11,-0.5,0.5,1,-0.0001,0,0,-0.0001,1,0,-1,0|19,1,2,-1,0,0,-0.0001,1,0,0,-0.0001,-1|15.9999,-11.5,-0.0001,1,-0.0001,0,0,-0.0001,1,0,-1,0|15,1,3.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-81.3209,42.5991,19.859|34,1,105|0,0,52.5,1,0,0,0,1,0,0,0,1|0,-8,-2,1,0,0,0,0,1,0,-1,0|-104.8218,24.6005,53.359|0,0,1.5,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-'
  168. ..'1|0,0,1.5,-0.0001,-1,0,-1,0,-0.0001,0,-0.0001,-1|-107.8219,21.6007,53.359|-101.8217,27.6003,53.359|-110.8222,18.6011,53.359|0,-1.5,0,-0.0001,1,0,-0.0001,0,1,1,-0.0001,-0.0001|0,-1.5,0,-1,-0.0001,0,-0.0001,-0.0001,1,0,1,-0.0001|0,-0.0001,1.5,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-116.8226,12.6016,53.359|0,-1.5,0,-0.0001,1,-0.0001,-0.0001,0,1,1,0,0|-113.8225,15.6013,53.359|0,-1.5001,0,-0.0001,1,0,-0.0001,0,1,1,-0.0001,-0.0001|0,0,1.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|0,0,1.4999,-0.0001,-1,0,-1,-0.0001,0,0,0,-1|0,-1.5001,-0.0001,-1,-0.0001,0,-0.0001,-0.0001,1,0,1,-0.0001|-129.8228,7.102,53.359|5.4997,-1.5001,0,0,-1,-0.0001,-0.0001,-0.0001,1,-1,-0.0001,-0.0001|-0.5001,0,-1.5,1,0,-0.0001,-0.0001,1,-0.0001,0,0,1|-12.5,'
  169. ..'-1.5001,-0.0001,0,-1,0,0,0,1,-1,-0.0001,0|-12.5001,0,1.4999,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-7,-1,-0.5,0,-1,0,0,0,1,-1,-0.0001,0|-116.8229,7.1013,53.359|5.5,-0.0001,1.4999,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-123.3229,7.1015,53.359|-81.3218,25.0987,87.859|24,4,1|0,-4.0001,0,-1,0,-0.0001,-0.0001,0,1,0,1,-0.0001|-81.3213,36.5991,87.859|24,3,1|-0.0001,7.5,2.5,-1,0,-0.0001,0,1,-0.0001,0,-0.0001,-1|0.3|-81.3216,31.099,87.859|24,8,1|0,-1.5001,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-99.3215,30.6002,19.859|2,25,105|-17,-12,0,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|-17.0002,10.0003,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-5.0001,-5,-22,-0.0001,0,1,-0.0001,1,0,-1,0,0|26.5,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|30.5,0,1,-1,0'
  170. ..',0,-0.0001,1,0,0,-0.0001,-1|20.5,-2,1.5,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|28.5,-2,1.5,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|16.5,-2,1.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|10.5,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|14.4999,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|0,0,-52.5,-1,-0,-0,0,1,0,-0,-0,-1|-18,-14.4999,12,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-12.5,-1,0.4999,-1,-0.0001,0,0,1,-0.0001,0,0,-1|-1.5001,3.5,16.5,-0.0001,0,1,-0.0001,1,0,-1,0,0|2.5,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-1.5001,3.5,8.5,-0.0001,0,1,-0.0001,1,0,-1,0,0|-1.5,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-1.5001,3.5,0.5,-0.0001,0,1,-0.0001,1,0,-1,0,0|-1.5001,3.5,12.5,-0.0001,0,1,-0.0001,1,0,-1,0,0|4.4999,27,0.9999,-0.0001,-1,0,-1,-0.0001,0,0'
  171. ..',0,-1|12.5,-2,1.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|18.5,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-12.5,-15,3.5001,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|0,-8,-2.5,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-2.5,-2,-48,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|0.5,-2,1.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-15.5,-9.0001,3.5,1,-0.0001,-0.0001,0,-1,-0.0001,0,-0.0001,-1|4.5,-1.0001,3.4999,1,0,0,0,-1,0,0,-0.0001,-1|-5.0001,-5,-44,-0.0001,0,1,-0.0001,1,0,-1,0,0|12.5,-1.0001,3.5,1,-0.0001,-0.0001,0,-1,-0.0001,0,-0.0001,-1|-3.5,-3.5,12,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-1.5001,3.5,4.5,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|8.5,-1.0001,1.9999,1,0,0,0,-1,0,0,-0.0001,-1|6.5,0,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-1.5001,3.5,24.5,-0.0'
  172. ..'001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|0.5,-4.5001,-37.5,0,0,-1,0,1,0,1,-0.0001,0|8.5,-2,1.5,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-63.3214,30.5974,19.859|17.0001,-12.0006,0,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-28.5,-2.0006,1.4997,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-0.9998,3.4998,-26.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|-4.9998,-5.0007,23,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-18.5,-0.0007,0.9997,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,-0.0001,-1|-1.4999,3.4994,-24.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|-0.9998,3.4998,-18.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|-16.5,-2.0003,1.4997,-1,0,-0.0001,0,1,0,0,0,-1|-1.4999,3.4994,-12.5,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|12.5,-15.0006,3.4997,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0'
  173. ..'001,-0.0001,-1|-0.5001,-4.5002,-37.5,0,-0.0001,1,-0.0001,1,0,-1,-0.0001,0|-1,3.5,1.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|0.0003,-8,-2.5,0,-1,0,0,0,1,-1,-0.0001,0|-20.5,-2.0006,1.4997,-1,0,-0.0001,0,1,0,0,0,-1|-14.5,-0.0006,0.9996,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-0.9998,3.4995,-10.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|-10.5,-0.0006,0.9996,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,-0.0001,-1|-0.9998,3.4995,-22.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|-2.0009,-2.5002,-29,0,1,0,0,-0.0001,1,1,-0.0001,-0.0001|-4.5,-0.9995,3.5,1,-0.0001,0,-0.0001,-1,0,0,-0.0001,-1|15.5,-8.9999,3.4997,1,-0.0001,0,-0.0001,-1,0,0,-0.0001,-1|-8.5,-0.9995,2,1,-0.0001,0,-0.0001,-1,0,0,-0.0001,-1|-22.5,-0.0007,0.9997,-1,-0.0001,0,-0.0001,1,-0.0001,-0'
  174. ..'.0001,-0.0001,-1|-0.9999,3.4998,-2.5,-0.0001,0,1,0,1,-0.0001,-1,0,-0.0001|-60.8219,27.5977,53.359|0,0,1.5,-0.0001,-1,0,-1,0,0,-0.0001,-0.0001,-1|-57.8221,24.5975,53.359|0,-1.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|0,-1.5,0,-0.0001,1,-0.0001,0,-0.0001,1,1,-0.0001,0|0,0,1.4999,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|-54.8222,21.5972,53.359|0,-1.5,-0.0001,-0.0001,1,-0.0001,0,0,1,1,0,-0.0001|0,-1.5001,0,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-51.8224,18.597,53.359|0,0,1.5,-0.0001,-1,0,-1,0,-0.0001,-0.0001,-0.0001,-1|-48.8227,15.5968,53.359|0,-1.4999,0,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-45.8228,12.5966,53.359|-32.823,7.0977,53.359|0,-180,0|5.5,-1.5002,-0.0003,0,-1,0,0,0,1,-1,-0.0001,-0.0001|-6.9999,0.4997,0.9'
  175. ..'997,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|0.4998,-0.0001,-1.5,1,0,-0.0001,-0.0001,1,0,0,0,1|-45.8229,7.0969,53.359|-39.3229,7.0963,53.359|-66.8213,34.0979,-44.641|0,0,12,1,0,0,0,1,0,0,0,1|-3.5002,3.5002,-52.5,1,-0.0001,0,0,1,0,-0.0001,-0.0001,1|4.5,0,0,0,0,1,0,1,0,-1,-0,-0|-8,3.4997,1.4999,-1,-0.0001,-0.0001,-0.0001,1,0,0,0,-1|-92.8212,36.5997,81.3589|2,1,1|-92.8213,35.5998,81.3589|-90,90,0|0,0,0.5,-1,-0.0001,0,-0.0001,0.9999,-0.0001,-0.0001,-0.0001,-1|0,-0.5,0,-1,0,0,0,-0.0001,1,0,1,0|-91.8213,35.5997,81.3589|-91.8213,34.5998,81.3589|-89.7901,90,0|0,-0.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-70.8214,34.5985,81.359|-90,-90,0|0,-0.5001,0,-1,-0.0001,0,-0.0001,-0.0001,1,0,1,-0.0001|0.5,0,0,0,-0.0001,-1,-0'
  176. ..'.0001,0.9999,0,0.9999,-0.0001,-0.0001|-70.8214,35.5985,81.359|-69.8214,35.5984,81.359|0,-0.0001,0.4999,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-69.8214,36.5985,81.359|-6.0003,1,3.5003,-0.0001,-1,-0.0001,-1,0,-0.0001,0,0,-1|0,-0.0001,0.5,-1,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1|-66.2612,26.3,30.059|0.2,0.4,1|-66.2612,26.3,31.559|45,-90,-90|0.2,0.8,0.3999|0.1,0,0,0,0,1,0,1,0,-1,-0,-0|0.8,0.1313,0.1313,0,-1,-0.0001,0.7071,-0.0001,-0.7072,0.7071,0,0.7071|-66.6148,25.9466,29.959|-45,90,-90|0.2,0.8,0.2|2.3999,-0.2221,-0.2222,-0.0001,0.9999,-0.0001,-0.7072,0,-0.7072,-0.7071,-0.0001,0.7071|-66.6148,25.9465,31.659|0,180,-135|0.2,0.2,0.5999|-66.8269,25.7343,30.359|0.2,0.4,0.7999|-66.8269,25.7344,31.359|-69.4026,26'
  177. ..'.1589,48.159|0.2,0.4,0.3999|-69.9684,25.5933,48.159|0.1999,-0.5758,-0.5758,-1,-0.0001,-0.0001,-0.0001,-0.7072,-0.7072,0,-0.7072,0.7071|-69.9684,25.5933,45.959|2.3999,-0.5758,-0.5758,-0.0001,1,-0.0001,-0.7071,0,-0.7072,-0.7072,-0.0001,0.7071|-69.4027,26.1589,45.959|2.3999,-0.0101,-0.0101,1,0,-0.0001,0,0.7071,-0.7072,-0.0001,0.7071,0.7071|-69.0491,26.5124,46.659|0.2,0.6,0.5999|1.7,0.3434,0.3434,0,-1,-0.0001,0.7071,0,-0.7072,0.7071,-0.0001,0.7071|-69.0491,26.5124,46.0589|2.3,0.3434,0.3435,-0.0001,1,-0.0001,-0.7071,0,-0.7072,-0.7072,-0.0001,0.7071|-68.6248,26.9367,46.059|-64.8215,31.5981,32.359|-1.0002,1.0005,12.5,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-97.8215,31.6001,32.359|-93.3219,24.0997,52.359|0,180,-90|2,2,2|0,0,1,1,0,0,0'
  178. ..',1,0,0,0,1|3,0,-0.0001,-0.0001,-0.0001,-1,-1,0,0,0,1,-0.0001|-93.3219,26.0997,48.359|0,1,0,1,-0.0001,0,-0.0001,0,-1,-0.0001,1,-0.0001|-93.3219,24.0997,44.359|0,0,90|-3,0,-0.0001,0,-0.0001,1,1,0,-0.0001,-0.0001,1,0|-69.322,24.0982,52.359|0,180,90|-69.322,24.0982,44.359|0,0,-90|-69.3219,26.0982,48.359|-0.6072,2.3,0.3786,0,0.7071,-0.7072,1,-0.0001,0,0,-0.7072,-0.7072|1.5212,0.6071,1.3,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,0,0|1.4525,0.607,-2.6001,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,0,-0.0001|-0.6072,0.1999,-0.7214,0,0.7071,-0.7072,1,-0.0001,0,0,-0.7072,-0.7072|1.4525,0.607,-1.4001,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,0,-0.0001|0.3212,0.6071,-1.4,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,0,0|0.8525,0.607,-2.0001,-0.'
  179. ..'0001,0.7071,0.7071,0,-0.7072,0.7071,1,0,-0.0001|-96.3219,26.1001,32.359|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|1.6928,0.607,-2.6001,0,-0.7072,0.707,0,0.707,0.7071,-1,-0.0001,0|1.0928,0.607,-0.8,0,-0.7072,0.707,0,0.707,0.7071,-1,0,0|1.0928,0.607,-0.2,0,-0.7072,0.707,0,0.707,0.7071,-1,-0.0001,0|0.4928,0.607,-2,0,-0.7072,0.707,0,0.707,0.7071,-1,0,0|0.4928,0.607,-0.8,0,-0.7072,0.707,0,0.707,0.7071,-1,-0.0001,0|0.4928,0.607,-1.4,0,-0.7072,0.707,0,0.707,0.7071,-1,-0.0001,0|1.3928,0.607,1.5,0,-0.7072,0.707,0,0.707,0.7071,-1,-0.0001,0|0.1928,0.6071,1.5,0,-0.7072,0.707,0,0.707,0.7071,-1,0,0|-96.322,24.1002,28.359|-3,0,0,-0.0001,-0.0001,1,1,0,-0.0001,0,1,-0.0001|-96.322,24.1002,36.359|3,0,0,0,-0.0001,-1,-1,0,0,-0.0001,1,0|-66.322,24.0979,36'
  180. ..'.359|-66.322,24.0979,28.359|3,0,-0.0001,-0.0001,-0.0001,-1,-1,-0.0001,-0.0001,0,1,0|-66.3219,26.0979,32.359|1.3213,0.6071,1.5,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,-0.0001,0|0,1,-0.0001,1,-0.0001,-0.0001,0,-0.0001,-1,-0.0001,1,0|-0.6071,-1.0214,-0.7,0,0.7071,-0.7072,0,-0.7072,-0.7072,-1,-0.0001,0|0.8213,0.6071,-0.8001,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|1.0213,0.6071,1.5,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,-0.0001,0|-0.2787,0.6071,-2.6001,-0.0001,0.7071,0.7071,0,-0.7072,0.7071,1,-0.0001,0|-0.6072,1.3213,2,-0.0001,0.7071,-0.7072,-0.0001,0.7071,0.7071,1,0,0|1.6213,0.6071,1.4999,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,0.9999,0,-0.0001|-0.2787,0.6071,-2.0001,-0.0001,0.7071,0.7071,-0.0001,-0.70'
  181. ..'72,0.7071,1,-0.0001,0|-0.6072,1,-1.3214,0,0.7071,-0.7072,0.9999,0,-0.0001,0,-0.7072,-0.7072|0.3213,0.6071,-1.4001,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|0.5213,0.6071,1.5,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|0.3213,0.6071,-2.0001,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|-0.6072,0.5213,2.3,0,0.7071,-0.7072,-0.0001,0.7071,0.7071,1,-0.0001,0|0.3213,0.6071,-2.6001,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|1.3213,0.6071,-2.0001,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|0.8213,0.6071,1.1,-0.0001,0.7071,0.7071,-0.0001,-0.7072,0.7071,1,-0.0001,0|-66.8215,32.5985,48.859|19,5,29|-95.8215,32.5999,48.859|0.9999,1.9999,29,0,0,-1,-1,-0.0001,0,0,1,-0.0001'
  182. ..'|0,0,14.5,1,0,0,0,1,0,0,0,1|-0.0001,-0.0001,-4.5,0,1,-0.0001,-1,0,0,0,0,1|-32.8236,12.5979,47.859|19,3,3|-33.3235,12.0978,60.3588|0.5002,4.0001,-6.9999,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,-0.0001|-32.8236,12.5979,65.8588|5,3,3|-1.5002,0.5001,-0.4998,0,-0.0001,1,-0.0001,1,0,-1,-0.0001,-0.0001|0.0002,4.0001,-12.4999,-0.0001,1,0,0,-0.0001,-1,-1,-0.0001,-0.0001|-45.8223,1.5969,40.859|0,0,1.5,1,0,0,0,1,0,0,0,1|0.0007,-4.0001,-12.5,-0.0001,-1,-0.0002,-0.0001,-0.0002,1,-1,0,-0.0001|-45.8221,1.5969,58.8588|-9.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.5001,0.4993,-0.5,0,-0.0001,-1,0,1,-0.0001,1,-0.0001,0|0.0008,-4,5.4998,-0.0001,-1,-0.0002,-0.0001,-0.0002,1,-1,0,-0.0001|-45.3222,2.0969,46.359|0.5008,-4,-7,-0.0001,-1,-0.0002,-0.0001,-0.000'
  183. ..'2,1,-1,0,-0.0001|-33.3223,2.0978,60.3588|-32.8224,1.5979,47.859|-0.0003,-3.9998,5.5,-0.0001,-1,-0.0001,0,-0.0001,1,-1,0,0|-32.8223,1.5979,65.8588|-0.0003,-3.9998,-12.4999,-0.0001,-1,0,0,0,1,-1,0,0|-116.8232,1.6012,65.8588|-1.5003,0.4998,-0.4998,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-0.0001,-4.0001,-12.4999,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-117.3231,2.1013,60.3588|0.4999,-4.0001,-6.9999,-0.0001,-1,0,-0.0001,-0.0001,1,-1,-0.0001,0|-116.8231,1.6013,47.859|-129.3231,2.1018,46.359|0.5,-4.0002,-7,-0.0001,-1,0,0,0,1,-1,0,0|-129.8231,1.602,40.859|-129.8231,1.602,58.8588|1.5001,0.4999,-0.5,0,0,-1,0,1,0,1,-0.0001,0|0,-4,5.4998,-0.0001,-1,0,0,0,1,-1,0,0|-129.8225,12.602,40.8591|-129.3225,12.1019,46.359|-129.8225,12.60'
  184. ..'2,58.8588|-117.323,2.1007,69.859|3,2,2|5.0001,0,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-129.3231,2.1019,69.859|-5,-0.0001,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-117.3226,12.1013,69.859|-129.3226,12.1019,69.859|-9.5002,-0.5001,0.4999,0,0,1,0,1,-0.0001,-1,0,0|-5,-0.0001,0,0,0,1,-0.0001,1,-0.0001,-1,-0.0001,0|-0.0001,3.9999,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,-0.0001|-33.3227,2.0971,69.859|2.5001,-0.5004,0.4992,0,0,-1,0,1,0,1,-0.0001,0|5,-0.0005,0,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-0.0004,-4.0007,0,-0.0001,1,0,0,-0.0001,1,1,0,-0.0001|-45.3228,2.0969,69.859|-33.3233,12.0977,69.859|0.0099,-90,0|-45.3232,12.0969,69.859|-5,0.0001,0,0,0,1,-0.0001,1,-0.0001,-1,-0.0001,0|-123.8228,7.602,-36.141|-123.3229,8.1019,-48'
  185. ..'.641|-123.8229,7.602,-54.141|-1.5,0.4998,-0.5001,-0.0001,-0.0001,1,-0.0001,1,0,-1,-0.0001,-0.0001|0.0001,-4,-12.5003,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-110.823,7.6009,-36.141|-0.0003,-4,-5.5,-0.0001,-1,0,0,0,1,-1,0,0|-111.3229,8.1009,-48.641|0.4997,-4.0001,7,-0.0001,-1,0,0,0,1,-1,0,0|-110.823,7.6009,-54.141|-0.0003,-4,12.5,-0.0001,-1,0,0,0,1,-1,0,0|-111.323,8.1009,-58.141|-0.0001,-4,0,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-2.5,-0.5001,0.5,0,-0.0001,1,0,1,0,-1,0,0|-123.323,8.1019,-58.141|0.0001,-4.0001,0.0003,-0.0001,1,-0.0001,0,0,1,1,-0.0001,-0.0001|-123.3222,18.1019,-58.141|2.5,-0.5,0.5001,-0.0001,0,-1,-0.0001,1,0,1,0,-0.0001|0,3.9999,0.0003,0,-1,0,-0.0001,-0.0001,-1,1,-0.0001,-0.0001|-111.3222'
  186. ..',18.1009,-58.141|-123.8222,18.602,-36.1412|-110.8223,18.6009,-54.141|-2.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.5,0.5,-0.5,0,0,-1,-0.0001,1,0,1,0,0|-111.3223,18.101,-48.641|-110.8223,18.6009,-29.6414|6,3,3|-123.8222,18.602,-54.141|-0.0002,4,-12.5003,-0.0001,1,0,-0.0001,0,-1,-1,-0.0001,-0.0001|-123.3222,18.102,-48.641|-110.8224,18.6009,-43.141|0.0001,3.9999,1.5,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,0|-107.8223,18.6008,-36.6412|8,3,3|-0.0001,-1.5001,0,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-110.8221,21.6011,-36.6412|1.5,-0.0001,0,0,0,-1,0,1,0,1,-0.0001,0|-104.8221,21.6006,-36.6412|-107.8219,24.6009,-36.6412|0.0099,90,0|-101.8219,24.6004,-36.6412|-0.0001,-1.5,0,-0.0001,-1,0,-0.0001,0,1,-1,0,-0.0001|-1.5001,-0.0001,0,-0.00'
  187. ..'01,-0.0001,1,-0.0001,1,0,-1,-0.0001,-0.0001|-104.8217,27.6007,-36.6412|1.5,0,0,0,0,-1,0,1,0,1,-0.0001,0|-0.0001,1.4999,0,0,-1,0,0,-0.0001,-1,1,0,0|-101.8215,30.6004,-36.6412|-51.323,8.0972,-58.141|2.5,-0.4999,0.4999,0,0,-1,0,1,0,1,-0.0001,0|4.9999,0,0,0,0,-1,0,1,0,1,-0.0001,0|-39.323,8.0962,-58.141|0,-4.0005,0,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|-2.5,-0.5001,0.4997,0,0,1,0,1,-0.0001,-1,0,0|-39.3223,18.0967,-58.141|0,4,0,0,1,-0.0001,-0.0001,0,-1,-1,0,0|-2.5,-0.5,0.4997,0,0,1,-0.0001,1,-0.0001,-1,-0.0001,0|-51.3223,18.0972,-58.141|-51.3229,8.0972,-48.641|0.5001,-4,-7,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-4.9999,-5,-7,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-51.8229,7.5972,-54.141|-39.3229,8.0965,-48.641|-38.823,7'
  188. ..'.5964,-54.141|-39.3223,18.0965,-48.641|-0.01,-90,0|-38.8222,18.5965,-54.141|-51.3224,18.0972,-48.641|-51.8225,18.5972,-54.141|-1.5,0.4999,-0.5002,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-51.8229,7.5972,-36.141|-4.9999,-5.5,5.5,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-38.823,7.5964,-36.141|-38.8222,18.5964,-36.141|-51.8225,18.5972,-43.141|-51.8225,18.5972,-29.641|-54.8222,18.5974,-36.641|-51.8221,21.5971,-36.641|1.4999,0,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|0,1.4999,0,0,-1,0,0,-0.0001,-1,1,0,0|-57.822,21.5976,-36.641|0,-1.5,0,-0.0001,-1,0,0,0,1,-1,0,0|-1.5,0,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-54.8219,24.5973,-36.641|-57.8218,27.5976,-36.641|1.4999,-0.0001,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-60.8219,24.5978,-36.641|0,-1'
  189. ..'.5001,0,-0.0001,-1,0,0,0,1,-1,0,0|-60.8216,30.5978,-36.641|-0.0001,1.4999,0,0,-1,-0.0001,-0.0001,0,-1,1,0,-0.0001|-81.821,41.0991,-30.141|-90,180,0|19,5,2|-0.4999,-4,12,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-0.5,-0.5,-50,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-65.3213,35.0981,-7.141|14,2,3|-1.0003,4.5005,-27,0,-0.0001,1,-1,0,0,-0.0001,-1,-0.0001|0.5001,0.0004,-9,-0.0001,1,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1|-97.3213,35.1,-7.141|0,-90,-90|14,3,2|-69.3215,35.098,-24.641|14,6,6|0.4999,0,-1.5,-0.0001,0,-1,-1,0,-0.0001,-0.0001,1,-0.0001|0,0,3,1,0,0,0,1,0,0,0,1|-0.5001,0.0002,5.5001,0,-1,-0.0001,-1,-0.0001,0,-0.0001,0,-1|-93.8215,35.0998,-24.141|14,7,5|0.9998,-0.0001,2.5001,0,-1,-0.0001,-1,-0.0001,0,-0.0001,0,-1|0.5,-0.0001,-1,'
  190. ..'0,-0.0001,-1,-1,0,-0.0001,0,1,0|-81.3216,29.5987,-35.641|20,3,6|-0.0001,-1,0.5,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,-0.0001,-1|6.5001,-0.0002,8.5,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-81.3218,25.5987,8.859|34,5,29|-77.3211,38.5988,-47.141|0,90,180|17,3,4|0,0,2,1,0,0,0,1,0,0,0,1|-2.0002,3.0004,0,-0.0001,0,1,-0.0001,-1,0,1,-0.0001,0|-85.3211,38.5993,-47.141|0,-90,-180|-77.3215,32.0985,-47.141|17,2,4|-2,-3.5,0,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|3.9999,0.5002,-8,-0.0001,1,0,0,0,-1,-1,-0.0001,-0.0001|1.4999,0.5001,0,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,-0.0001|3.9998,0.5001,8,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,-0.0001|-2.4999,1.5,0,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,-0.0001|-85.3214,32.0991,-47.141'
  191. ..'|-4.0002,0.5001,8,-0.0001,-1,-0.0001,-0.0001,0,-1,1,-0.0001,-0.0001|2.5,1.5,0,-0.0001,-1,-0.0001,-0.0001,0,-1,1,-0.0001,-0.0001|-92.3205,50.5998,9.859|90,0,0|4,15,1|-92.3205,50.5998,-24.641|90,180,0|4,16,1|-70.3205,50.5984,-24.641|11,3.4999,-17,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|0,-8,0,1,0,0,-0,-0,-1,0,1,0|0,-0.0001,9.5,1,-0.0001,-0.0001,0,-1,-0.0001,0,-0.0001,-1|-70.3205,50.5983,9.859|0,-7.5,0,1,0,0,-0,-0,-1,0,1,0|-0.0001,0,-9.5,-1,0,-0.0001,-0.0001,-1,-0.0001,-0.0001,-0.0001,1|-113.8218,27.1011,-23.141|0,90,-90|2,11,1|0,-5.5,0,1,0,0,-0,-0,-1,0,1,0|0,-0.0001,4,-0.0001,-1,0,-1,0,0,-0.0001,-0.0001,-1|-113.8218,27.1011,-4.141|0,90,90|0,0,-4,0,-1,0,1,0,-0.0001,0,0,1|-113.8209,43.1011,-4.141|-111.822,23.1009,-13.641|30,6,3|-113.'
  192. ..'8209,43.1011,-23.141|-111.8206,47.1009,-13.641|-48.8219,27.0968,-23.141|-0.01,-90,90|-0.0001,0,-4,-0.0001,-1,-0.0001,1,-0.0001,0,-0.0001,-0.0001,1|-48.8218,27.0967,-4.141|1.5,-8.0001,9.5,0,0,-1,-1,-0.0001,0,0,1,-0.0001|0,-0.0001,4,0,-1,0,-1,-0.0001,-0.0001,0,-0.0001,-1|-48.8208,43.0967,-23.141|0,-90,90|-48.8208,43.0967,-4.141|-0.01,-90,-90|-50.8221,23.0969,-13.641|-50.8205,47.0969,-13.641|-81.321,40.0991,67.859|0,0,180|24,4,9|0,-2,0,1,0,0,-0,-0,-1,0,1,0|0,-0.5,48,-1,0,0,0,0,1,0,1,0|0,-8,0.5,-1,0,0,0,0,1,0,1,0|-81.3218,25.0987,75.859|6,4,7|-88.8218,25.099,71.359|9,4,16|-73.8218,25.0983,71.359|7.4999,2.5001,51.5,1,0,0,0,-0.0001,-1,-0.0001,1,-0.0001|0,0,8,1,0,0,0,1,0,0,0,1|7.4999,-0.0002,-4,1,-0.0001,0,0,1,-0.0001,-0.0001,-0.'
  193. ..'0001,1|-92.3207,46.5998,40.359|4,46,7|-97.3207,46.6001,28.859|6,23,7|-65.3207,46.598,28.859|-70.3207,46.5983,40.359|-81.3219,23.0987,-44.641|38,10,24|-18.0001,-7.5001,-52.5,-1,0,0,-0.0001,-1,-0.0001,0,-0.0001,1|0,-5,0,1,0,0,-0,-0,-1,0,1,0|-12.5002,-6.9997,-11.4999,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|18,-7.5002,-52.5,-1,-0.0001,-0.0001,0,-1,0,-0.0001,0,1|-6.4999,-1.5001,2.5,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|0.0001,-1.5001,11.5,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-0.0002,2.5,-52.5,-1,-0.0001,-0.0001,0,-1,0,-0.0001,0,1|6.5001,-1.5001,2.5,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-0.0001,-1.5,9,1,-0.0001,0,-0.0001,0,1,-0.0001,-1,0|14.5,-6.0002,0,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-14.4999,-6.0002,0,-1,-0.0001,0,0,-0.0001,1,-'
  194. ..'0.0001,1,0|-81.321,45.0992,-44.641|-18.0007,14.5003,-52.5,1,-0.0001,0,0,1,-0.0001,-0.0001,0,1|-0.0003,2.5001,-52.5,1,-0.0001,0,-0.0001,1,-0.0001,0,-0.0001,1|-14.5003,6.0004,0,1,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,1,-0.0001|2.5,-1.5002,-4.0003,0,1,0,0,0,1,1,0,0|-2.5,-1.5002,-3.9998,-0.0001,-1,-0.0001,0,-0.0001,1,-1,0,0|-103.822,21.6005,35.359|36,7,7|-9,-2,0,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|-101.3216,30.6003,18.359|2,3,2|-103.8218,27.1005,18.359|2,4,3|-17,-3.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-101.3216,30.6003,50.359|-0.5,1.5,3,0,-1,0,0,-0.0001,-1,1,0,0|-103.8218,27.1005,50.359|15,-3.5001,-0.0001,-1,0,0,-0.0001,0,1,-0.0001,1,0|-101.3216,30.6003,46.359|-103.8218,27.1005,46.359|11,-3.5001,-0.0001,-'
  195. ..'1,0,0,-0.0001,0,1,-0.0001,1,0|-101.3215,30.6004,42.359|-1.0001,0,22.5,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|-103.8218,27.1005,42.359|7,-3.5,-0.0001,-1,0,0,-0.0001,0,1,-0.0001,1,0|-101.3216,30.6003,38.359|-103.8218,27.1005,38.359|3,-3.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-101.3216,30.6003,34.3589|-103.8218,27.1005,34.359|-1,-3.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-101.3216,30.6003,30.359|-103.8218,27.1005,30.359|-5,-3.5,-0.0001,-1,0,0,-0.0001,0,1,-0.0001,1,0|-101.3216,30.6003,26.359|-103.8218,27.1005,26.359|-101.3216,30.6003,22.359|-103.8218,27.1005,22.359|-13,-3.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,20.359|2,4,4|-15,-3.5001,-1.5001,-1,-'
  196. ..'0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,24.359|-11,-3.5001,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,28.359|-7,-3.5001,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,32.359|-3,-3.5001,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,36.359|1,-3.5001,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,40.359|5,-3.5001,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,44.359|9,-3.5,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-105.3218,27.1006,48.359|13,-3.5001,-1.5001,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-101.8215,32.6004,48.359|2,7,3|-101.8215,'
  197. ..'32.6003,44.359|-1.0001,1.9999,24.5,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|-0.0001,2,0,0,-1,0,0,-0.0001,-1,1,0,0|-101.8215,32.6004,40.359|-101.8215,32.6004,36.359|0,2,0,0,-1,0,0,-0.0001,-1,1,0,0|-101.8215,32.6004,32.359|-101.8215,32.6004,28.359|-101.8215,32.6004,24.359|-1.0001,1.9999,4.5,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|-101.8215,32.6003,20.359|-58.8218,27.0976,18.359|17,-3.5004,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|0.9998,0.0006,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-61.3214,30.5971,18.359|0.9999,-0.0001,-1.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-0.0001,1.9999,0,0,-1,-0.0001,-0.0001,0,-1,1,0,-0.0001|-58.8218,27.0972,22.359|13,-3.5001,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|0.9999,-0.0001,0,-0.0001,0,-1'
  198. ..',0,1,0,1,-0.0001,-0.0001|-61.3217,30.5978,22.359|0.9997,0.0005,2.5,0,-0.0001,-1,-0.0001,1,0,1,-0.0001,-0.0001|-0.0001,2.0003,0,0,-1,-0.0001,-0.0001,0,-1,1,0,-0.0001|-58.8219,27.0975,26.359|9,-3.5003,0.0002,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-61.3217,30.5978,26.359|0.9997,0.0005,6.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-0.0001,2,0,0,-1,0,-0.0001,-0.0001,-1,1,0,-0.0001|-58.8219,27.0975,30.359|5,-3.5003,0.0001,-1,0,-0.0001,-0.0001,-0.0001,1,0,1,0|1,0,0,0,0,-1,-0.0001,1,0,1,0,0|-61.3217,30.5978,30.359|-0.0001,2,0,0,-1,-0.0001,-0.0001,0,-1,1,0,-0.0001|-58.8218,27.0972,34.359|1,-3.5,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|1,-0.0001,0,0,-0.0001,-1,-0.0001,1,0,1,-0.0001,-0.0001|-61.3218,30.5978,34.359|-58.8218,27.0972,38.35'
  199. ..'9|-3,-3.5,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|-61.3216,30.5978,38.359|-58.8218,27.0972,46.359|-11,-3.5001,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|-61.3216,30.5978,46.359|0.9998,0.0006,26.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|0,2.0003,0,0,-1,0,-0.0001,-0.0001,-1,1,0,-0.0001|-61.3216,30.5978,42.359|-0.0001,2.0001,0,0,-1,-0.0001,-0.0001,0,-1,1,0,-0.0001|-58.8218,27.0975,42.359|-7,-3.5004,0,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|0.9999,0,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-60.8215,32.5977,48.359|-57.3218,27.0971,48.359|-13,-3.5,-1.5,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|1.4998,-0.0001,0,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-60.8215,32.5978,44.359|0.9997,2.0006,24.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|0,1'
  200. ..'.9999,0,0,-1,-0.0001,-0.0001,0,-1,1,0,-0.0001|-57.3219,27.0974,44.359|-60.8215,32.5977,40.359|-57.3218,27.0974,40.359|-5,-3.5003,-1.4999,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-60.8215,32.5974,36.359|-57.3218,27.0971,36.359|-1,-3.5001,-1.5,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|1.4999,-0.0001,0,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-60.8215,32.5977,32.359|0.9997,2.0005,12.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-57.3219,27.0974,32.359|3,-3.5003,-1.4999,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-60.8215,32.5974,28.359|0.9997,2.0002,8.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-57.3219,27.0974,28.359|7,-3.5003,-1.4999,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-60.8216,32.5974,24.359|0.9996,2.0002,4.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-'
  201. ..'57.3218,27.097,24.359|11,-3.4999,-1.4999,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-60.8215,32.5974,20.359|0.9997,2.0002,0.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-57.3219,27.0974,20.359|15,-3.5003,-1.4999,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|1.4999,0.0003,0,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-58.822,21.5972,35.359|-9,-2.0004,1.4998,-1,-0.0001,-0.0001,0,-0.0001,1,0,1,0|-60.3214,29.5977,11.359|4,23,4|-60.3208,45.5977,11.359|4,9,4|0.9995,15.0005,-8.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|0,-11.5001,0.0001,-1,-0.0001,0,0,0,1,-0.0001,1,-0.0001|-58.8215,29.5976,15.359|4,23,7|-58.8208,45.5976,15.359|4,9,7|0,0,3.5,1,0,0,0,1,0,0,0,1|0.9995,15.0005,-4.5,0,-0.0001,-1,-0.0001,1,-0.0001,1,0,0|-58.8208,45.5976,7.359|-58.8215,29.5973,7.359|0'
  202. ..'.9999,-0.9998,-12.5,-0.0001,0,-1,0,-1,-0.0001,-1,-0.0001,0|0,-11.5,0,1,0,0,-0,-0,-1,0,1,0|0,-4.5,0,-1,0,0,0,0,1,0,1,-0.0001|-102.3209,45.6004,11.359|-1.0002,14.9999,-8.5,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|0,-11.5001,-0.0001,-1,-0.0001,-0.0001,-0.0001,-0.0001,1,-0.0001,1,0|-103.8209,45.6004,15.359|-1.0002,14.9999,-4.5,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|0,-11.5,-0.0001,-1,-0.0001,-0.0001,-0.0001,-0.0001,1,-0.0001,1,0|-103.8208,45.6005,7.359|0,-11.5001,-0.0002,-1,-0.0001,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001|-102.3215,29.6004,11.359|-103.8215,29.6005,15.359|-103.8216,29.6005,7.359|-81.3207,46.5991,28.859|18,23,7|-107.8218,24.6007,53.359|0,1.5,0,-0.0001,-1,0,0,-0.0001,-1,1,0,0|-113.8223,18.6014,53.359|-107.8222,18.6008,53.'
  203. ..'359|0.0001,-1.5,0,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-104.8217,27.6005,53.359|1.5,0,0,0,-0.0001,-1,0,1,0,1,-0.0001,0|0,1.4999,0,0,-1,-0.0001,0,0,-1,1,0,0|-101.8218,24.6004,53.359|0,-1.5,0,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-1.5001,0,0,-0.0001,0,1,-0.0001,1,0,-1,-0.0001,-0.0001|-116.8225,15.6016,53.359|-110.8221,21.601,53.359|1.5001,0.0001,0,0,-0.0001,-1,0,1,-0.0001,1,-0.0001,0|-113.8226,12.6013,53.359|-1.5001,0,-0.0001,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-104.8219,21.6005,53.359|-1.5,-0.0001,0,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-110.8224,15.601,53.359|-0.0001,-1.5001,0,-0.0001,-1,0,-0.0001,-0.0001,1,-1,-0.0001,0|-116.8227,12.6013,62.859|11,3,3|5.5,0,0,0,0,1,0,1,0,-1,'
  204. ..'-0,-0|-1.5,0.5,-0.5,0,-0.0001,1,-0.0001,1,0,-1,-0.0001,0|0.0001,3.9999,-9.5001,0,1,0,0,0,-1,-1,0,-0.0001|-116.8226,12.6012,43.859|0,3.9999,9.5,-0.0001,1,-0.0001,0,-0.0001,-1,-1,-0.0001,-0.0001|-81.3219,20.5987,80.359|24,16,5|0,0,52.5,-1,-0.0001,-0.0001,-0.0001,1,0,0,0,-1|-7.5,-2,9,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|0,-2.0001,4.5,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|0,-2,-7.5,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|7.5,-2.0001,9,-1,-0.0001,0,0,-0.0001,1,-0.0001,1,0|-81.321,40.5991,80.359|-96.8216,30.6,80.359|15,16,7|-1,-5.9999,0.4999,0,1,-0.0001,1,-0.0001,0,0,-0.0001,-1|-12,-0.4998,-7.5,-0.0001,0,1,1,0,0,-0.0001,1,-0.0001|-1,-2,4.5,-0.0001,1,-0.0001,1,0,0,0,-0.0001,-1|-65.8214,30.5979,80.359|12.0001,-0.5001,-7.5,-0.0001,-0.0'
  205. ..'001,-1,-1,0,0,0,1,-0.0001|-60.8217,30.5977,53.359|0,1.5,0,0,-1,0,-0.0001,0,-1,1,-0.0001,0|0.9997,0.0005,33.5,-0.0001,0,-1,0,1,0,1,-0.0001,-0.0001|-57.8219,27.5975,53.359|-60.822,24.5977,53.359|-54.8221,24.5972,53.359|-57.8223,21.5975,53.359|-51.8223,21.597,53.359|0,1.5,0,0,-1,0,-0.0001,-0.0001,-1,1,0,-0.0001|-54.8224,18.5972,53.359|-1.5,-0.0001,0,-0.0001,-0.0001,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|0,-1.5,0,-0.0001,-1,-0.0001,-0.0001,0,1,-1,0,-0.0001|-48.8226,18.5967,53.359|0,1.4998,0,0,-1,0,-0.0001,-0.0001,-1,1,0,-0.0001|-51.8226,15.597,53.359|-48.8228,12.5969,53.359|-1.5,0,0,-0.0001,0,1,-0.0001,1,-0.0001,-1,-0.0001,-0.0001|-45.8227,15.5966,53.359|1.4999,-0.0001,0,0,-0.0001,-1,0,1,-0.0001,1,-0.0001,0|-45.8235,12.5969,43'
  206. ..'.859|-0.0008,4,-9.5,-0.0001,1,0.0001,-0.0001,0.0001,-1,-1,-0.0001,0|-45.8236,12.597,62.859|-0.01,90,0|-5.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.5,0.5001,-0.5004,0,0,-1,0,1,0,1,-0.0001,0|-0.0008,4,9.5,-0.0001,1,0.0001,-0.0001,0.0001,-1,-1,-0.0001,0|-101.8216,30.6004,53.359|-1.0001,-0.0001,33.5,-0.0001,-0.0001,1,0,1,-0.0001,-1,-0.0001,0|-0.0001,1.5,0,0,-1,0,0,-0.0001,-1,1,0,0|PilotSeat|-81.3217,27.599,81.3589|2,1,2|6|45|CanFly|PilotWeapon1|Torpedoes|VMode|Hover|-79.8217,28.5989,79.859|0,-89.99,-180|1,1,1|0,-0.5001,-0.0001,0.0001,1,-0.0001,-0.0001,0,1,1,-0.0002,0|-81.3216,29.5991,79.8588|2,3,1|-0.0001,0,0.4999,1,0,-0.0001,0,-1,-0.0001,-0.0001,0,-1|-0.0001,-1.0001,0.5,1,-0.0001,-0.0001,-0.0001,-1,-0.0001,-0.0001,0,-1|-0.0003,-1.0001,0.5'
  207. ..',-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,-0.0001,-1|0.4999,0,0,-0.0001,-0.0001,-1,0,1,-0.0001,1,-0.0001,-0.0001|0,-1,0.4999,-1,-0.0001,0,-0.0001,1,-0.0001,-0.0001,-0.0001,-1|0.4999,-0.0001,0,0,-0.0001,-1,0,1,-0.0001,1,-0.0001,0|0.0001,-1.0001,0.4999,1,-0.0001,-0.0002,-0.0001,-1,-0.0001,-0.0002,0,-1|-79.8217,29.599,79.8589|0,-0.5,-0.0001,0,-1,0,-0.0001,0,1,-1,-0.0001,-0.0001|-79.8217,30.599,79.8588|-82.8216,29.5991,79.8587|-0.0002,-0.5001,0,0,1,0,0,-0.0001,1,1,-0.0001,-0.0001|-0.0002,-0.5001,0,0,-1,-0.0001,0,-0.0001,1,-1,-0.0001,0|-82.8217,30.5992,79.8586|-82.8217,28.5991,79.8589|0,90,-180|-82.8216,27.599,81.359|90,-90,0|0.9999,-0.0001,-0.0001,0,-0.0001,-1,-0.0001,-1,0,-1,0,-0.0001|-81.3216,27.5989,82.859|-0.0001,-0.0001,-1.'
  208. ..'0001,-1,0,-0.0001,-0.0001,-1,0,-0.0001,0,1|-79.8216,27.5988,81.359|-1.0001,-0.0001,-0.0001,0,0,1,-0.0001,1,-0.0001,-1,-0.0001,0|-81.3217,27.5991,79.859|0,0.0001,0.9999,-1,0,0,-0.0001,1,0,-0.0001,0,-1|-81.3216,31.5991,79.8588|-82.8216,29.2991,81.3588|1,0.4,2|0.0001,-0.3001,0.5001,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-79.8216,29.299,81.3589|-0.0001,-0.3002,-0.5,1,-0.0001,-0.0001,0,1,-0.0001,0,0,1|-73.3219,23.5984,48.359|-74.8219,24.5985,48.359|1,3,4|0,1,1,-1,-0.0001,0,0,1,-0.0001,0,0,-1|-73.3219,24.0985,46.859|2,2,1|-73.3219,24.0984,49.859|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|1,0.5,0,-0.0001,-0.0001,-1,0,1,0,1,0,0|0,-0.5001,0.5,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-92.322,23.5999,32.359|-92.322,24.0998,30.859|-90.8219,24.5998,'
  209. ..'32.359|-92.322,24.0998,33.859|-11.0003,2.5004,12.5,-0.0001,1,0,-0.0001,0,-1,-1,-0.0001,0|-0.5001,-1,0,-0.0001,-0.0001,1,0,1,0,-1,0,-0.0001|-0.0001,-0.5,0.5,-1,0,0,0,1,-0.0001,-0.0001,-0.0001,-1|-0.0001,-0.5,-0.5,1,0,-0.0001,-0.0001,1,0,0,-0.0001,1|-70.3219,23.5982,32.359|-71.8219,24.5983,32.359|-70.3219,24.0982,30.859|-1,0.5,0,0,-0.0001,1,-0.0001,1,-0.0001,-1,0,-0.0001|-70.3219,24.0983,33.859|0,-0.5001,-0.5,1,0,-0.0001,-0.0001,1,0,0,-0.0001,1|-89.3219,23.5995,48.359|-87.8219,24.5994,48.359|-89.3219,24.0995,49.859|-1,0.5,-0.0001,0,0,1,0,1,0,-1,-0.0001,-0.0001|-89.3219,24.0994,46.859|0.4999,-1,0,0,0,-1,0,1,0,1,-0.0001,0|-0.0001,-0.5,-0.5,1,-0.0001,-0.0001,0,1,-0.0001,0,0,1|WeaponType|Torpedo|BarrelInterval|0.7|ProjectileSize'
  210. ..'|Large|Barrel|-123.3229,7.1017,68.8589|10,8,1|-39.3229,7.0965,68.8588|DockPoint|-81.4296,30.5999,-56.5732|0,-0.1401,-0.01|6|CenterPoint|-81.23,32.6011,26.0473|-0.4082,-0.498,4.1884,1,0,0,-0.0001,0,1,0,-1,0|-81.3211,40.1825,-47.641|6,2,14|-81.3211,39.4991,-47.141|2,1.2,17|-81.3212,39.9991,-39.641|6,1.2,2|0,-0.1834,-7,1,0,0,-0.0001,1,-0.0001,0,0,1;0,6>11>2,6>12>519,32>11>31,32>12>645,39>11>38,39>12>711,49>11>48,49>12>687,51>11>50,51>12>687,53>11>52,53>12>687,56>11>55,56>12>687,59>11>58,59>12>687,62>11>61,62>12>687,65>11>64,65>12>687,67>11>66,67>12>687,69>11>68,69>12>687,71>11>70,71>12>687,73>11>72,73>12>687,75>11>74,75>12>687,78>11>77,78>12>687,80>11>79,80>12>687,85>11>84,85>12>695,87>11>86,87>12>695,89>11>88,89>12>695,91>11'
  211. ..'>90,91>12>695,93>11>92,93>12>695,95>11>94,95>12>695,98>11>97,98>12>695,101>11>100,101>12>695,105>11>104,105>12>695,107>11>106,107>12>695,109>11>108,109>12>695,111>11>110,111>12>695,113>11>112,113>12>695,115>11>114,115>12>695,117>11>116,117>12>695,120>11>119,120>12>681,122>11>121,122>12>681,124>11>123,124>12>681,126>11>125,126>12>681,128>11>127,128>12>681,130>11>129,130>12>681,132>11>131,132>12>681,134>11>133,134>12>681,136>11>135,136>12>681,138>11>137,138>12>681,140>11>139,140>12>681,143>11>142,143>12>141,146>11>145,146>12>141,147>11>145,147>12>144,150>11>149,150>12>148,151>11>149,151>12>144,154>11>152,154>12>161,156>11>155,156>12>152,157>11>155,157>12>148,159>11>158,159>12>161,160>11>158,160>12>163,164>11>163,164>12>162,1'
  212. ..'67>11>166,167>12>165,168>11>166,168>12>162,171>11>170,171>12>169,172>11>170,172>12>165,174>11>173,174>12>169,176>11>175,176>12>173,177>11>175,177>12>178,181>11>179,181>12>676,184>11>182,184>12>678,187>11>186,187>12>416,188>11>186,188>12>687,189>11>186,189>12>685,190>11>186,190>12>686,192>11>191,192>12>695,194>11>193,194>12>708,195>11>193,195>12>416,197>11>196,197>12>766,198>11>196,198>12>543,199>11>196,199>12>770,202>11>201,202>12>768,204>11>203,204>12>770,206>11>205,206>12>780,208>11>207,208>12>781,209>11>207,209>12>779,210>11>207,210>12>635,212>11>211,212>12>780,214>11>213,214>12>779,219>11>217,219>12>281,221>11>220,221>12>229,222>11>220,222>12>803,223>11>220,223>12>783,224>11>220,224>12>810,225>11>220,225>12>784,227>11>'
  213. ..'226,227>12>794,228>11>226,228>12>797,231>11>230,231>12>802,232>11>230,232>12>233,234>11>233,234>12>807,235>11>233,235>12>806,236>11>233,236>12>804,238>11>237,238>12>815,239>11>237,239>12>813,241>11>240,241>12>818,242>11>240,242>12>817,244>11>243,244>12>790,245>11>243,245>12>215,246>11>243,246>12>784,248>11>247,248>12>825,250>11>249,250>12>817,251>11>249,251>12>818,253>11>252,253>12>802,254>11>252,254>12>799,256>11>255,256>12>832,257>11>255,257>12>835,259>11>258,259>12>835,260>11>258,260>12>826,263>11>262,263>12>829,264>11>262,264>12>281,266>11>265,266>12>844,267>11>265,267>12>258,268>11>265,268>12>851,269>11>265,269>12>845,270>11>265,270>12>852,271>11>265,271>12>847,272>11>265,272>12>839,274>11>273,274>12>850,275>11>273,27'
  214. ..'5>12>843,276>11>273,276>12>842,277>11>273,277>12>841,278>11>273,278>12>849,279>11>273,279>12>261,280>11>273,280>12>840,282>11>281,282>12>840,284>11>283,284>12>853,286>11>285,286>12>860,287>11>285,287>12>853,289>11>288,289>12>861,290>11>288,290>12>863,291>11>288,291>12>860,294>11>293,294>12>324,296>11>295,296>12>943,297>11>295,297>12>324,298>11>295,298>12>637,300>11>299,300>12>324,302>11>301,302>12>324,304>11>303,304>12>324,306>11>305,306>12>324,309>11>308,309>12>326,311>11>310,311>12>326,315>11>314,315>12>873,316>11>314,316>12>326,318>11>317,318>12>519,320>11>319,320>12>943,321>11>319,321>12>519,322>11>319,322>12>437,323>11>319,323>12>307,328>11>326,328>12>873,329>11>326,329>12>313,330>11>326,330>12>312,331>11>326,331>12>3'
  215. ..'07,333>11>332,333>12>932,334>11>332,334>12>416,335>11>332,335>12>324,336>11>332,336>12>317,337>11>332,337>12>326,338>11>332,338>12>319,339>11>332,339>12>883,341>11>340,341>12>886,342>11>340,342>12>893,343>11>340,343>12>348,346>11>345,346>12>344,347>11>345,347>12>880,352>11>351,352>12>893,354>11>353,354>12>893,358>11>356,358>12>880,359>11>356,359>12>350,360>11>356,360>12>353,361>11>356,361>12>349,362>11>356,362>12>932,363>11>356,363>12>355,364>11>356,364>12>351,367>11>366,367>12>896,368>11>366,368>12>897,371>11>370,371>12>907,372>11>370,372>12>909,374>11>373,374>12>378,375>11>373,375>12>379,376>11>373,376>12>369,377>11>373,377>12>903,382>11>381,382>12>917,383>11>381,383>12>916,384>11>381,384>12>385,386>11>385,386>12>919,387'
  216. ..'>11>385,387>12>916,388>11>385,388>12>917,389>11>385,389>12>380,390>11>385,390>12>19,391>11>385,391>12>397,392>11>385,392>12>918,393>11>385,393>12>911,395>11>394,395>12>589,396>11>394,396>12>385,399>11>398,399>12>433,400>11>398,400>12>426,403>11>402,403>12>1149,404>11>402,404>12>1208,405>11>402,405>12>1204,406>11>402,406>12>1181,407>11>402,407>12>1206,408>11>402,408>12>923,409>11>402,409>12>546,410>11>402,410>12>924,413>11>412,413>12>589,414>11>412,414>12>1149,415>11>412,415>12>729,417>11>416,417>12>589,418>11>416,418>12>1217,419>11>416,419>12>1232,420>11>416,420>12>178,421>11>416,421>12>924,422>11>416,422>12>191,423>11>416,423>12>1239,424>11>416,424>12>185,425>11>416,425>12>883,427>11>426,427>12>943,428>11>426,428>12>401,4'
  217. ..'30>11>429,430>12>401,431>11>429,431>12>433,432>11>429,432>12>398,434>11>433,434>12>426,435>11>433,435>12>1252,436>11>433,436>12>401,438>11>437,438>12>943,439>11>437,439>12>825,442>11>441,442>12>1010,443>11>441,443>12>979,445>11>444,445>12>1006,446>11>444,446>12>984,448>11>447,448>12>986,451>11>450,451>12>552,452>11>450,452>12>1001,453>11>450,453>12>991,455>11>454,455>12>552,456>11>454,456>12>995,457>11>454,457>12>997,459>11>458,459>12>993,463>11>462,463>12>589,464>11>462,464>12>1023,467>11>466,467>12>1036,468>11>466,468>12>589,470>11>469,470>12>1040,474>11>473,474>12>589,475>11>473,475>12>1052,477>11>476,477>12>1059,479>11>478,479>12>589,480>11>478,480>12>1060,481>11>478,481>12>1061,483>11>482,483>12>589,484>11>482,484>12>'
  218. ..'1063,486>11>485,486>12>1070,488>11>487,488>12>589,489>11>487,489>12>1075,491>11>490,491>12>1079,492>11>490,492>12>1077,493>11>490,493>12>589,495>11>494,495>12>589,497>11>496,497>12>589,498>11>496,498>12>943,499>11>496,499>12>552,500>11>496,500>12>519,501>11>496,501>12>1094,502>11>496,502>12>1097,503>11>496,503>12>1090,504>11>496,504>12>901,505>11>496,505>12>930,506>11>496,506>12>931,507>11>496,507>12>7,508>11>496,508>12>11,509>11>496,509>12>1112,510>11>496,510>12>365,511>11>496,511>12>897,512>11>496,512>12>896,513>11>496,513>12>1104,514>11>496,514>12>928,515>11>496,515>12>366,516>11>496,516>12>1101,517>11>496,517>12>929,518>11>496,518>12>1107,520>11>519,520>12>1144,522>11>521,522>12>1113,523>11>521,523>12>1129,527>11>526,5'
  219. ..'27>12>1125,528>11>526,528>12>1116,529>11>526,529>12>1115,531>11>530,531>12>1124,533>11>532,533>12>1115,534>11>532,534>12>1124,535>11>532,535>12>1127,536>11>532,536>12>1131,538>11>537,538>12>765,539>11>537,539>12>201,540>11>537,540>12>763,541>11>537,541>12>759,542>11>537,542>12>764,544>11>543,544>12>756,547>11>546,547>12>550,549>11>548,549>12>1144,551>11>550,551>12>548,553>11>552,553>12>519,554>11>552,554>12>416,555>11>552,555>12>378,556>11>552,556>12>958,557>11>552,557>12>954,558>11>552,558>12>1001,559>11>552,559>12>997,560>11>552,560>12>1002,561>11>552,561>12>971,562>11>552,562>12>968,563>11>552,563>12>943,564>11>552,564>12>678,565>11>552,565>12>449,566>11>552,566>12>976,567>11>552,567>12>444,568>11>552,568>12>951,569>11>'
  220. ..'552,569>12>441,570>11>552,570>12>447,571>11>552,571>12>873,572>11>552,572>12>1004,573>11>552,573>12>965,574>11>552,574>12>1107,575>11>552,575>12>1145,576>11>552,576>12>411,577>11>552,577>12>1010,578>11>552,578>12>949,579>11>552,579>12>1110,580>11>552,580>12>379,581>11>552,581>12>1111,582>11>552,582>12>437,583>11>552,583>12>440,584>11>552,584>12>1109,585>11>552,585>12>974,586>11>552,586>12>458,587>11>552,587>12>326,588>11>552,588>12>1006,590>11>589,590>12>519,591>11>589,591>12>1052,592>11>589,592>12>471,593>11>589,593>12>397,594>11>589,594>12>1040,595>11>589,595>12>476,596>11>589,596>12>469,597>11>589,597>12>1063,598>11>589,598>12>485,599>11>589,599>12>1097,600>11>589,600>12>324,601>11>589,601>12>460,602>11>589,602>12>1149,'
  221. ..'603>11>589,603>12>1060,604>11>589,604>12>1036,605>11>589,605>12>465,606>11>589,606>12>1031,607>11>589,607>12>472,608>11>589,608>12>729,609>11>589,609>12>1093,610>11>589,610>12>1087,611>11>589,611>12>1089,612>11>589,612>12>1047,613>11>589,613>12>461,615>11>614,615>12>1156,617>11>616,617>12>1156,618>11>616,618>12>1157,619>11>616,619>12>1154,620>11>616,620>12>1158,622>11>621,622>12>1157,623>11>621,623>12>1158,624>11>621,624>12>1159,626>11>625,626>12>1164,627>11>625,627>12>1166,629>11>628,629>12>1166,632>11>631,632>12>733,633>11>631,633>12>746,634>11>631,634>12>211,638>11>637,638>12>589,639>11>637,639>12>865,642>11>641,642>12>644,643>11>641,643>12>640,646>11>645,646>12>644,648>11>647,648>12>650,649>11>647,649>12>33,652>11>651,'
  222. ..'652>12>650,654>11>653,654>12>1149,655>11>653,655>12>651,658>11>657,658>12>711,660>11>659,660>12>711,666>11>665,666>12>687,668>11>667,668>12>687,670>11>669,670>12>687,672>11>671,672>12>687,674>11>673,674>12>687,677>11>676,677>12>589,680>11>679,680>12>185,682>11>681,682>12>185,684>11>683,684>12>185,688>11>687,688>12>675,689>11>687,689>12>76,690>11>687,690>12>54,691>11>687,691>12>664,692>11>687,692>12>60,693>11>687,693>12>63,694>11>687,694>12>57,696>11>695,696>12>118,697>11>695,697>12>103,698>11>695,698>12>102,699>11>695,699>12>99,700>11>695,700>12>96,701>11>695,701>12>83,702>11>695,702>12>82,703>11>695,703>12>81,705>11>704,705>12>191,707>11>706,707>12>191,710>11>709,710>12>193,712>11>711,712>12>46,713>11>711,713>12>193,714>1'
  223. ..'1>711,714>12>661,715>11>711,715>12>42,716>11>711,716>12>45,717>11>711,717>12>41,718>11>711,718>12>662,719>11>711,719>12>47,720>11>711,720>12>40,721>11>711,721>12>663,722>11>711,722>12>37,723>11>711,723>12>43,724>11>711,724>12>36,725>11>711,725>12>656,726>11>711,726>12>35,727>11>711,727>12>34,728>11>711,728>12>44,731>11>730,731>12>552,732>11>730,732>12>411,735>11>734,735>12>631,737>11>736,737>12>780,738>11>736,738>12>631,740>11>739,740>12>635,742>11>741,742>12>779,743>11>741,743>12>635,745>11>744,745>12>635,748>11>747,748>12>631,750>11>749,750>12>631,752>11>751,752>12>766,753>11>751,753>12>543,755>11>754,755>12>543,758>11>757,758>12>537,761>11>760,761>12>768,762>11>760,762>12>537,767>11>766,767>12>200,769>11>768,769>12>200,'
  224. ..'772>11>771,772>12>765,773>11>771,773>12>203,774>11>771,774>12>201,776>11>775,776>12>749,777>11>775,777>12>213,778>11>775,778>12>211,782>11>781,782>12>205,786>11>785,786>12>797,787>11>785,787>12>220,789>11>788,789>12>233,791>11>790,791>12>233,793>11>792,793>12>233,795>11>794,795>12>230,796>11>794,796>12>792,798>11>797,798>12>229,800>11>799,800>12>808,801>11>799,801>12>229,805>11>804,805>12>802,809>11>808,809>12>220,812>11>811,812>12>233,814>11>813,814>12>249,816>11>815,816>12>249,820>11>819,820>12>247,821>11>819,821>12>240,823>11>822,823>12>247,824>11>822,824>12>240,827>11>826,827>12>839,828>11>826,828>12>262,830>11>829,830>12>261,831>11>829,831>12>841,833>11>832,833>12>261,834>11>832,834>12>843,837>11>836,837>12>265,838>11'
  225. ..'>836,838>12>281,846>11>845,846>12>835,848>11>847,848>12>281,855>11>854,855>12>285,856>11>854,856>12>283,858>11>857,858>12>288,859>11>857,859>12>285,862>11>861,862>12>292,864>11>863,864>12>292,866>11>865,866>12>292,868>11>867,868>12>943,869>11>867,869>12>519,871>11>870,871>12>589,872>11>870,872>12>324,875>11>874,875>12>295,876>11>874,876>12>317,878>11>877,878>12>319,879>11>877,879>12>307,881>11>880,881>12>353,882>11>880,882>12>348,885>11>884,885>12>344,888>11>887,888>12>344,889>11>887,889>12>353,890>11>887,890>12>349,891>11>887,891>12>355,892>11>887,892>12>345,894>11>893,894>12>355,895>11>893,895>12>348,899>11>898,899>12>496,900>11>898,900>12>365,902>11>901,902>12>365,904>11>903,904>12>369,906>11>905,906>12>369,912>11>911,9'
  226. ..'12>12>380,914>11>913,914>12>385,915>11>913,915>12>380,921>11>920,921>12>519,922>11>920,922>12>1144,926>11>925,926>12>416,927>11>925,927>12>402,933>11>932,933>12>589,934>11>932,934>12>317,935>11>932,935>12>552,936>11>932,936>12>345,937>11>932,937>12>429,938>11>932,938>12>416,939>11>932,939>12>348,940>11>932,940>12>880,941>11>932,941>12>437,942>11>932,942>12>637,944>11>943,944>12>589,945>11>943,945>12>519,946>11>943,946>12>637,947>11>943,947>12>884,948>11>943,948>12>886,950>11>949,950>12>975,953>11>952,953>12>949,955>11>954,955>12>525,957>11>956,957>12>949,960>11>959,960>12>949,962>11>961,962>12>552,964>11>963,964>12>949,967>11>966,967>12>949,970>11>969,970>12>949,973>11>972,973>12>949,978>11>977,978>12>949,980>11>979,980>12'
  227. ..'>949,982>11>981,982>12>949,983>11>981,983>12>440,985>11>984,985>12>949,987>11>986,987>12>949,989>11>988,989>12>949,990>11>988,990>12>449,992>11>991,992>12>949,994>11>993,994>12>949,996>11>995,996>12>949,999>11>998,999>12>552,1000>11>998,1000>12>458,1003>11>1002,1003>12>449,1005>11>1004,1005>12>447,1008>11>1007,1008>12>552,1009>11>1007,1009>12>440,1012>11>1011,1012>12>1087,1013>11>1011,1013>12>460,1015>11>1014,1015>12>589,1016>11>1014,1016>12>460,1018>11>1017,1018>12>1087,1019>11>1017,1019>12>461,1021>11>1020,1021>12>589,1022>11>1020,1022>12>461,1024>11>1023,1024>12>1087,1026>11>1025,1026>12>589,1027>11>1025,1027>12>462,1029>11>1028,1029>12>1087,1030>11>1028,1030>12>465,1032>11>1031,1032>12>465,1034>11>1033,1034>12>1087,103'
  228. ..'5>11>1033,1035>12>466,1038>11>1037,1038>12>1087,1039>11>1037,1039>12>469,1042>11>1041,1042>12>1087,1043>11>1041,1043>12>471,1045>11>1044,1045>12>589,1046>11>1044,1046>12>471,1048>11>1047,1048>12>472,1050>11>1049,1050>12>1087,1051>11>1049,1051>12>472,1054>11>1053,1054>12>1087,1055>11>1053,1055>12>473,1057>11>1056,1057>12>589,1058>11>1056,1058>12>476,1062>11>1061,1062>12>1087,1065>11>1064,1065>12>1087,1066>11>1064,1066>12>482,1068>11>1067,1068>12>589,1069>11>1067,1069>12>485,1071>11>1070,1071>12>1087,1073>11>1072,1073>12>589,1074>11>1072,1074>12>487,1076>11>1075,1076>12>1087,1078>11>1077,1078>12>589,1080>11>1079,1080>12>1087,1082>11>1081,1082>12>589,1083>11>1081,1083>12>494,1085>11>1084,1085>12>1087,1086>11>1084,1086>12>494,'
  229. ..'1088>11>1087,1088>12>1059,1091>11>1090,1091>12>589,1092>11>1090,1092>12>1089,1095>11>1094,1095>12>589,1096>11>1094,1096>12>1093,1099>11>1098,1099>12>589,1100>11>1098,1100>12>1097,1102>11>1101,1102>12>552,1103>11>1101,1103>12>1109,1105>11>1104,1105>12>552,1106>11>1104,1106>12>1110,1108>11>1107,1108>12>1111,1114>11>1113,1114>12>524,1117>11>1116,1117>12>524,1119>11>1118,1119>12>525,1120>11>1118,1120>12>521,1122>11>1121,1122>12>525,1123>11>1121,1123>12>521,1126>11>1125,1126>12>524,1128>11>1127,1128>12>530,1130>11>1129,1130>12>524,1132>11>1131,1132>12>526,1134>11>1133,1134>12>770,1135>11>1133,1135>12>543,1137>11>1136,1137>12>543,1139>11>1138,1139>12>416,1140>11>1138,1140>12>925,1141>11>1138,1141>12>923,1142>11>1138,1142>12>546,'
  230. ..'1143>11>1138,1143>12>924,1146>11>1145,1146>12>640,1147>11>1145,1147>12>550,1148>11>1145,1148>12>411,1150>11>1149,1150>12>550,1152>11>1151,1152>12>614,1153>11>1151,1153>12>589,1155>11>1154,1155>12>614,1160>11>1159,1160>12>625,1162>11>1161,1162>12>625,1163>11>1161,1163>12>621,1165>11>1164,1165>12>628,1168>11>1167,1168>12>628,1169>11>1167,1169>12>630,1171>11>1170,1171>12>628,1172>11>1170,1172>12>630,1174>11>1173,1174>12>635,1176>11>1175,1176>12>781,1177>11>1175,1177>12>635,1179>11>1178,1179>12>552,1180>11>1178,1180>12>525,1186>11>1185,1186>12>1196,1188>11>1187,1188>12>1210,1189>11>1187,1189>12>1203,1190>11>1187,1190>12>1202,1191>11>1187,1191>12>1199,1192>11>1187,1192>12>1198,1193>11>1187,1193>12>1196,1194>11>1187,1194>12>1185'
  231. ..',1195>11>1187,1195>12>1212,1197>11>1196,1197>12>1198,1200>11>1199,1200>12>1203,1201>11>1199,1201>12>1202,1205>11>1204,1205>12>1181,1207>11>1206,1207>12>1181,1209>11>1208,1209>12>1181,1211>11>1210,1211>12>1181,1214>11>1213,1214>12>1199,1216>11>1215,1216>12>1196,1219>11>1218,1219>12>1217,1222>11>1221,1222>12>1217,1223>11>1217,1223>12>1220,1228>11>1224,1228>12>416,1229>11>1224,1229>12>1226,1230>11>1224,1230>12>1225,1231>11>1224,1231>12>1227,1234>11>1233,1234>12>1232,1236>11>1235,1236>12>1232,1238>11>1232,1238>12>1237,1242>11>1241,1242>12>1239,1244>11>1239,1244>12>1240,1245>11>1239,1245>12>1243,1254>11>1253,1254>12>161,1259>11>1258,1259>12>1255;2|1:2;n;1|1:3|2:4|3:5|4:6|5:7|6:8|7:9;n;3|1:10|8:11;3|1:12|8:13;3|1:14|8:15;4|9:16|'
  232. ..'10:17;p;1|1:3|2:18|3:5|4:6|5:7|6:8|7:8;n;3|1:10|8:19;3|1:12|8:13;3|1:14|8:15;p;1|1:3|2:20|3:5|4:6|5:7|6:8|7:8;n;3|1:10|8:21;3|1:12|8:13;3|1:14|8:15;p;1|1:3|2:22|3:23|4:6|5:9|6:8|7:9;n;3|1:10|8:24;3|1:12|8:13;3|1:14|8:25;p;1|1:3|2:26|3:27|4:6|5:7|6:8|7:9;n;3|1:10|8:28;3|1:12|8:13;3|1:14|8:25;p;5;n;6|1:29|8:30;6|1:31|8:32;7|1:33|8:34;3|1:35|8:36;3|1:37|8:38;7|1:39|8:40;p;2|1:41;n;1|13:42|2:43|3:44|4:45|14:8|5:8|6:8|15:8|7:8|13:42|13:42;n;4|9:46|10:47;p;1|13:42|2:48|4:45|14:8|5:8|6:8|15:8|7:8|13:42|13:42;1|13:42|2:49|3:50|4:51|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:52|2:53|3:50|4:54|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:52|2:55|3:50|4:54|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:56|2:57|3:50|4:54|14:8|5:7|6:8|15:'
  233. ..'8|16:8|7:8|13:56|13:56;1|13:58|2:59|3:50|4:54|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:60;p;1|13:52|2:61|3:50|4:54|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:56|2:62|3:50|4:54|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;1|13:63|2:64|3:50|4:65|14:8|5:7|6:8|15:8|16:8|7:8|13:63|13:63;1|13:42|2:66|3:50|4:67|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:42|2:68|3:50|4:69|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:63|2:70|3:50|4:71|14:8|5:7|6:8|15:8|16:8|7:8|13:63|13:63;1|13:42|2:72|3:50|4:73|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:42|2:74|3:50|4:75|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:58|2:76|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:78;p;1|13:56|2:79|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56'
  234. ..'|13:56;n;4|9:16|10:80;p;1|13:56|2:81|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;n;4|9:16|10:82;p;1|13:56|2:83|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;1|13:56|2:84|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;n;4|9:16|10:85;p;1|13:52|2:86|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:58|2:87|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:88;p;1|13:52|2:89|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:58|2:90|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:91;p;1|13:52|2:92|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:58|2:93|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:94;p;1|13:52|2:95|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4'
  235. ..'|9:16|10:96;p;1|13:52|2:97|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:98;p;1|13:52|2:99|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:100;p;1|13:52|2:101|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:102;p;1|13:52|2:103|3:50|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:104;p;1|13:42|2:105|3:50|4:106|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:42|2:107|3:50|4:106|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:16|10:108;p;1|13:42|2:109|3:50|4:110|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:16|10:111;p;1|13:42|2:112|3:113|4:114|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:42|2:115|3:113|4:114|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:56|2:116|3:113|4:77|14:8|5:7|6:8|1'
  236. ..'5:8|16:8|7:8|13:56|13:56;1|13:58|2:117|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:118;p;1|13:52|2:119|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:120;p;1|13:58|2:121|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:122;p;1|13:56|2:123|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;n;4|9:16|10:124;p;1|13:58|2:125|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:126;p;1|13:52|2:127|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:128;p;1|13:52|2:129|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:58|2:116|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:130;p;1|13:52|2:131|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:'
  237. ..'52|2:132|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:133;p;1|13:56|2:134|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;1|13:52|2:135|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:52|2:136|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:137;p;1|13:56|2:138|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;n;4|9:16|10:139;p;1|13:58|2:140|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:141;p;1|13:52|2:142|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:143;p;1|13:56|2:144|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;n;4|9:16|10:145;p;1|13:52|2:146|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:147;p;1|13:58|2:148|3:113|4:77|14:8|5:7|6'
  238. ..':8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:149;p;1|13:52|2:150|3:113|4:77|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;1|13:56|2:151|3:113|4:110|14:8|5:7|6:8|15:8|16:8|7:8|13:56|13:56;n;4|9:16|10:152;p;1|13:58|2:153|3:113|4:110|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:154;p;1|13:52|2:155|3:113|4:110|14:8|5:7|6:8|15:8|16:8|7:8|13:52|13:52;n;4|9:16|10:156;p;1|13:58|2:157|3:113|4:158|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:159;p;1|13:58|2:160|3:113|4:158|14:8|5:7|6:8|15:8|16:8|7:8|13:58|13:58;n;4|9:16|10:161;p;1|13:162|2:163|3:113|4:158|14:8|5:7|6:8|15:8|16:8|7:8|13:162|13:162;n;4|9:16|10:164;p;1|13:162|2:165|3:113|4:158|14:8|5:7|6:8|15:8|16:8|7:8|13:162|13:162;n;4|9:16|10:166;p;1|13:162|2:167|3:113|4:158|14:8|5:'
  239. ..'7|6:8|15:8|16:8|7:8|13:162|13:162;n;4|9:16|10:168;p;1|13:162|2:169|3:113|4:158|14:8|5:7|6:8|15:8|16:8|7:8|13:162|13:162;n;4|9:16|10:170;p;1|13:162|2:171|3:113|4:158|14:8|5:7|6:8|15:8|16:8|7:8|13:162|13:162;n;4|9:16|10:172;p;1|13:42|2:173|3:113|4:174|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:16|10:175;p;1|13:176|17:177|2:178|3:179|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:176|13:176;1|13:42|2:181|3:179|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:184;p;1|13:63|17:177|2:185|3:179|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:63|13:63;1|13:42|2:186|3:179|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:187|10:188;4|9:183|10:189;p;1|13:176|17:177|2:190|3:179|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:176|13:176;1|13:42|2:191|3:179|'
  240. ..'4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:192;4|9:187|10:188;p;1|13:63|17:177|2:193|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:63|13:63;n;8|18:194;4|9:183|10:195;p;1|13:42|2:196|3:179|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:189;4|9:187|10:188;p;1|13:176|17:177|2:197|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:176|13:176;n;4|9:187|10:188;4|9:183|10:192;p;1|13:42|2:198|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;1|13:63|17:177|2:199|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:63|13:63;1|13:42|2:200|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:184;p;1|13:176|17:177|2:201|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:176|13:176;1|13:42|2:202|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:192;4|9:187|1'
  241. ..'0:203;p;1|13:63|17:177|2:204|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:63|13:63;1|13:42|2:205|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:189;4|9:187|10:188;p;1|13:42|2:206|4:182|14:8|5:8|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:187|10:207;p;1|13:176|17:177|2:208|4:180|14:8|5:7|6:8|15:8|16:8|7:7|13:176|13:176;n;4|9:187|10:188;4|9:183|10:192;p;1|13:42|2:209|4:182|14:8|5:7|6:8|15:8|16:8|7:8|13:42|13:42;1|13:210|17:177|2:211|4:212|14:8|5:8|6:8|15:8|16:8|7:8|13:210|13:210;n;8|18:194;4|9:187|10:213;p;1|13:210|17:177|2:214|4:212|14:8|5:8|6:8|15:8|16:8|7:8|13:210|13:210;n;8|18:194|19:215;4|9:187|10:216;p;1|2:217|3:218|4:219|14:8|5:7|6:8|15:8|16:8|7:7;1|2:220|3:221|4:219|14:8|5:7|6:8|15:8|16:8|7:7;n;4|9:222|10:223;4|9:224|10:22'
  242. ..'5;4|9:226|10:227;4|9:228|10:229;p;1|2:230|3:218|4:219|14:8|5:7|6:8|15:8|16:8|7:7;n;4|9:224|10:231;p;1|2:232|3:221|4:219|14:8|5:7|6:8|15:8|16:8|7:7;n;4|9:226|10:233;4|9:222|10:234;p;1|2:235|4:236|14:8|5:8|6:7|16:8|7:8;n;4|9:237|10:238;4|9:239|10:240;4|9:241|10:242;p;1|2:243|3:179|4:244|14:8|5:8|16:7|7:8;1|2:245|4:236|14:8|5:8|6:7|16:8|7:8;n;4|9:237|10:246;p;1|2:247|4:244|14:8|5:8|16:7|7:8;n;4|9:248|10:249;p;1|2:250|3:251|4:244|14:8|5:8|16:7|7:8;n;4|9:248|10:252;p;1|2:253|4:236|14:8|5:8|6:7|16:8|7:8;n;4|9:241|10:254;4|9:237|10:255;4|9:239|10:256;p;1|2:257|3:251|4:236|14:8|5:8|6:7|16:8|7:8;n;4|9:241|10:258;p;1|2:259|4:244|14:8|5:8|16:7|7:8;n;4|9:260|10:261;p;1|13:63|20:215|2:262|3:263|4:264|5:7|13:63|13:63;n;9|13:265|4:194|21'
  243. ..':194|13:265|13:265;p;1|13:63|20:215|2:266|3:263|4:264|5:7|13:63|13:63;n;9|13:265|4:194|21:194|13:265|13:265;4|9:183|10:267;p;1|2:268|3:179|4:269|14:8|5:8|6:8|7:8;n;4|9:270|10:271;4|9:241|10:272;4|9:237|10:273;4|9:241|10:274;4|9:237|10:275;p;1|2:276|3:44|4:244|14:8|5:8|16:7|7:8;n;4|9:260|10:277;4|9:248|10:278;p;1|2:279|3:44|4:236|14:8|5:8|6:7|16:8|7:8;1|2:280|3:44|4:236|14:8|5:8|6:7|16:8|7:8;n;4|9:241|10:281;4|9:239|10:282;p;1|2:283|3:284|4:269|14:8|5:8|6:8|7:8;n;4|9:241|10:285;4|9:241|10:286;4|9:241|10:287;p;1|2:288|3:284|4:289|14:8|5:8|6:8|15:8|7:8;n;4|9:290|10:291;4|9:292|10:293;p;1|2:294|3:44|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:295|10:296;4|9:297|10:298;p;1|2:299|4:300|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:248|10:301;4|9:'
  244. ..'270|10:302;4|9:260|10:303;p;1|2:304|3:44|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:290|10:305;p;1|2:306|3:284|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:292|10:307;4|9:290|10:308;p;1|2:309|3:44|4:244|14:8|5:8|16:7|7:8;n;4|9:260|10:310;4|9:248|10:311;p;1|2:312|3:44|4:244|14:8|5:8|16:7|7:8;n;4|9:260|10:313;4|9:248|10:314;p;1|2:315|3:44|4:236|14:8|5:8|6:7|16:8|7:8;n;4|9:241|10:316;4|9:237|10:317;p;1|2:318|3:44|4:236|14:8|5:8|6:7|16:8|7:8;1|2:319|3:284|4:244|14:8|5:8|6:7|16:7|7:8;n;4|9:260|10:320;4|9:239|10:321;p;1|2:322|4:269|14:8|5:8|6:8|7:8;n;4|9:241|10:323;4|9:270|10:324;4|9:241|10:325;4|9:241|10:326;4|9:241|10:327;4|9:237|10:328;4|9:237|10:329;p;1|2:330|3:284|4:269|14:8|5:8|6:8|7:8;n;4|9:241|10:331;4|9:241|10:332;4|9:241|10:333;'
  245. ..'4|9:237|10:334;4|9:237|10:335;4|9:336|10:337;4|9:237|10:338;p;1|2:339|4:300|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:248|10:340;p;1|2:341|4:289|14:8|5:8|6:8|15:8|7:8;n;4|9:292|10:342;p;1|2:343|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:290|10:344;4|9:297|10:345;p;1|2:346|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:290|10:347;4|9:292|10:348;4|9:295|10:349;p;1|2:350|4:289|14:8|5:8|6:8|15:8|16:7|7:8;1|2:351|3:44|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:354;p;1|2:355|3:44|4:356|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:357|10:358;4|9:353|10:359;4|9:357|10:360;p;1|2:361|3:44|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:362;p;1|2:363|3:44|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:364;p;1|2:365|3:44|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:'
  246. ..'366;p;1|2:367|3:44|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:368;p;1|2:369|3:179|4:370|14:8|5:8|6:8|15:7|16:8|7:8;1|2:371|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:372;p;1|2:373|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:353|10:374;p;1|2:375|4:352|14:8|5:8|6:8|15:7|16:8|7:8;1|2:376|4:352|14:8|5:8|6:8|15:7|16:8|7:8;1|2:377|4:352|14:8|5:8|6:8|15:7|16:8|7:8;n;4|9:378|10:379;4|9:353|10:380;p;1|2:381|4:382|14:7|5:7|15:8|16:8|7:7;n;4|9:383|10:384;p;1|2:385|4:386|14:7|5:7|15:8|16:8|7:7;n;4|9:387|10:388;4|9:383|10:389;4|9:387|10:390;4|9:391|10:392;p;1|13:176|17:177|2:393|3:44|4:394|5:7|6:7|15:7|7:8|13:176|13:176;n;8|18:395|22:396|19:215|22:396;p;1|13:176|17:177|2:397|3:284|4:394|5:7|6:7|16:7|7:8|13:176|13:176;n;8|18:395|22:396'
  247. ..'|19:215|22:396;4|9:398|10:399;4|9:353|10:400;4|9:353|10:401;4|9:353|10:402;p;1|2:403|4:404|14:8|5:7|6:8|15:8|16:8|7:8;n;4|9:405|10:406;4|9:407|10:408;4|9:409|10:410;4|9:409|10:411;4|9:409|10:412;4|9:409|10:413;4|9:414|10:415;p;1|2:416|4:417|14:8|5:7|15:8|7:8;n;4|9:418|10:419;4|9:418|10:420;4|9:421|10:422;p;1|2:423|3:179|4:417|14:8|5:7|15:8|7:8;1|2:424|4:425|5:7|15:8|7:8;n;4|9:290|10:426;4|9:427|10:428;p;1|2:429|4:425|5:7|15:8|7:8;1|2:430|3:179|4:431|5:7|15:8|7:8;1|2:432|3:179|4:433|5:7|15:8|7:8;1|2:434|4:431|5:7|7:8;n;4|9:187|10:435;p;1|2:436|4:437|5:7|6:8|7:8;n;4|9:187|10:438;p;1|2:439|4:437|14:8|5:7|7:8;1|13:176|17:177|2:440|3:284|4:441|5:7|6:7|7:8|13:176|13:176;n;8|18:395|22:396|19:215|22:396;4|9:442|10:443;4|9:224|10:4'
  248. ..'44;4|9:224|10:445;4|9:224|10:446;4|9:222|10:447;4|9:224|10:448;4|9:224|10:449;p;1|13:176|2:450|3:44|4:451|5:7|15:8|16:8|7:8|13:176|13:176;1|13:176|2:452|3:44|4:451|5:7|15:8|16:8|7:8|13:176|13:176;n;4|9:453|10:454;4|9:455|10:456;p;1|13:176|2:457|3:44|4:458|5:8|15:7|16:8|7:9|13:176|13:176;1|13:176|2:459|3:284|4:458|5:8|16:8|7:8|13:176|13:176;n;4|9:460|10:461;4|9:462|10:463;p;1|2:464|3:44|4:465|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:292|10:466;4|9:292|10:467;4|9:295|10:468;4|9:295|10:469;p;1|2:470|3:44|4:471|14:8|5:8|6:8|15:7|16:7|7:8;1|2:472|3:44|4:471|5:8|6:8|15:7|16:7|7:8;1|13:176|2:473|3:179|4:458|5:8|15:7|16:8|7:8|13:176|13:176;1|13:176|2:474|4:458|5:8|15:7|16:8|7:8|13:176|13:176;n;4|9:462|10:475;4|9:460|10:476;4|9:353|10:477;'
  249. ..'p;1|2:478|4:465|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:479|10:480;4|9:295|10:481;4|9:295|10:482;4|9:295|10:483;4|9:295|10:484;4|9:292|10:485;4|9:486|10:487;4|9:295|10:488;p;1|2:489|4:471|14:8|5:8|6:8|15:7|16:7|7:8;n;4|9:260|10:490;4|9:248|10:491;p;1|2:492|3:179|4:471|5:8|6:8|15:7|16:7|7:8;1|2:493|4:494|14:8|5:7|6:8|15:8|16:8|7:7;n;4|9:495|10:496;4|9:497|10:498;p;1|2:499|4:494|14:8|5:7|6:8|15:8|16:8|7:7;1|2:500|4:501|14:7|5:8|6:8|15:8|16:7|7:8;n;4|9:502|10:503;4|9:504|10:505;4|9:504|10:506;4|9:504|10:507;4|9:504|10:508;4|9:460|10:509;4|9:462|10:510;4|9:460|10:511;p;1|2:512|4:513|5:8|6:8|15:7|16:8|7:8;1|2:514|4:513|5:8|6:8|15:8|16:7|7:8;n;4|9:515|10:516;4|9:517|10:518;4|9:519|10:520;p;1|2:521|4:522|5:8|6:7|15:7|16:7|7:8;n;4|9:523|'
  250. ..'10:524;4|9:409|10:525;4|9:409|10:526;4|9:409|10:527;4|9:409|10:528;4|9:409|10:529;4|9:409|10:530;4|9:409|10:531;4|9:409|10:532;p;1|2:533|4:534|14:8|5:7|6:8|15:8|16:8|7:7;n;4|9:290|10:535;4|9:297|10:536;p;1|2:537|4:534|14:8|5:7|6:8|15:8|16:8|7:9;n;4|9:290|10:538;4|9:290|10:539;4|9:290|10:540;p;1|13:176|17:541|20:542|2:543|4:544|23:545|5:7|15:7|16:7|7:7|13:176|13:176;n;4|9:497|10:546;4|9:547|10:548;4|9:418|10:549;p;1|2:550|4:551|14:7|5:7|15:8|16:8|7:7;n;4|9:552|10:553;4|9:554|10:555;p;1|13:176|2:556|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;1|13:176|2:558|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:504|10:559;4|9:295|10:560;p;1|13:176|2:561|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:504'
  251. ..'|10:559;4|9:295|10:560;p;1|13:176|2:562|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:295|10:560;p;1|13:176|2:563|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;1|13:176|2:564|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:565;4|9:504|10:566;4|9:295|10:560;p;1|13:176|2:567|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:568;4|9:295|10:560;4|9:504|10:566;p;1|13:176|2:569|3:44|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:295|10:570;p;1|2:571|4:572|14:8|5:8|6:8|15:7|16:7|7:8;1|2:573|4:572|14:8|5:8|6:8|15:7|16:7|7:8;1|2:574|4:572|14:8|5:8|6:8|15:7|16:7|7:8;n;4|9:575|10:576;4|9:577|10:578;p;1|2:579|4:572|14:8|5:8|6:8|15:7|16:7|7:8;1|2:580|4:572|14:8|5:8|6:8|15:7|16:7|7'
  252. ..':8;n;4|9:504|10:581;4|9:575|10:582;p;1|2:583|4:572|14:8|5:8|6:8|15:7|16:7|7:8;n;4|9:504|10:584;p;1|2:585|4:572|14:8|5:8|6:8|15:7|16:7|7:8;1|2:586|4:572|14:8|5:8|6:8|15:7|16:7|7:8;1|13:176|2:587|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:588;4|9:504|10:589;p;1|13:176|2:590|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:295|10:591;p;1|13:176|2:592|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:593;4|9:504|10:594;4|9:295|10:591;p;1|13:176|2:595|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:596;4|9:504|10:594;p;1|13:176|2:597|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:295|10:598;p;1|13:176|2:599|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:600;4|9:295|1'
  253. ..'0:601;p;1|13:176|2:602|3:179|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:295|10:603;4|9:504|10:604;4|9:292|10:605;p;1|13:176|2:606|4:557|14:8|5:8|6:8|15:7|16:7|7:8|13:176|13:176;n;4|9:292|10:607;p;1|2:608|4:609|14:8|5:7|6:8|15:8|16:8|7:8;n;4|9:610|10:611;4|9:612|10:613;4|9:610|10:614;4|9:610|10:615;4|9:616|10:617;4|9:616|10:618;4|9:616|10:619;4|9:620|10:621;4|9:622|10:623;4|9:622|10:624;4|9:620|10:625;4|9:620|10:626;4|9:622|10:627;4|9:620|10:628;4|9:620|10:629;4|9:620|10:630;4|9:631|10:632;4|9:622|10:633;4|9:620|10:634;4|9:631|10:635;4|9:622|10:636;4|9:631|10:637;p;1|2:638|4:639|14:8|5:8|6:8|15:7|16:7|7:8;n;4|9:640|10:641;p;1|2:642|3:44|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:295|10:643;4|9:297|10:644;p;1|2:645|3:4'
  254. ..'4|4:289|14:8|5:8|6:8|15:8|16:7|7:8;1|2:646|3:44|4:289|14:8|5:8|6:8|15:8|16:7|7:8;1|2:647|3:284|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:290|10:648;4|9:292|10:649;4|9:295|10:650;p;1|2:651|3:284|4:289|14:8|5:8|6:8|15:8|7:8;n;4|9:290|10:652;p;1|2:653|3:284|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:290|10:654;4|9:295|10:655;4|9:297|10:656;4|9:292|10:657;p;1|2:658|4:269|14:8|5:8|6:8|7:8;n;4|9:241|10:659;4|9:336|10:660;4|9:241|10:661;4|9:237|10:662;4|9:241|10:663;p;1|2:664|3:44|4:269|14:8|5:8|6:8|7:8;n;4|9:237|10:665;p;1|2:666|3:44|4:300|14:8|5:8|6:8|15:8|16:8|7:8;1|2:667|4:668|14:8|5:7|6:8|15:8|7:8;n;4|9:504|10:669;p;1|2:670|4:671|14:8|5:8|6:8|15:8|7:7;n;4|9:290|10:672;p;1|13:176|20:673|2:674|4:675|14:8|5:7|6:8|15:7|16:7|7:7|13:176|'
  255. ..'13:176;n;4|9:241|10:676;p;1|2:677|4:678|14:8|5:8|6:8|15:8|7:8;n;4|9:577|10:679;4|9:577|10:680;4|9:575|10:681;4|9:575|10:682;4|9:575|10:683;4|9:575|10:684;4|9:575|10:685;4|9:575|10:686;4|9:575|10:687;4|9:575|10:688;4|9:689|10:690;4|9:577|10:691;4|9:575|10:692;4|9:575|10:693;4|9:575|10:694;4|9:575|10:695;4|9:575|10:696;4|9:575|10:697;4|9:577|10:698;4|9:575|10:699;4|9:575|10:700;4|9:575|10:701;4|9:640|10:702;4|9:577|10:703;4|9:575|10:704;4|9:575|10:705;4|9:575|10:706;4|9:575|10:707;4|9:575|10:708;4|9:689|10:709;4|9:575|10:710;4|9:575|10:711;4|9:575|10:712;4|9:575|10:713;4|9:577|10:714;4|9:575|10:715;p;1|2:716|4:678|5:8|6:8|15:8|7:8;n;4|9:575|10:717;4|9:577|10:718;4|9:577|10:719;4|9:577|10:720;4|9:577|10:721;4|9:577|10:722;4|9'
  256. ..':577|10:723;4|9:577|10:724;4|9:577|10:725;4|9:577|10:726;4|9:575|10:727;4|9:577|10:728;4|9:640|10:729;4|9:577|10:730;4|9:577|10:731;4|9:577|10:732;4|9:577|10:733;4|9:577|10:734;4|9:575|10:735;4|9:577|10:736;4|9:577|10:737;4|9:577|10:738;4|9:577|10:739;4|9:577|10:740;p;1|2:741|3:179|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:297|10:742;p;1|2:743|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:292|10:744;4|9:295|10:296;4|9:290|10:745;4|9:297|10:746;p;1|2:747|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:290|10:748;4|9:292|10:749;4|9:295|10:296;p;1|2:750|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:295|10:296;4|9:297|10:751;p;1|2:752|4:289|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:292|10:753;p;1|2:754|4:289|14:8|5:8|6:8|15:8|7:8;1|2:755|3:756|4:269|14:8|5:8|6:'
  257. ..'8|7:8;n;4|9:241|10:757;4|9:237|10:758;4|9:270|10:759;p;1|2:760|4:269|14:8|5:8|6:8|7:8;1|2:761|4:300|14:8|5:8|6:8|15:8|16:8|7:8;1|2:762|4:551|14:7|5:7|15:8|16:8|7:7;n;4|9:763|10:764;4|9:765|10:766;p;10|13:42|2:767|3:218|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;10|13:42|2:769|3:770|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:183|10:771;4|9:378|10:772;p;10|13:42|2:773|3:218|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;10|13:42|2:774|3:775|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:378|10:776;p;10|13:42|2:777|3:778|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:378|10:779;4|9:183|10:780;p;10|13:42|2:781|3:221|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;10|13:42|2:782|3:778|4:768|14:7|5:7|6:8|15:8|16:8|7'
  258. ..':8|13:42|13:42;n;4|9:183|10:783;p;10|13:42|2:784|3:221|4:768|14:7|5:7|6:8|15:8|16:8|7:8|13:42|13:42;n;4|9:378|10:785;4|9:183|10:786;p;10|13:63|2:787|3:113|4:788|15:8|16:7|13:63|13:63;10|13:63|2:789|3:790|4:791|15:8|16:7|13:63|13:63;n;4|9:792|10:793;p;10|13:63|2:794|3:795|4:796|15:8|16:7|13:63|13:63;n;4|9:792|10:797;p;10|13:63|2:798|3:799|4:800|15:8|16:7|13:63|13:63;10|13:63|2:801|3:113|4:802|15:8|16:7|13:63|13:63;10|13:63|2:803|3:790|4:791|15:8|16:7|13:63|13:63;10|13:42|2:804|3:790|4:805|15:8|16:7|13:42|13:42;10|13:42|2:806|3:799|4:805|15:8|16:7|13:42|13:42;n;4|9:792|10:807;p;10|13:42|2:808|3:795|4:805|15:8|16:7|13:42|13:42;n;4|9:792|10:809;p;10|13:42|2:810|3:113|4:805|15:8|16:7|13:42|13:42;n;4|9:792|10:811;p;10|13:42|2:81'
  259. ..'2|3:790|4:813|15:8|16:7|13:42|13:42;n;4|9:792|10:814;p;10|13:42|2:815|3:795|4:813|15:8|16:7|13:42|13:42;n;4|9:792|10:816;p;10|13:42|2:817|3:790|4:813|15:8|16:7|13:42|13:42;10|2:818|3:221|4:768|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:378|10:819;p;10|2:820|3:218|4:768|14:7|5:7|6:8|15:8|16:8|7:8;10|2:821|3:822|4:823|14:7|5:8|15:8;n;4|9:824|10:825;p;10|2:826|3:218|4:219|14:8|6:8|15:8|16:8|7:8;n;4|9:222|10:827;p;10|2:828|3:829|4:823|14:7|5:8|15:8|16:8;n;4|9:824|10:830;p;10|2:831|3:832|4:823|14:7|5:8|15:8|16:8;10|2:833|3:834|4:823|14:7|5:8|15:8;10|2:835|3:221|4:219|14:8|6:8|15:8|16:8|7:8;n;4|9:224|10:836;4|9:224|10:837;4|9:224|10:838;4|9:224|10:839;4|9:224|10:840;4|9:224|10:841;4|9:224|10:842;p;10|2:843|3:218|4:219|14:8|6:8|15:8|16:8|7'
  260. ..':8;n;4|9:844|10:845;4|9:844|10:846;4|9:844|10:847;4|9:844|10:848;4|9:844|10:849;4|9:844|10:850;4|9:844|10:851;4|9:844|10:852;p;10|2:853|3:829|4:823|14:7|5:8|15:8|16:8;n;4|9:824|10:854;p;10|2:855|3:822|4:823|14:7|5:8|15:8;n;4|9:824|10:856;p;10|2:857|3:832|4:823|14:7|5:8|15:8|16:8;10|2:858|3:834|4:823|14:7|5:8|15:8;n;4|9:824|10:859;p;10|2:860|3:221|4:219|14:8|6:8|15:8|16:8|7:8;n;4|9:224|10:861;4|9:222|10:862;4|9:224|10:863;4|9:224|10:864;4|9:224|10:865;4|9:224|10:866;4|9:224|10:867;4|9:224|10:868;4|9:224|10:869;4|9:224|10:870;4|9:224|10:871;4|9:224|10:872;4|9:224|10:873;4|9:224|10:874;4|9:224|10:875;4|9:224|10:876;4|9:224|10:877;p;10|2:878|3:829|4:879|14:7|5:7|6:8|15:8|7:8;10|2:880|3:834|4:879|14:7|5:7|6:8|15:8|7:8;n;4|9:407'
  261. ..'|10:881;4|9:882|10:883;p;10|2:884|3:218|4:885|5:7|6:8|15:8|16:8|7:8;10|13:176|2:886|3:218|4:219|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:222|10:887;p;10|2:888|3:218|4:889|5:7|6:8|15:8|16:8|7:8;n;4|9:515|10:890;4|9:297|10:891;p;10|2:892|3:770|4:889|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:893|10:894;p;10|2:895|3:770|4:885|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:896|10:897;4|9:893|10:898;p;10|13:176|2:899|3:770|4:219|14:7|5:9|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:824|10:900;p;10|13:176|2:901|3:778|4:219|14:7|5:9|6:8|15:8|16:8|7:8|13:176|13:176;10|2:902|3:778|4:885|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:893|10:903;p;10|2:904|3:778|4:889|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:893|10:905;p;10|2:906|3:778|4:889|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:515|10:907'
  262. ..';4|9:893|10:908;p;10|13:176|2:909|3:778|4:219|14:7|5:9|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:824|10:910;p;10|2:911|3:778|4:885|14:7|5:9|6:8|15:8|16:8|7:8;10|13:176|2:912|3:770|4:219|14:7|5:9|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:824|10:913;p;10|2:914|3:770|4:889|14:7|5:9|6:8|15:8|16:8|7:8;10|2:915|3:770|4:885|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:896|10:916;4|9:893|10:917;p;10|2:918|3:221|4:889|5:7|6:8|15:8|16:8|7:8;10|13:176|2:919|3:221|4:219|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:920|3:221|4:885|5:7|6:8|15:8|16:8|7:8;10|2:921|3:778|4:922|14:7|5:7|6:8|15:7|16:8|7:8;n;4|9:222|10:923;p;10|2:924|3:770|4:922|14:7|5:7|6:8|15:8|16:7|7:8;n;4|9:222|10:925;p;10|2:926|3:218|4:922|14:7|5:7|6:8|15:7|16:8|7:8;10|2:927|3:221|4:922|14:7|5:'
  263. ..'7|6:8|15:8|16:7|7:8;n;4|9:295|10:928;4|9:824|10:929;4|9:222|10:930;p;10|2:931|3:778|4:922|14:7|5:7|6:8|15:7|16:8|7:8;n;4|9:292|10:932;4|9:222|10:933;4|9:824|10:934;p;10|2:935|3:770|4:922|14:7|5:7|6:8|15:8|16:7|7:8;10|2:936|3:937|4:922|14:7|5:7|6:8|15:7|16:8|7:8;10|2:938|3:221|4:922|14:7|5:7|6:8|15:8|16:7|7:8;n;4|9:824|10:939;p;10|2:940|3:770|4:885|14:7|5:9|6:8|15:8|16:8|7:8;10|13:176|2:941|3:770|4:219|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:942|3:770|4:889|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:515|10:943;4|9:893|10:944;p;10|2:945|3:778|4:885|14:7|5:9|6:8|15:8|16:8|7:8;n;4|9:893|10:946;p;10|13:176|2:947|3:778|4:219|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:824|10:948;p;10|2:949|3:778|4:889|14:7|5:9|6:8|15:8|16:8|7:8;n'
  264. ..';4|9:893|10:950;p;10|2:951|3:778|4:922|14:7|5:7|6:8|15:8|16:7|7:8;n;4|9:824|10:952;4|9:295|10:953;p;10|2:954|3:770|4:922|14:7|5:7|6:8|15:7|16:8|7:8;n;4|9:824|10:955;p;10|2:956|3:221|4:922|14:7|5:7|6:8|15:7|16:8|7:8;n;4|9:292|10:957;4|9:222|10:958;p;10|2:959|3:218|4:922|14:7|5:7|6:8|15:8|16:7|7:8;10|2:960|3:221|4:885|5:7|6:8|15:8|16:8|7:8;10|2:961|3:218|4:889|5:7|6:8|15:8|16:8|7:8;n;4|9:962|10:963;p;10|13:176|2:964|3:218|4:219|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:965|3:218|4:966|5:7|6:8|15:8|16:8|7:8;10|2:967|3:221|4:889|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:968;p;10|13:176|2:969|3:221|4:219|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:970|3:218|4:889|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:971;p;10|2:972|3:778|4:973|14:7|5:7|6:8|1'
  265. ..'5:8|16:8|7:8;n;4|9:893|10:974;p;10|2:975|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:976;p;10|2:977|3:778|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:978|3:979|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:980|3:778|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:981;4|9:297|10:982;p;10|2:983|3:979|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:984;4|9:297|10:985;p;10|2:986|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:987|3:770|4:922|14:7|5:7|6:8|15:7|16:8|7:8;n;4|9:292|10:988;4|9:222|10:989;p;10|2:990|3:778|4:922|14:7|5:7|6:8|15:8|16:7|7:8;n;4|9:824|10:991;4|9:295|10:992;p;10|2:993|3:218|4:922|14:7|5:7|6:8|15:8|16:7|7:8;n;4|9:222|10:994;4|9:295|10:995;p;10|2:996|3:221|4:922|14:7|5:7|6:8|15:7|16:8|7:8;10|13:176|2:997|3:770|4:219|14:'
  266. ..'7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:824|10:998;4|9:222|10:999;p;10|2:1000|3:770|4:889|14:7|5:9|6:8|15:8|16:8|7:8;10|13:176|2:1001|3:778|4:219|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1002|3:778|4:889|14:7|5:9|6:8|15:8|16:8|7:8;10|13:176|2:1003|3:1004|4:219|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1005|3:218|4:889|5:7|6:8|15:8|16:8|7:8;10|13:176|2:1006|3:979|4:219|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1007|3:221|4:889|5:7|6:8|15:8|16:8|7:8;n;4|9:515|10:1008;p;10|2:1009|3:770|4:885|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1010;p;10|2:1011|3:778|4:885|14:7|5:9|6:8|15:8|16:8|7:8;10|2:1012|3:1004|4:885|5:7|6:8|15:8|16:8|7:8;10|2:1013|3:979|4:889|5:7|6:8|15:8|16:8|7:8;10|2:1014|3:221|4:966|5:7|6:8|15:8|16:8|7:8;10'
  267. ..'|2:1015|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1016|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1017;4|9:297|10:1018;p;10|2:1019|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1020;4|9:297|10:1021;p;10|2:1022|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1023|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1024;p;10|2:1025|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1026;p;10|2:1027|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1028;p;10|2:1029|3:1030|4:1031|14:7|5:7|6:8|15:8|7:8;n;4|9:407|10:1032;4|9:824|10:1033;p;10|2:1034|3:822|4:1035|14:8|5:7|6:8|7:8;n;4|9:222|10:1036;4|9:893|10:1037;p;10|2:1038|3:1039|4:1040|14:7|5:7|6:8|7:8;10|2:1041|3:822|4:1042|14:7|5:7|6:8|7:8;n;4|9:547|10:1043;4|'
  268. ..'9:1044|10:1045;p;10|2:1046|3:1039|4:1047|14:7|5:7|6:8|7:8;n;4|9:610|10:1048;4|9:391|10:1049;p;10|2:1050|3:44|4:1051|14:7|5:7|6:8|15:8|7:8;n;4|9:1044|10:1052;4|9:1044|10:1053;p;10|2:1054|3:44|4:1055|14:7|5:7|6:8|15:8|7:8;10|2:1056|3:1057|4:1058|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1059|10:1060;p;10|2:1061|3:1062|4:1058|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1063|3:979|4:1064|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1059|10:1065;4|9:222|10:1066;4|9:222|10:1067;4|9:222|10:1068;4|9:222|10:1069;p;10|2:1070|3:1004|4:1064|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:222|10:1071;4|9:222|10:1072;p;10|13:176|2:1073|3:1074|4:1075|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1076|3:1077|4:1078|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1079|3:1077'
  269. ..'|4:1078|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:378|10:1080;4|9:1081|10:1082;p;10|13:176|2:1083|3:1074|4:1075|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1084|10:1085;p;10|13:176|2:1086|3:1087|4:1088|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1089|10:1090;p;10|13:176|2:1091|3:1092|4:1088|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1089|10:1093;p;10|13:176|2:1094|3:1092|4:1088|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1095|3:1057|4:1096|14:8|5:9|6:8|15:8|16:8|7:8;10|13:176|2:1097|3:1087|4:1088|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1098|3:221|4:1096|14:8|5:9|6:8|15:8|16:8|7:8;10|13:176|2:1099|3:1100|4:1088|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1089|10:1101;p;10|13:176|2:1102|3:1039|4:1088|14:7|5:7|6:8|'
  270. ..'15:8|16:8|7:8|13:176|13:176;n;4|9:378|10:1103;4|9:1089|10:1104;p;10|13:176|2:1105|3:1106|4:1088|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1107|3:1108|4:1088|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1109|3:1062|4:1096|14:8|5:7|6:8|15:8|16:8|7:8;10|2:1110|3:218|4:1096|14:8|5:7|6:8|15:8|16:8|7:8;10|2:1111|3:1112|4:1113|14:7|5:7|6:8|15:8|7:8;n;4|9:1114|10:1115;4|9:517|10:1116;p;10|13:176|2:1117|4:1118|14:7|5:7|6:8|15:8|7:8|13:176|13:176;10|2:1119|4:1120|14:7|5:7|6:8|15:8|7:8;10|2:1121|4:1120|14:7|5:7|6:8|15:8|7:8;n;4|9:1114|10:1122;4|9:1123|10:1124;p;10|13:176|2:1125|3:1074|4:1126|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1127|3:1074|4:1128|5:7|6:8|15:8|16:8|7:8;10|2:1129|3:1074|4:1128|5:7|6:8|15:8|16:8|7:8;10|1'
  271. ..'3:176|2:1130|3:1074|4:1126|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1131|3:1112|4:1132|14:7|5:8|6:8|15:8|16:8|7:8;n;4|9:763|10:1133;4|9:1134|10:1135;4|9:763|10:1136;4|9:1134|10:1137;4|9:1134|10:1138;4|9:763|10:1139;4|9:1134|10:1140;4|9:1134|10:1141;4|9:1134|10:1142;4|9:1134|10:1143;p;10|2:1144|4:1132|14:7|5:8|6:8|15:8|16:8|7:8;n;4|9:763|10:1145;4|9:763|10:1146;4|9:1134|10:1147;4|9:1134|10:1148;4|9:1134|10:1149;p;10|2:1150|3:1057|4:1151|14:7|5:8|6:8|15:8|16:8|7:8;n;4|9:610|10:1152;p;10|2:1153|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1155|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1157;p;10|2:1158|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1159;p;10|2:1160|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|'
  272. ..'9:1114|10:1161;p;10|2:1162|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1163|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1164;p;10|2:1165|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:824|10:1166;p;10|2:1167|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1168;p;10|2:1169|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1170|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1171;p;10|2:1172|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1173|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1174;p;10|2:1175|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1176|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1177;p;10|2:1178|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1179|3:221|4:1156|14:7|5:7|6:8|15:8'
  273. ..'|16:8|7:8;10|2:1180|3:221|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1181|3:221|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1182;p;10|13:176|2:1183|3:979|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1185;p;10|13:176|2:1186|3:221|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1187;4|9:1059|10:976;p;10|13:176|2:1188|3:979|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1189;p;10|13:176|2:1190|3:979|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1191;p;10|13:176|2:1192|3:221|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1193;4|9:1059|10:976;p;10|13:176|2:1194|3:979|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1195;p;10|13:176|2:1196|'
  274. ..'3:221|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1197;p;10|13:176|2:1198|3:979|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1199;p;10|13:176|2:1200|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1202|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:893|10:1203;4|9:610|10:1204;p;10|13:176|2:1205|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1206|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:610|10:1207;p;10|13:176|2:1208|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:610|10:1207;p;10|13:176|2:1209|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1210|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176'
  275. ..'|13:176;n;4|9:893|10:1211;4|9:610|10:1204;p;10|13:176|2:1212|3:221|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1213|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1214;4|9:893|10:1215;p;10|2:1216|3:1004|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:824|10:1217;4|9:297|10:1218;p;10|2:1219|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1220;4|9:893|10:1221;p;10|2:1222|3:218|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:824|10:1223;4|9:297|10:1224;p;10|2:1225|3:1004|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1226;p;10|2:1227|3:218|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:824|10:1228;4|9:297|10:1229;p;10|2:1230|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1231;4|9:893|10:1232;p;10|2:1233|3:218|4:1154|14'
  276. ..':7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1234;p;10|2:1235|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1236;4|9:893|10:1237;p;10|2:1238|3:218|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1239|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1240;4|9:893|10:1237;p;10|2:1241|3:218|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1242|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1243;4|9:893|10:1237;p;10|2:1244|3:218|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:824|10:1245;4|9:297|10:1246;p;10|2:1247|3:218|4:1154|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1248;p;10|2:1249|3:218|4:1156|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1114|10:1250;4|9:893|10:1251;p;10|13:176|2:1252|3:218|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:'
  277. ..'1253|3:218|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1254;4|9:1059|10:1255;p;10|13:176|2:1256|3:218|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:893|10:1257;4|9:610|10:1258;p;10|13:176|2:1259|3:1004|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1260|3:1004|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1261|3:218|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1262;p;10|13:176|2:1263|3:218|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1264|3:218|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1265;4|9:1059|10:1266;p;10|13:176|2:1267|3:218|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:893|10:1268;4|9:610|10:1229;p;10|13'
  278. ..':176|2:1269|3:1004|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1270;p;10|13:176|2:1271|3:1004|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:893|10:1272;4|9:610|10:1218;p;10|13:176|2:1273|3:1004|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1274;p;10|13:176|2:1275|3:218|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:893|10:1276;p;10|13:176|2:1277|3:1004|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1278;p;10|13:176|2:1279|3:218|4:1201|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:893|10:1280;4|9:610|10:1234;p;10|13:176|2:1281|3:218|4:1184|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1114|10:1282;4|9:1059|10:1283;p;10|2:1284|3:1062|4:1151|14:7|5:8|6:8|15:8|1'
  279. ..'6:8|7:8;n;4|9:610|10:1285;p;10|13:176|2:1286|3:1062|4:1287|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|13:176|2:1288|3:218|4:1289|14:7|5:8|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1059|10:1290;4|9:421|10:1291;p;10|2:1292|3:1062|4:1293|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1294|3:218|4:1295|14:7|5:8|6:8|15:8|16:8|7:8;n;4|9:1296|10:1297;4|9:421|10:1291;p;10|2:1298|3:218|4:1295|14:7|5:8|6:8|15:8|16:8|7:8;10|2:1299|3:1062|4:1293|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:1296|10:1300;4|9:1301|10:1302;p;10|13:176|2:1303|3:221|4:1289|14:7|5:8|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:1059|10:1304;4|9:421|10:1305;p;10|2:1306|3:221|4:1295|14:7|5:8|6:8|15:8|16:8|7:8;n;4|9:1296|10:1307;4|9:421|10:1308;p;10|2:1309|3:221|4:1295|14:7|5:8|6:8|15:8|16:8|7:8;n;'
  280. ..'4|9:421|10:1310;p;10|13:176|2:1311|3:1057|4:1287|14:7|5:7|6:8|15:8|16:8|7:8|13:176|13:176;10|2:1312|3:1057|4:1293|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1313|3:1057|4:1293|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1314|3:1074|4:1315|5:7|6:8|15:8|16:8|7:8;10|2:1316|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1317;p;10|2:1318|3:979|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1319|3:778|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1320;p;10|2:1321|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1322;4|9:297|10:1323;p;10|2:1324|3:778|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1325;4|9:297|10:1326;p;10|2:1327|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1328|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1329;p;10|2:1330|3:778|4:9'
  281. ..'73|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1331;p;10|2:1332|3:778|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1333;p;10|2:1334|3:778|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1335;p;10|2:1336|3:1004|4:1337|5:7|6:8|15:8|16:8|7:8;n;4|9:1338|10:1339;4|9:297|10:1340;p;10|2:1341|3:218|4:1337|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1342;p;10|2:1343|3:1030|4:1344|5:7|6:8|15:8|16:8|7:8;n;4|9:1081|10:1345;4|9:391|10:1346;4|9:391|10:1347;4|9:391|10:1348;4|9:391|10:1349;p;10|2:1350|3:1074|4:1344|5:7|6:8|15:8|16:8|7:8;10|2:1351|3:1092|4:1352|14:8|5:7|6:8|15:8|16:8|7:8;n;4|9:1296|10:1353;4|9:1296|10:1354;4|9:1081|10:1355;p;10|2:1356|3:1039|4:1352|14:8|5:7|6:8|15:8|16:8|7:8;n;4|9:1296|10:1357;p;10|2:1358|3:1004|4:973|14:7|5:7|6:8|15:8|'
  282. ..'16:8|7:8;n;4|9:297|10:1359;4|9:893|10:1360;p;10|2:1361|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1024;p;10|2:1362|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1363|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1364|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1365|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1366;p;10|2:1367|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1368;4|9:893|10:1369;p;10|2:1370|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:297|10:1371;p;10|2:1372|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;10|2:1373|3:770|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1020;4|9:297|10:1374;p;10|2:1375|3:218|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1376;4|9:297|10:985;p;10|2:1377|3:221|4:1337|5:7|6:8'
  283. ..'|15:8|16:8|7:8;n;4|9:297|10:1378;p;10|2:1379|3:1380|4:1337|5:7|6:8|15:8|16:8|7:8;n;4|9:1381|10:1382;4|9:297|10:1383;p;10|2:1384|3:221|4:973|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:893|10:1385;4|9:297|10:1386;p;p;11|1:1387|13:42|2:1388|3:756|4:1389|14:7|5:7|6:8|15:8|16:8|7:8|13:42|24:1390|13:42|25:1391;n;12|1:1392;3|1:1393|8:1394;3|1:1395|8:1396;10|2:1397|3:1398|4:1399|23:545|14:7|5:7|15:8|16:8;n;4|9:183|10:1400;p;1|13:176|2:1401|4:1402|23:545|14:8|5:8|6:8|15:8|16:8|7:8|13:176|13:176;n;4|9:297|10:1403;4|9:575|10:1404;4|9:575|10:1405;4|9:575|10:1406;4|9:577|10:1407;4|9:577|10:1408;4|9:577|10:1409;4|9:290|10:302;p;1|2:1410|3:44|4:1399|23:545|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:187|10:1411;p;10|2:1412|3:218|4:1399|23:545|14:7|5:7|15:8|1'
  284. ..'6:8;1|2:1413|4:1399|23:545|14:8|5:8|6:8|15:8|16:7|7:8;n;4|9:183|10:1414;4|9:187|10:1415;p;10|2:1416|3:221|4:1399|23:545|14:7|5:7|15:8|16:8;10|2:1417|3:1418|4:1399|23:545|14:7|5:7|15:8|16:8;10|2:1419|3:1420|4:768|23:545|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:183|10:1421;p;10|2:1422|3:1074|4:768|23:545|14:7|5:7|6:8|15:8|16:8;n;4|9:183|10:1423;p;10|2:1424|3:218|4:768|23:545|14:7|5:7|6:8|15:8|16:8|7:8;n;4|9:378|10:1425;p;10|2:1426|3:263|4:768|23:545|14:7|5:7|15:8|16:8|7:8;n;4|9:183|10:1427;p;10|2:1428|4:768|23:545|14:8|5:7|16:8;1|2:1429|4:1430|23:545|14:8|5:8|6:7|15:8|16:8|7:8;n;4|9:844|10:1431;p;1|2:1432|4:1430|23:545|14:8|5:8|6:7|15:8|16:8|7:8;n;4|9:844|10:1433;p;p;13|13:63|2:1434|3:218|4:1389|14:7|5:7|6:8|15:7|16:7|7:8|13:63|13:6'
  285. ..'3;n;1|2:1435|4:1436|23:545|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:46|10:1437;p;1|2:1438|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;1|2:1440|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:1441|10:1442;p;4|9:575|10:1443;p;13|2:1444|3:221|4:1389|14:7|5:7|6:8|15:7|16:7|7:8;n;1|2:1445|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;1|2:1446|4:1436|23:545|14:8|5:8|6:8|15:8|16:8|7:8;1|2:1447|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;4|9:183|10:1448;4|9:824|10:1449;4|9:577|10:1450;4|9:575|10:1451;p;13|13:63|2:1452|3:218|4:1389|14:7|5:7|6:8|15:7|16:7|7:8|13:63|13:63;n;1|2:1453|4:1436|23:545|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:46|10:1437;p;1|2:1454|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:378|10:1455;p;1|2:1456|4:1439|23:545|14:8|5:8|6:8|15:8|16'
  286. ..':8|7:8;4|9:577|10:1457;p;13|13:63|2:1458|3:221|4:1389|14:7|5:7|6:8|15:7|16:7|7:8|13:63|13:63;n;1|2:1459|3:44|4:1436|23:545|14:8|5:8|6:8|15:8|16:8|7:8;1|2:1460|3:44|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;n;4|9:378|10:1461;p;1|2:1462|3:44|4:1439|23:545|14:8|5:8|6:8|15:8|16:8|7:8;4|9:824|10:1463;4|9:577|10:1464;p;2|1:1394;n;3|1:1465|8:1466;6|1:1467|8:1468;3|1:1469|8:1470;1|1:1471|13:42|2:1472|3:44|4:1473|23:545|5:9|7:9|13:42|13:42;1|1:1471|13:42|2:1474|3:756|4:1473|23:545|5:9|7:9|13:42|13:42;p;1|1:1475|2:1476|3:1477|4:1399|23:545|6:1478;1|1:1479|13:63|2:1480|3:44|4:1399|23:545|6:1478|7:7|13:63|13:63;n;4|9:187|10:1481;p;1|13:63|17:177|2:1482|3:44|4:1483|5:7|6:7|7:8|13:63|13:63;n;8|18:395|22:396|19:215|22:396;p;1|2:1484|4:148'
  287. ..'5|5:9|15:8|7:8;1|2:1486|4:1487|5:9|6:8|7:8;n;4|9:844|10:1488;p;p;')
  288. for _,Object in pairs(Objects) do
  289. Object.Parent = script and script.Parent==workspace and script or workspace
  290. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement