Advertisement
lafur

Untitled

May 19th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.10 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 75254
  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,Anchored,Color,Position,Size,Orientation,BottomSurface,TopSurface,Scale,MeshType,C0,C1,Transparency,CanCollide,Texture,Face,Material,Reflectance,Velocity,Part0,Part1,MeshId,TextureId;Part,Model,WedgePart,BlockMesh,SpecialMesh,CylinderMesh,Weld,Decal,ObjectValue,Snap,Seat;Part|Destiny Shuttle Version 2|Bric|1|0.9725,0.9725,0.9725|27.4989,17.5189,102.2845|1,0.8,1|29.4989,17.5189,102.2845|13.4989,17.5189,102.2845|15.4989,17.5189,102.2845|17.4989,17.5189,102.2845|19.4989,17.5189,102.2845|23.4989'
  138. ..',17.5189,102.2845|25.4989,17.5189,102.2845|0.0666,0.0666,0.0666|28.7389,23.9089,101.1695|-83.0501,180,-90|3,19.2,1|0|-1.2441,17.9189,100.2065|0,-162.8301,180|4,0.4,4|34.7989,20.3209,88.8565|-17.08,0,-90|1,7.2,23|28.6989,20.3209,88.8565|17.0799,180,180|5,1,23|22.5989,20.3209,88.8565|-17.08,0,90|38.3989,20.2949,101.9295|-44.1101,180,-90|4,6,4|40.7989,15.4059,100.1775|0.86,180,-90|4,1.2,4|40.7989,10.5869,102.1005|-44.16,180,-90|40.7989,10.5869,117.2685|-44.16,0,-90|38.3989,20.2949,117.4395|-44.1101,'
  139. ..'0,-90|40.7989,15.4059,119.1915|0.86,0,-90|Auxiliary Engine|32.4199,17.2189,82.5905|0,179.1399,-90|2,3.6,2|34.0199,17.2189,82.5995|2,0.8,2|1,0.6,0.6|27.0209,17.2189,82.5095|2,12,2|Primary Engine|0.4274,0.4313,0.4235|37.4499,18.7189,94.5915|6,3.6,6|32.0509,18.7189,94.5095|6,12,6|0.9921,0.9176,0.5529|39.0499,18.7189,94.6005|6,0.8,6|35.4499,17.2189,88.5915|30.0509,17.2189,88.5095|37.0499,17.2189,88.6005|28.6989,18.4859,79.4815|17.0799,180,0|3,1,6|28.6989,20.6889,86.6505|1,1,9|21.6439,17.7189,88.8835|'
  140. ..'3,4.8,3|21.8589,19.2189,93.8565|3,8.4,3|Side Part|0.3882,0.3725,0.3843|31.4989,17.4189,102.6845|1,2,4|31.4989,15.6189,103.5845|0,180,180|1,1.6,2|31.4989,14.3389,102.6945|0.6,0.2,0.2|2|31.4989,14.0989,102.5045|0.6,0.4,0.1899|31.4989,13.7389,102.3145|0.6,0.5,0.1899|31.4989,15.4189,102.6845|0,-90,0|1,2,1|31.4989,14.3389,102.6845|1,0.2,0.2|31.4989,14.0989,102.4945|1,0.4,0.1899|31.4989,13.7389,102.3045|1,0.5,0.1899|31.4989,15.3189,102.1845|0,-180,0|1,0.4,1|1.2,0.6,2|3|31.4989,15.5189,102.1845|31.4989,'
  141. ..'15.1189,102.1845|31.4989,15.4189,101.6845|1,2,2|31.4989,13.2789,102.1145|1,0.6999,0.1899|31.4989,12.8389,102.2145|0,180,0|1,0.4,0.4|31.4989,13.2789,102.1245|0.6,0.6999,0.1899|31.4989,12.8389,102.2245|0.6,0.4,0.4|31.4989,12.5489,102.5505|1,0.34,0.27|31.4989,14.2289,101.9865|27.9699,0,90|1,1,1|-0.2619,-0.2001,-11.5594,0.8832,-0,0.4689,0,1,0,-0.469,-0,0.8832|-0.4552,-0.2001,-11.5143,0.8174,-0,0.5759,0,1,0,-0.576,-0,0.8174|1.1399,1,1|31.4989,12.4789,101.9145|31.4989,12.0189,101.5245|1,4.8,1|31.4989,1'
  142. ..'2.1189,100.8845|90,0,0|1,0.4,5|31.4989,11.0189,102.1845|1,2.7999,1|31.4989,11.2189,103.1845|1,2.4,1|31.4989,10.8189,102.9845|0,0,-90|31.4989,9.8189,104.1845|1,0.4,3|31.4989,17.4189,106.1845|0,-180,180|1,2,3|28.7389,23.6779,106.1645|-77.7601,0,90|6.1109,17.9189,102.6915|0,143.02,180|7,0.4,7|-4.2901,16.7269,104.2145|21.69,71.15,0|7,1.2,5|0.4078,0.3607,0.2627|37.6919,16.1189,103.3535|-90,-27.97,0|3,0.4,3|0.4,1,0.8|36.8079,13.1189,102.8845|0,62.0299,-90|1,1,0.8|34.1589,12.1189,101.4775|0.5,1,1.0099|3'
  143. ..'4.1589,14.1189,101.4775|34.5999,16.0189,101.7125|3,0.4,4|21.4989,14.3389,102.6945|21.4989,14.0989,102.5045|21.4989,13.7389,102.3145|21.4989,15.4189,102.6845|21.4989,14.3389,102.6845|21.4989,14.0989,102.4945|21.4989,13.7389,102.3045|21.4989,15.3189,102.1845|21.4989,15.5189,102.1845|21.4989,15.1189,102.1845|21.4989,15.4189,101.6845|21.4989,13.2789,102.1145|21.4989,12.8389,102.2145|21.4989,13.2789,102.1245|21.4989,12.8389,102.2245|21.4989,12.5489,102.5505|21.4989,14.2289,101.9865|21.4989,12.4789,101'
  144. ..'.9145|21.4989,12.0189,101.5245|21.4989,12.1189,100.8845|21.4989,11.0189,102.1845|21.4989,11.2189,103.1845|21.4989,10.8189,102.9845|21.4989,9.8189,104.1845|21.4989,17.4189,102.6845|21.4989,15.6189,103.5845|11.4989,14.3389,102.6945|11.4989,14.0989,102.5045|11.4989,13.7389,102.3145|11.4989,15.4189,102.6845|11.4989,14.3389,102.6845|11.4989,14.0989,102.4945|11.4989,13.7389,102.3045|11.4989,15.3189,102.1845|11.4989,15.5189,102.1845|11.4989,15.1189,102.1845|11.4989,15.4189,101.6845|11.4989,13.2789,102.1'
  145. ..'145|11.4989,12.8389,102.2145|11.4989,13.2789,102.1245|11.4989,12.8389,102.2245|11.4989,12.5489,102.5505|11.4989,14.2289,101.9865|11.4989,12.4789,101.9145|11.4989,12.0189,101.5245|11.4989,12.1189,100.8845|11.4989,11.0189,102.1845|11.4989,11.2189,103.1845|11.4989,10.8189,102.9845|11.4989,9.8189,104.1845|11.4989,17.4189,102.6845|11.4989,15.6189,103.5845|32.8799,17.9189,103.9095|1,5,1|1,1,0.6|28.7389,24.0029,103.6765|-87.3601,0,90|21.4989,17.5189,102.1845|21,0.8,1|21.4989,17.9389,105.6845|90,90,0|1,1'
  146. ..'9,1|1,1,0.4|21.4989,16.9189,102.1845|19,0.4,1|21.4989,18.0189,103.6845|19,0.8,2|21.4989,18.0989,105.1845|8.1349,17.4359,100.3325|-21.6901,142.25,0|7,1.2,1|Light Fitting|27.9989,15.8189,100.5845|1,1,0.8999|24.9989,15.8189,100.5845|27.9989,15.9189,100.5845|24.9989,15.9189,100.5845|17.9989,15.8189,100.5845|14.9989,15.8189,100.5845|17.9989,15.9189,100.5845|14.9989,15.9189,100.5845|-0.9041,17.9189,102.5865|0,-126.84,180|3,0.4,8|-0.9006,-0.2001,-11.2996,0.5996,-0,0.8002,0,1,0,-0.8003,-0,0.5996|-1.258,-'
  147. ..'0.2001,-10.9579,0.3231,-0,0.9463,0,1,0,-0.9464,-0,0.3231|21.4989,16.1189,101.1845|19,1.2,1|31.4199,16.4189,79.5905|33.0199,16.4189,79.5995|26.0209,16.4189,79.5095|12.7989,21.0789,103.1845|1,4.8,6|12.7989,21.0789,116.1845|12.7989,20.6789,109.6845|0,0,180|1,4.8,7|12.4989,18.5789,109.6845|1,0.4,19|-4.9951,13.2939,112.3035|-21.6901,-90.8601,-180|-5.1661,15.2989,112.3005|21.69,89.1399,0|-5.9051,13.4409,112.2895|0,-0.8601,-21.6901|-6.4071,13.5329,112.2825|-21.6901,-90.8601,0|-6.3331,13.7189,112.2835|-6'
  148. ..'.4811,13.3469,112.2805|-6.8341,13.8109,112.2755|-8.2761,14.2769,112.4875|21.69,107.1299,0|1,5.5999,1|-8.3241,14.2769,112.2365|25.9989,13.4189,99.2845|30,8.4,1|0.6|-8.2791,14.2769,109.2375|1,5.5999,5|0.2,1,1|13.4989,17.6789,109.6845|5,1,5|26.0489,13.7799,99.0435|8.13,0,-90|9,30,1|9.5129,17.9189,109.0745|0,-90.8601,180|15,0.4,3|-1.4924,-0.2001,-10.5226,0.015,-0,0.9998,0,1,0,-0.9999,-0,0.015|-1.5808,-0.2001,-10.0361,-0.2946,-0,0.9556,-0,1,0,-0.9557,-0,-0.2946|0.3411,0.345,0.3411|6.0059,17.5189,109.9'
  149. ..'225|0,179.1399,0|8,1.6,8|2.1919,18.3189,109.2465|0,-179.14,-180|19,2.7999,18|0|2.2219,17.9189,109.6245|0,-0.9101,180|6,0.4,24|1.9989,17.9189,109.9615|7,0.4,18|-2.8621,15.1419,108.3185|0,-0.8601,-111.6901|2,0.4,1|-5.1641,16.6969,109.2845|5,1.2,7|34.9989,17.8789,109.6845|0,90,180|7,1.2,6|1|29.4989,17.6789,109.6845|31.5139,24.9189,109.9525|12,3.2,9|32.0509,28.9189,107.4605|0,89.1399,0|2,4.8,9|25.4989,17.3789,109.6845|19,0.4,29|26.7989,18.0789,109.6845|21.4989,17.8789,109.6845|5,1.2,21|21.4989,17.678'
  150. ..'9,109.6845|-3.4091,13.7479,107.8105|-68.31,89.1399,180|-33.9137,-1,-26.3354,-0.3979,0,-0.9175,0,1,0,0.9174,-0,-0.3979|-39.878,-1,-11.665,-0.0167,0,-0.9999,0,1,0,0.9998,-0,-0.0167|http://www.roblox.com/asset/?id=17425248|21.4989,18.2389,106.4845|21.4989,17.8089,107.1845|-90,-90,0|2,21,1|-8.2331,14.2769,106.2375|11.4989,17.4189,106.1845|1.4409,17.9189,106.8105|0,-108.85,180|6,0.4,16|-8.2071,14.3079,106.0465|-5.9051,13.4409,106.2895|-6.4071,13.5329,106.2825|-6.3331,13.7189,106.2835|-6.4811,13.3469,1'
  151. ..'06.2805|-6.8341,13.8109,106.2755|-4.9951,13.2939,106.3035|-5.1661,15.2989,106.3005|5.7389,13.2189,106.5865|0,-89.14,0|1,10.8,1|Door2 (Move by 5 studs to close)|40.4989,17.4189,100.6845|40.4989,15.6189,101.1845|1,1.6,1|40.4989,17.0189,102.1845|1,1.2,1|40.4989,15.8189,102.5845|1040|40.4989,14.7189,102.8845|-90,-180,0|40.4989,18.0189,103.1845|1,0.8,3|40.4989,14.0189,101.1845|40.4989,14.0189,102.1845|1,7.2,1|40.4989,14.0189,100.1845|0.4|40.4989,15.7189,103.4845|40.4989,16.3189,103.6845|1,0.4,2|0.199,'
  152. ..'0.5,1|40.4989,17.2189,103.6845|40.4989,12.9189,102.8845|40.4989,12.4189,101.1845|40.4989,11.9189,103.4845|40.4989,11.8189,102.5845|40.4989,16.1189,104.1845|0.2,0.5,1|40.4989,11.0189,102.1845|40.4989,10.8189,103.6845|1,1.2,2|40.4989,10.6189,100.6845|0,0,-180|40.4989,16.3189,104.6345|0.2,0.3,0.1|40.4989,13.7189,104.6845|0,180,-90|5,1.2,6|1,0.1,1|40.4989,10.0189,103.1845|for i,p in pairs(game.Workspace.Door1OR2:GetChildren()) do if (p.className == "Part" or "Wedge" or "|Bellow is a CFrame command fo'
  153. ..'r the door (Ungroup and use it to close the door)|36.2529,14.0189,102.1975|0,-27.97,0|9,8.8,1|10.8809,14.2769,100.8695|0,52.25,21.69|1,5.5999,2|8.9039,14.2769,99.3385|0,-127.75,-21.6901|8.6159,14.2769,120.0255|0,-55.7001,21.69|40.4989,21.0289,116.3545|40.4989,21.0289,103.3545|40.4989,20.6289,109.8545|40.7989,18.5289,109.8545|-4.2891,13.4409,101.5305|0,-37.71,-21.6901|-3.5691,13.2939,102.0875|-21.6901,-127.71,-180|-3.7041,15.2989,101.9825|21.69,52.29,0|-7.2381,14.3079,103.2075|0,161.1499,21.69|25.'
  154. ..'4989,14.0189,100.1845|29,8.8,1|-4.6861,13.5329,101.2235|-21.6901,-127.71,0|-4.6271,13.7189,101.2695|-4.7441,13.3469,101.1785|-6.2691,14.3079,100.3685|-5.0241,13.8109,100.9625|5.4909,13.7199,96.8585|0,-109.7601,-21.6901|1,9.1999,3|6.5319,14.2769,97.5015|-5.7601,13.7199,99.2485|-4.0911,13.7199,97.6835|0,-55.7001,-21.6901|1.7789,13.7199,96.4175|0,-90.8601,-21.6901|1,9.1999,6|-2.0121,13.7199,96.7115|0,-73.6901,-21.6901|3.5999,18.2189,109.2685|22,0.4,22|28.6989,14.9829,76.4875|-8.1301,180,0|5,5,2|0.01'
  155. ..'79,17.9189,115.4735|0,-54.8801,180|3,0.4,12|-4.4151,16.6969,114.4365|-7.3921,14.2769,115.3545|0,-162.87,21.69|5.5239,17.9189,115.5695|0,35.0699,180|8,0.4,9|ConsoleDesignedToFit|0.4705,0.5647,0.5098|1536|0.1|6.4879,10.9939,120.0795|8,22.52,-8.98|0.3843,0.2784,0.196|6.2509,9.3189,116.8925|0,-47.98,0|3,2,2|6.1579,11.3909,117.7855|15.7899,20.59,-18.31|2,0.4,3|6.1429,10.8309,117.0615|59.9399,12.18,0.09|1.1301,-15.2695,-0.6819|1,0.8,2|5.9889,9.3189,115.2775|0,71.15,0|6.3759,11.6459,115.4625|-24,-108.85'
  156. ..',0|3,0.8,1|5.4689,9.8189,115.0995|0,161.1499,0|1,1,2|1,0.99,1.1|6|5.4119,9.6189,115.0795|1,0.5,1.1|Bulb|5.4209,9.8189,115.0835|1,0.8999,1|5.4119,10.0189,115.0795|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|0,0.2,0,1,0,0,0,0,-1,0,1,0|6.3989,11.8009,114.4655|24,71.15,0|4,0.4,2|6.6579,11.5699,115.0825|5,0.4,3|6.6499,12.0549,115.7145|0,161.1499,45.8899|3,0.4,5|1.4031,-7.7001,-3.2712,-0.6961,-0,0.7179,-0,1,0,-0.718,-0,-0.6961|1.5752,-7.7001,-3.8633,-0.9178,-0,0.397,-0,1,0,-0.3971,-0,-0.9178|Screen|0,0.1254,0.376'
  157. ..'4|6.7469,12.0649,115.4305|0.8999,1,1|6.0719,12.5839,117.0995|-0.7401,162.33,45.68|-40.0362,-38.6443,0.0897|0.5,1,0.5|0.9607,0.8039,0.1882|5.9309,12.5479,117.1055|-29.23,-165.28,36.8199|-40.2184,-38.4325,0.1016|0.5,1,1|0.0509,0.4117,0.6745|6.0379,12.5489,117.0885|-40.1171,-38.6037,0.0508|5.9909,12.5009,117.0725|-45.67,-106.92,-1.06|-40.2303,-38.547,-0.0037|-3,-63.7001,2.5,0,0,-1,0,1,0,1,0,0|2.5,-63.8201,3,1,0,0,0,1,0,0,0,1|-0.232,-63.7001,3.8939,0.7431,-0.0001,-0.6692,0,1,-0.0001,0.6691,0,0.7431|-'
  158. ..'3,-63.7001,2.5,0,-0.0001,-1,0,1,0,1,0,0|3.9552,-63.7001,0.1443,0.6691,-0.0001,0.7431,0,1,0,-0.7432,0,0.6691|-3,-63.7001,2.5,-0.0001,-0.0001,-1,0,1,0,1,0,0|2.5,-63.7701,3,1,0,0,0,1,0,0,0,1|2.5,-63.7001,3,1,0,0,0,1,0,0,0,1|2.5,-63.5401,3,1,0,0,0,1,0,0,0,1|6.0059,12.4719,117.1155|31.53,124.8,34.95|-40.2369,-38.5348,0.0005|5.8819,12.3889,117.0365|-40.489,-38.4174,-0.1282|2,0.4,2|Brick|7.2859,9.3189,114.1785|0,-167.9101,0|7.1759,10.8619,114.0155|0.0399,42.02,-58.87|-1.1827,-15.0016,-0.6628|2,0.8,1|Mes'
  159. ..'h for the pipe|5.8209,13.1629,114.7975|0,161.1499,-44.1101|0.2,1.1,1.1|http://www.roblox.com/asset/?id=12304915|http://www.roblox.com/asset/?id=12304480|5|Light|0,0.5607,0.6117|0.3|5.6689,13.3469,114.7455|0.4,1,1.2|Light display|5.3319,13.4909,115.2645|0,-18.8501,-45.89|5.0009,13.5069,116.2075|0.8,1,0.8|5.0619,13.6469,115.5945|Step|26.6389,19.0829,100.4685|-39.07,180,-90|3,28.8,1|26.6389,20.5849,101.9225|-49.07,180,-90|26.6389,21.8119,103.6155|-59.0601,180,-90|26.6389,22.7259,105.4955|-69.06,180,'
  160. ..'-90|26.6389,23.3009,107.5055|-79.0501,180,-90|26.6389,23.3699,111.6705|-80.96,0,90|26.6389,23.5169,109.5845|-89.0501,180,-90|26.6389,22.8629,113.6985|-70.96,0,90|26.6389,22.0109,115.6075|-60.9701,0,90|26.6389,19.3879,118.8435|-40.98,0,90|26.6389,20.8409,117.3405|-50.9701,0,90|21.4989,17.7189,114.1845|21.4989,18.1789,113.6845|21.4989,17.9189,114.6845|-2.9221,14.0649,112.8075|68.3099,-72.8701,180|3,0.4,2|0.8999,1.0099,0.8999|-6.2951,12.4339,112.2835|-6.5601,12.2809,112.2795|-6.8701,12.0169,112.2755'
  161. ..'|-6.3041,12.4379,112.2835|-6.5691,12.2849,112.2795|-6.8791,12.0199,112.2745|-7.2251,11.6629,112.2695|-7.2951,11.2169,112.2685|-7.2161,11.6599,112.2695|-7.2861,11.2139,112.2685|-6.9931,12.5929,112.2735|49.6599,89.1399,90|-7.7071,10.9939,112.2625|-8.7971,11.0399,112.2465|68.3099,-90.8601,-180|11.4989,17.4189,113.1845|1.3459,17.9189,113.1095|0,-72.8701,180|-1.5146,-0.2001,-9.5461,-0.5753,-0,0.8179,-0,1,0,-0.818,-0,-0.5753|-2.6291,15.1419,113.7635|0,17.1299,-111.6901|5.8589,13.2189,113.0855|31.4989,1'
  162. ..'7.4189,113.1845|31.9759,28.9189,112.4595|21.4989,17.8389,112.1845|-8.7971,11.0399,106.2465|-6.2951,12.4339,106.2835|-6.5601,12.2809,106.2795|-6.8701,12.0169,106.2755|-6.3041,12.4379,106.2835|-6.5691,12.2849,106.2795|-6.8791,12.0199,106.2745|-7.2251,11.6629,106.2695|-7.2951,11.2169,106.2685|-7.2161,11.6599,106.2695|-7.2861,11.2139,106.2685|-6.9931,12.5929,106.2735|-7.7071,10.9939,106.2625|6.3739,12.0649,104.2055|0,-162.87,45.8899|4.9299,13.6469,104.7545|4.9219,13.3469,103.7105|4.9549,13.4909,104.3'
  163. ..'285|0,17.1299,-45.89|5.2409,13.5069,105.2875|5.4459,13.1389,104.8055|0,17.1299,44.11|5.9159,11.6459,103.8755|-24,-72.8701,0|5.9939,11.7899,105.1595|24,107.1299,0|6.2849,12.0549,103.9185|5.7479,12.5849,102.5125|-0.7401,-161.6901,45.68|5.6379,12.5479,102.6005|-29.23,-129.3001,36.8199|5.7139,12.5499,102.5235|5.6669,12.5009,102.5385|-45.67,-70.9301,-1.06|5.7039,12.4719,102.5635|31.53,160.7799,34.95|5.5569,12.3889,102.5735|6.2709,11.5589,104.5505|6.6669,10.8309,105.3065|59.9399,48.1599,0.09|5.7129,10.'
  164. ..'8619,102.2355|0.0399,78,-58.87|5.9469,11.3399,101.8215|17.59,151.71,16.59|4.9679,9.8189,104.1155|0,-162.87,0|4.9109,9.6189,104.1335|4.9109,10.0189,104.1335|0,0.2,0,1,0,0,0,0,-1.0001,0,1,0|4.9199,9.8189,104.1305|6.5329,10.8689,99.6745|8,58.5,-8.98|5.4939,9.3189,103.9535|0,107.1299,0|5.8979,9.3189,102.3025|0,-131.93,0|6.6549,9.3189,105.1065|0,-11.99,0|Chair|13.5089,11.4189,102.1845|13.5089,11.4389,102.1845|13.5089,11.8389,102.6845|0,0.1999,-0.5,1,0,0,0,0,-1,0,1,0|13.5089,12.7189,100.8045|13.5089,11'
  165. ..'.6809,101.2125|-35.16,180,0|3,0.4,1|13.5089,11.7009,101.2125|13.5089,12.2189,100.8045|1,1.1,0.5|13.4989,13.4879,100.7845|-83.6201,0,0|-4.5981,12.4339,101.2925|-4.8081,12.2809,101.1295|-4.6051,12.4369,101.2865|-4.8151,12.2849,101.1245|-5.0521,12.0169,100.9405|-5.0591,12.0199,100.9345|-5.3341,11.6629,100.7225|-5.3891,11.2169,100.6805|-5.3271,11.6589,100.7285|-5.3821,11.2139,100.6855|-5.1501,12.5929,100.8655|49.6599,52.29,90|-5.7151,10.9939,100.4285|-6.5771,11.0399,99.7615|68.3099,-127.71,-180|-2.18'
  166. ..'31,11.3799,97.6645|-21.6901,-145.7,0|-3.3091,11.3069,97.9425|4,0.8,2|0.7686,0.1568,0.1098|-3.3091,11.4069,97.9425|28.7589,23.7779,113.2045|-77.7601,180,90|-0.1697,-3.96,-15.7819,0.2119,-0,-0.9773,0,1,0,0.9772,-0,0.2119|-0.2976,-3.96,-15.7427,0.3719,-0,-0.9283,0,1,0,0.9282,-0,0.3719|28.7589,24.0089,118.1995|-83.0501,0,-90|0.0968,-3.96,-15.7942,-0.1211,0,-0.9927,0,1,0,0.9926,-0,-0.1211|-0.037,-3.96,-15.7992,0.0461,-0,-0.999,0,1,0,0.9989,-0,0.0461|28.7589,24.1029,115.6925|-87.3601,180,90|23.4989,11.'
  167. ..'4189,117.1845|23.4989,11.4389,117.1845|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,0.5,-1,0,0,0,0,1,0,1,0|23.4989,11.8389,116.6845|23.4989,12.7189,118.5645|-90,0,0|23.4989,11.6809,118.1565|-35.16,0,0|23.4989,11.7009,118.1565|23.4989,12.2189,118.5645|23.5089,13.4879,118.5845|-83.6201,180,0|-0.2031,17.9189,117.4835|0,-36.89,180|13.4989,11.4189,117.1845|13.4989,11.4389,117.1845|13.4989,11.8389,116.6845|13.4989,12.7189,118.5645|13.4989,11.6809,118.1565|13.4989,11.7009,118.1565|13.4989,12.2189,118.5645|13.508'
  168. ..'9,13.4879,118.5845|-6.0311,13.7199,119.4185|0,34.2599,-21.6901|-4.8371,13.7189,117.5855|-21.6901,-55.7401,0|-4.9591,13.3469,117.6685|-5.2511,13.8109,117.8675|-5.3831,12.5929,117.9575|49.6599,124.26,90|-5.9731,10.9939,118.3585|-6.4131,10.7109,118.6585|-6.8741,11.0399,118.9725|68.3099,-55.7401,-180|-6.2111,9.5369,118.5215|-5.6581,9.0559,118.1445|21.69,124.26,-90|-6.5081,14.2769,118.2215|-5.5671,11.6599,118.0825|-21.6901,-55.7401,-180|-5.6251,11.2139,118.1215|-5.4631,10.8239,118.0115|-5.3821,9.3539,'
  169. ..'117.9565|-0.6191,17.9189,118.7155|0,-18.9,180|2,0.4,5|-4.4831,13.4409,117.3445|-3.7311,13.2939,116.8325|-3.8721,15.2989,116.9285|21.69,124.26,0|-4.8051,12.4339,117.5645|-5.0251,12.2809,117.7135|-5.2811,12.0169,117.8875|-4.8131,12.4379,117.5695|-5.0321,12.2849,117.7185|-5.2881,12.0199,117.8925|-4.8981,13.5329,117.6265|-5.5751,11.6629,118.0875|-5.6321,11.2169,118.1275|-8.8051,10.5599,115.7895|0,17.1299,-21.6901|1,2.4,7|21.4989,16.9189,117.1845|21.4989,17.5189,117.1845|21.4989,18.0189,115.6845|11.49'
  170. ..'89,14.3389,116.6745|11.4989,14.0989,116.8645|11.4989,13.7389,117.0545|11.4989,15.4189,116.6845|0,90,0|11.4989,14.3389,116.6845|11.4989,14.0989,116.8745|11.4989,13.7389,117.0645|11.4989,15.3189,117.1845|11.4989,15.5189,117.1845|11.4989,15.1189,117.1845|11.4989,15.4189,117.6845|11.4989,13.2789,117.2545|11.4989,12.8389,117.1545|11.4989,13.2789,117.2445|11.4989,12.8389,117.1445|11.4989,12.5489,116.8185|11.4989,14.2289,117.3825|27.9699,180,90|11.4989,12.4789,117.4545|11.4989,12.0189,117.8445|11.4989,1'
  171. ..'2.1189,118.4845|90,-180,0|11.4989,11.0189,117.1845|11.4989,11.2189,116.1845|11.4989,10.8189,116.3845|11.4989,9.8189,115.1845|11.4989,17.4189,116.6845|11.4989,15.6189,115.7845|9.9539,10.4189,116.2555|0,53.93,0|3,1.6,3|9.5499,11.4189,115.9615|-0.0003,0.8,-0.4997,1,-0.0001,0,0,0,-1,-0.0001,0.9999,0|Arms|10.4379,12.2889,115.1115|0.91,52.1599,0|10.4559,11.6189,115.0875|0,53.06,90|9.0139,11.6189,117.0065|8.9649,12.2889,117.0065|Back|11.0989,11.8189,117.0665|90,53.93,0|11.2729,11.8189,116.8225|10.5999,1'
  172. ..'1.7189,117.4335|0,-36.07,0|0.2,0.5,0.5|11.0719,11.9189,116.7905|0,143.9299,0|10.5999,12.4189,117.4335|11.1989,12.7189,116.1845|10.9329,12.7189,116.9675|10.2619,12.7189,117.4465|90,18.04,0|21.4989,14.3389,116.6745|21.4989,14.0989,116.8645|21.4989,13.7389,117.0545|21.4989,15.4189,116.6845|21.4989,14.3389,116.6845|21.4989,14.0989,116.8745|21.4989,13.7389,117.0645|21.4989,15.3189,117.1845|21.4989,15.5189,117.1845|21.4989,15.1189,117.1845|21.4989,15.4189,117.6845|21.4989,13.2789,117.2545|21.4989,12.83'
  173. ..'89,117.1545|21.4989,13.2789,117.2445|21.4989,12.8389,117.1445|21.4989,12.5489,116.8185|21.4989,14.2289,117.3825|21.4989,12.4789,117.4545|21.4989,12.0189,117.8445|21.4989,12.1189,118.4845|21.4989,11.0189,117.1845|21.4989,11.2189,116.1845|21.4989,10.8189,116.3845|21.4989,9.8189,115.1845|21.4989,17.4189,116.6845|21.4989,15.6189,115.7845|19.4889,11.4189,117.1845|19.4889,11.4389,117.1845|19.4889,11.8389,116.6845|19.4889,12.7189,118.5645|19.4889,11.6809,118.1565|19.4889,11.7009,118.1565|19.4889,12.2189'
  174. ..',118.5645|19.4989,13.4879,118.5845|16.4989,11.4189,117.1845|16.4989,11.4389,117.1845|16.4989,11.8389,116.6845|16.4989,12.7189,118.5645|16.4989,11.6809,118.1565|16.4989,11.7009,118.1565|16.4989,12.2189,118.5645|16.5089,13.4879,118.5845|16.4989,10.0189,116.9845|9,0.8,2|16.4989,10.8189,116.4845|9,0.8,1|15.4989,17.5189,117.0845|13.4989,17.5189,117.0845|29.4989,17.5189,117.0845|27.4989,17.5189,117.0845|25.4989,17.5189,117.0845|23.4989,17.5189,117.0845|19.4989,17.5189,117.0845|17.4989,17.5189,117.0845|'
  175. ..'-7.0901,10.8239,112.2715|-8.2391,10.7109,112.2545|-7.9961,9.5369,112.2585|-6.9931,9.3539,112.2735|-7.3261,9.0559,112.2685|21.69,89.1399,-90|32.8649,17.9189,115.3075|0,119.69,-90|1,6,1|-9.7571,10.5599,109.2155|9.8579,10.6329,97.2905|0,52.25,-68.31|2,0.4,6|-8.2391,10.7109,106.2545|-7.0901,10.8239,106.2715|-7.9961,9.5369,106.2585|-6.9931,9.3539,106.2735|-7.3261,9.0559,106.2685|23.5089,11.4189,102.1845|23.5089,11.4389,102.1845|23.5089,11.8389,102.6845|23.5089,12.7189,100.8045|23.5089,11.6809,101.2125'
  176. ..'|23.5089,11.7009,101.2125|23.5089,12.2189,100.8045|23.4989,13.4879,100.7845|26.4989,11.4189,102.1845|26.4989,11.4389,102.1845|26.4989,11.8389,102.6845|26.4989,12.7189,100.8045|26.4989,11.6809,101.2125|26.4989,11.7009,101.2125|26.4989,12.2189,100.8045|26.4889,13.4879,100.7845|29.4989,11.4189,102.1845|29.4989,11.4389,102.1845|29.4989,11.8389,102.6845|29.4989,12.7189,100.8045|29.4989,11.6809,101.2125|29.4989,11.7009,101.2125|29.4989,12.2189,100.8045|29.4889,13.4879,100.7845|16.4989,11.4189,102.1845|'
  177. ..'16.4989,11.4389,102.1845|16.4989,11.8389,102.6845|16.4989,12.7189,100.8045|16.4989,11.6809,101.2125|16.4989,11.7009,101.2125|16.4989,12.2189,100.8045|16.4889,13.4879,100.7845|19.4989,11.4189,102.1845|19.4989,11.4389,102.1845|19.4989,11.8389,102.6845|19.4989,12.7189,100.8045|19.4989,11.6809,101.2125|19.4989,11.7009,101.2125|19.4989,12.2189,100.8045|19.4889,13.4879,100.7845|16.4989,10.0189,102.3845|16.4989,10.8189,102.8845|8.9719,10.4189,103.1085|0,125.8899,0|8.5669,11.4189,103.4015|0,0.8,-0.4999,1'
  178. ..',-0.0001,0,0,0,-1.0001,-0.0001,0.9999,0|8.0339,12.2889,102.2945|0.91,124.12,0|8.0169,11.6189,102.2695|0,125.0299,90|9.3939,11.6189,104.2355|9.3799,12.2889,104.2815|10.0979,11.8189,102.2715|90,125.8899,0|9.9189,11.8189,102.0305|10.2919,11.7189,102.8595|0,35.8899,0|9.8269,11.9189,102.2115|0,-144.1101,0|10.2919,12.4189,102.8595|9.2889,12.7189,101.9035|90,161.96,0|9.9509,12.7189,102.3985|10.1989,12.7189,103.1845|-8.6371,10.5909,102.7295|0,-18.8501,-21.6901|9.8089,10.5599,98.1695|-5.2271,10.8239,100.8'
  179. ..'055|-6.1361,10.7109,100.1025|-5.9431,9.5369,100.2515|-5.1491,9.3539,100.8655|-5.4131,9.0559,100.6615|21.69,52.29,-90|28.6989,11.3759,87.5885|5,1,21|34.7989,11.5179,86.5985|22.5989,11.5179,86.5985|8.13,0,90|29.4889,11.4189,117.1845|29.4889,11.4389,117.1845|29.4889,11.8389,116.6845|29.4889,12.7189,118.5645|29.4889,11.6809,118.1565|29.4889,11.7009,118.1565|29.4889,12.2189,118.5645|29.4989,13.4879,118.5845|26.4989,10.0189,116.9845|26.4989,10.8189,116.4845|14.9989,15.8189,118.7845|17.9989,15.8189,118.'
  180. ..'7845|14.9989,15.9189,118.7845|17.9989,15.9189,118.7845|Door1 (Move by 5 studs to close)|40.4989,17.4189,118.6845|40.4989,15.6189,118.1845|40.4989,14.0189,118.1845|40.4989,14.0189,119.1845|40.4989,17.0189,117.1845|40.4989,13.8189,117.1845|1,5.2,1|40.4989,14.0189,117.1845|40.4989,15.8189,116.7845|40.4989,12.4189,118.1845|40.4989,14.7189,116.4845|40.4989,12.9189,116.4845|40.4989,18.0189,116.1845|40.4989,11.8189,116.7845|0.5|40.4989,15.7189,115.8845|40.4989,11.9189,115.8845|90,180,0|40.4989,16.3189,1'
  181. ..'15.6845|40.4989,17.2189,115.6845|40.4989,11.0189,117.1845|40.4989,10.8189,115.6845|40.4989,10.6189,118.6845|40.4989,16.1189,115.0845|40.4989,10.0189,116.1845|40.4989,16.3189,114.7345|31.4989,14.3389,116.6745|31.4989,14.0989,116.8645|31.4989,13.7389,117.0545|31.4989,15.4189,116.6845|31.4989,14.3389,116.6845|31.4989,14.0989,116.8745|31.4989,13.7389,117.0645|31.4989,15.3189,117.1845|31.4989,15.5189,117.1845|31.4989,15.1189,117.1845|31.4989,15.4189,117.6845|31.4989,13.2789,117.2545|31.4989,12.8389,11'
  182. ..'7.1545|31.4989,13.2789,117.2445|31.4989,12.8389,117.1445|31.4989,12.5489,116.8185|31.4989,14.2289,117.3825|31.4989,12.4789,117.4545|31.4989,12.0189,117.8445|31.4989,12.1189,118.4845|31.4989,11.0189,117.1845|31.4989,11.2189,116.1845|31.4989,10.8189,116.3845|31.4989,9.8189,115.1845|31.4989,17.4189,116.6845|31.4989,15.6189,115.7845|-4.4611,13.7199,121.0805|0,52.25,-21.6901|-3.0051,11.2239,121.0305|-21.6901,-19.7601,0|21.4989,16.1189,118.1845|24.9989,15.8189,118.7845|27.9989,15.8189,118.7845|24.9989,'
  183. ..'15.9189,118.7845|27.9989,15.9189,118.7845|10.6809,14.2769,118.6165|0,124.3,-21.6901|7.9079,17.4359,118.9875|21.69,-145.7,0|-1.5041,8.0189,116.1815|0,-53.16,0|3,0.4,9|-1.4441,8.0189,118.8625|0,-17.1701,0|-7.9671,8.7049,115.5315|4,0.4,7|-6.3461,8.7049,119.6325|-4.6941,8.7049,121.3815|21.69,142.25,0|9.9989,8.8189,115.3845|7,1.6,7|5.9109,8.0189,116.3775|0,36.9799,0|1,8.8,5|1.1,1,1|40.4989,17.4189,113.6845|40.4989,17.4189,105.6845|40.4989,10.6189,113.6845|40.4989,10.6189,105.6845|36.3369,14.0189,117.3'
  184. ..'575|0,-150.31,0|-0.6413,-0.2001,-11.4453,0.7389,-0,0.6738,0,1,0,-0.6739,-0,0.7389|-0.8173,-0.2001,-11.3536,0.6486,-0,0.761,0,1,0,-0.7611,-0,0.6486|26.4989,11.4189,117.1845|26.4989,11.4389,117.1845|26.4989,11.8389,116.6845|26.4989,12.7189,118.5645|26.4989,11.6809,118.1565|26.4989,11.7009,118.1565|26.4989,12.2189,118.5645|26.5089,13.4879,118.5845|14.1989,9.1189,114.4845|19.1989,9.1189,114.4845|18.1989,9.1189,114.4845|17.1989,9.1189,114.4845|20.1989,9.1189,114.4845|16.1989,9.1189,114.4845|15.1989,9.'
  185. ..'1189,114.4845|13.1989,9.1189,114.4845|24.1989,9.1189,114.4845|29.1989,9.1189,114.4845|28.1989,9.1189,114.4845|27.1989,9.1189,114.4845|30.1989,9.1189,114.4845|26.1989,9.1189,114.4845|25.1989,9.1189,114.4845|23.1989,9.1189,114.4845|Pad|-1.7371,11.1499,109.5555|0,150.0099,29|-1.4551,11.1099,109.0855|-29,-119.99,0|0.2999,9.0189,110.1595|0,90.86,0|-0.2001,10.0189,110.1675|-0.0005,0.8,-0.5001,1,-0.0001,0,0,0,-1,-0.0001,0.9999,0|-0.0011,10.8889,108.9545|0.91,89.0899,0|-0.0011,10.2189,108.9245|0,90,90|-0'
  186. ..'.0011,10.2189,111.3245|-0.0391,10.8889,111.3545|1.7019,10.4189,110.1205|90,90.86,0|1.6939,10.4189,109.8205|1.5239,10.3189,110.7135|0,0.86,0|1.5139,10.5189,109.9155|0,-179.14,0|1.5239,11.0189,110.7135|1.2519,11.3189,109.3545|90,126.94,0|1.5089,11.3189,110.1405|1.2609,11.3189,110.9265|90,54.97,0|21.4989,10.0189,113.1845|-8.8811,8.7049,109.2285|0,179.1399,21.69|31.4989,9.8189,109.6845|6,0.4,1|20.9989,9.8189,109.6845|20,0.4,6|21.4989,9.4189,109.6845|21,0.4,20|7.4989,9.0189,109.6845|6,1.6,7|2.0219,8.0'
  187. ..'189,109.4445|0,-179.09,0|1.7989,8.0189,109.1075|1.2409,8.0189,112.2585|0,-71.1501,0|21.4989,10.0189,106.1845|9.9989,8.8189,103.9845|5.3239,8.0189,103.4995|0,144.9299,0|-0.1821,8.0189,103.5955|0,-125.1201,0|1.1459,8.0189,105.9595|0,-107.13,0|26.4989,10.0189,102.3845|26.4989,10.8189,102.8845|14.1989,9.1189,104.7845|19.1989,9.1189,104.7845|18.1989,9.1189,104.7845|17.1989,9.1189,104.7845|20.1989,9.1189,104.7845|16.1989,9.1189,104.7845|15.1989,9.1189,104.7845|13.1989,9.1189,104.7845|24.1989,9.1189,104'
  188. ..'.7845|29.1989,9.1189,104.7845|28.1989,9.1189,104.7845|27.1989,9.1189,104.7845|30.1989,9.1189,104.7845|26.1989,9.1189,104.7845|25.1989,9.1189,104.7845|23.1989,9.1189,104.7845|-0.4031,8.0189,101.5855|0,-143.1101,0|-7.8171,8.7049,103.0125|9.2729,8.7049,98.8625|7,0.4,4|-0.8191,8.0189,100.3535|0,-161.1001,0|5.6189,8.7049,96.5005|0,70.2399,21.69|4,0.4,3|-6.0611,8.7049,99.0155|1.7849,8.7049,96.0375|-21.6901,179.1399,0|6,0.4,4|-2.1191,8.7049,96.3465|0,106.3099,21.69|-4.3051,8.7049,97.3695|0,124.3,21.69|2'
  189. ..'5.3989,9.9299,97.6515|9.9499,180,-90|2,31.2,2|-2.4931,13.7199,122.1605|0,70.2399,-21.6901|6.1379,14.2769,121.7155|5.0099,13.7199,122.3075|0,106.3099,-21.6901|1.2279,13.7199,122.5965|0,89.1399,-21.6901|5.1169,8.7049,122.6725|-1.8261,11.1209,121.7835|2,0.8,4|-1.8261,11.2209,121.7835|1.2229,8.7049,122.9765|21.69,179.1399,0|25.9989,8.6189,118.1845|30,1.2,3|9.4489,10.5599,121.2465|8.9549,8.7049,120.5225|-21.6901,34.2999,0|25.9989,14.0189,119.1845|30,8.8,1|-2.6211,8.7049,122.5185|21.69,160.24,0|37.7269'
  190. ..',12.1189,116.1585|34.2519,11.1189,118.1405|-89.8701,0,0|35.1209,14.1189,117.6445|37.7269,16.1189,116.1585|-89.8001,0,0|34.6869,16.7189,117.8925|0.8999,1,1.0099|36.4989,9.4189,109.6845|9,0.4,20|9.4439,10.6329,122.1265|0,124.3,68.3099|25.9989,8.7189,109.6845|30,1.6,14|9.8129,8.0189,109.9865|15,0.4,4|25.9989,8.6189,101.1845|26.0389,14.1509,120.4085|-9.95,0,-90|25.9989,13.8189,120.1845|25.3989,9.9299,121.8515|37.4499,19.0189,124.5915|32.0509,19.0189,124.5095|39.0499,19.0189,124.6005|21.8439,19.5189,1'
  191. ..'24.8565|34.7989,11.7939,132.9195|9.9499,180,90|22.5989,11.7939,132.9195|28.6989,11.6219,131.9345|-9.95,0,180|28.6989,20.5209,130.6135|17.0799,0,180|22.5989,20.5209,130.6135|-17.08,180,-90|34.7989,20.5209,130.6135|-17.08,180,90|35.4499,17.2189,130.5915|30.0509,17.2189,130.5095|37.0499,17.2189,130.6005|28.6989,21.1829,131.8625|17.0799,0,0|21.6589,17.7189,129.8835|31.4199,17.1189,137.5905|33.0199,17.1189,137.5995|26.0209,17.1189,137.5095|31.4199,16.3189,140.5905|33.0199,16.3189,140.5995|26.0209,16.3'
  192. ..'189,140.5095|28.6989,18.9799,139.0315|-17.08,180,0|28.6989,15.5779,142.9155|9.9499,180,0|19.5489,13.4409,97.8845|0,90,-81.8701|2,1.2,7|25.5389,12.8629,121.7515|0,-90,-80.0501|2,1.2,13|13.5489,14.4299,98.0255|81.87,180,0|3,1.2,4|15.0389,15.8179,121.2325|10.6919,20.8189,109.7235|16,4.4,12|6.1919,19.3189,109.2465|19,4.4,18;0,481>20>479,481>21>475,668>20>666,668>21>664,680>20>679,680>21>677,733>20>731,733>21>734,748>20>746,748>21>749,880>20>879,880>21>877,970>20>968,970>21>971,984>20>982,984>21>985,1'
  193. ..'035>20>1033,1035>21>1036,1050>20>1049,1050>21>1047,1064>20>1063,1064>21>1061,1078>20>1077,1078>21>1075,1091>20>1089,1091>21>1092,1109>20>1108,1109>21>1106,1158>20>1156,1158>21>1159,1331>20>1329,1331>21>1332,1399>20>1398,1399>21>1396;2|1:2;n;2;n;1|1:3|2:4|3:5|4:6|5:7|3:5|3:5;1|1:3|2:4|3:5|4:8|5:7|3:5|3:5;1|1:3|2:4|3:5|4:9|5:7|3:5|3:5;1|1:3|2:4|3:5|4:10|5:7|3:5|3:5;1|1:3|2:4|3:5|4:11|5:7|3:5|3:5;1|1:3|2:4|3:5|4:12|5:7|3:5|3:5;1|1:3|2:4|3:5|4:13|5:7|3:5|3:5;1|1:3|2:4|3:5|4:14|5:7|3:5|3:5;p;1|2:4|3:1'
  194. ..'5|4:16|6:17|5:18|7:19|8:19|3:15|3:15;1|2:4|3:15|4:20|6:21|5:22|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:23|6:24|5:25|3:15|3:15;1|2:4|3:15|4:26|6:27|5:28|7:19|8:19|3:15|3:15;n;4;p;3|1:1|2:4|3:15|4:29|6:30|5:25|3:15|3:15;2;n;1|1:3|2:4|3:15|4:31|6:32|5:33|7:19|8:19|3:15|3:15;1|1:3|2:4|3:15|4:34|6:35|5:36|7:19|8:19|3:15|3:15;1|1:3|2:4|3:15|4:37|6:38|5:36|7:19|8:19|3:15|3:15;1|1:3|2:4|3:15|4:39|6:40|5:36|7:19|8:19|3:15|3:15;1|1:3|2:4|3:15|4:41|6:42|5:33|7:19|8:19|3:15|3:15;1|1:3|2:4|3:15|4:43|6:44|5:36|7:'
  195. ..'19|8:19|3:15|3:15;p;2|1:45;n;1|2:4|3:15|4:46|6:47|5:48|7:19|8:19|3:15|3:15;n;5;p;1|2:4|3:15|4:49|6:47|5:50|7:19|8:19|3:15|3:15;n;6|9:51;p;1|2:4|3:15|4:52|6:47|5:53|7:19|8:19|3:15|3:15;n;6;p;p;2|1:54;n;1|2:4|3:55|4:56|6:47|5:57|7:19|8:19|3:55|3:55;n;5;p;1|2:4|3:15|4:58|6:47|5:59|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:60|4:61|6:47|5:62|7:19|8:19|3:60|3:60;n;6|9:51;p;p;2|1:54;n;1|2:4|3:55|4:63|6:47|5:57|7:19|8:19|3:55|3:55;n;5;p;1|2:4|3:15|4:64|6:47|5:59|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:60|4:65|6:47|5:6'
  196. ..'2|7:19|8:19|3:60|3:60;n;6|9:51;p;p;1|2:4|3:15|4:66|6:67|5:68|7:19|8:19|3:15|3:15;n;4;p;3|1:1|2:4|3:15|4:69|6:67|5:70|3:15|3:15;1|2:4|3:15|4:71|6:47|5:72|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:15|4:73|6:47|5:74|7:19|8:19|3:15|3:15;n;6;p;2|1:75;n;1|2:4|3:76|4:77|5:78|8:19|3:76|3:76;n;4;p;3|1:3|2:4|3:76|4:79|6:80|5:81|7:19|3:76|3:76;3|1:1|2:4|3:5|4:82|6:80|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:85|6:80|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:87|6:80|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;'
  197. ..'1|2:4|3:76|4:89|6:90|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:92|6:80|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:94|6:80|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:96|6:80|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:98|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:103|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:104|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:105|6:99|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:107|6:80|5:7|7:19|3:7'
  198. ..'6|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:109|6:110|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:112|6:80|5:7|7:19|3:5|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:114|6:110|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:116|6:110|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:118|6:119|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:124|6:110|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:125|6:110|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:127|6:128|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76'
  199. ..'|4:130|6:99|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:132|6:99|5:133|7:19|3:76|3:76;1|2:4|3:76|4:134|6:135|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:136|6:99|5:137|8:19|3:15|3:15;n;4;p;p;3|1:1|2:4|3:76|4:138|6:139|5:140|7:19|3:76|3:76;1|2:4|3:15|4:141|6:142|5:18|7:19|8:19|3:15|3:15;1|2:4|3:15|4:143|6:144|5:145|7:19|8:19|3:15|3:15;1|2:4|3:15|4:146|6:147|5:148|7:19|8:19|3:15|3:15;2;n;1|2:4|3:149|4:150|6:151|5:152|8:19|3:149|3:149;n;4|9:153;p;1|2:4|3:149|4:154|6:155|5:152|8:19|3:149|3:149;n;4|9:15'
  200. ..'6;p;1|2:4|3:149|4:157|6:155|5:152|8:19|3:149|3:149;n;4|9:158;p;1|2:4|3:149|4:159|6:155|5:152|8:19|3:149|3:149;n;4|9:153;p;1|2:4|3:149|4:160|6:155|5:161|8:19|3:149|3:149;n;4|9:158;p;p;2|1:75;n;3|1:1|2:4|3:5|4:162|6:80|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:163|6:80|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:164|6:80|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;1|2:4|3:76|4:165|6:90|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:166|6:80|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:167'
  201. ..'|6:80|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:168|6:80|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:169|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:170|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:171|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:172|6:99|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:173|6:80|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:174|6:110|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:175|6:80|5:7|7:19|3:5|'
  202. ..'3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:176|6:110|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:177|6:110|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:178|6:119|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:179|6:110|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:180|6:110|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:181|6:128|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:182|6:99|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:183|6:99|5:133|7:19|3:76|3:76;1|2:4|3:76|4:184|6:135|5:120|8:19|3:76|3:'
  203. ..'76;n;4;6;p;1|2:4|3:15|4:185|6:99|5:137|8:19|3:15|3:15;n;4;p;1|2:4|3:76|4:186|5:78|8:19|3:76|3:76;n;4;p;3|1:3|2:4|3:76|4:187|6:80|5:81|7:19|3:76|3:76;p;2|1:75;n;3|1:1|2:4|3:5|4:188|6:80|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:189|6:80|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:190|6:80|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;1|2:4|3:76|4:191|6:90|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:192|6:80|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:193|6:80|5:7|7:19|3:76|3:76;n;5|9:9'
  204. ..'5|10:84;p;3|1:1|2:4|3:76|4:194|6:80|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:195|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:196|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:197|6:99|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:198|6:99|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:199|6:80|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:200|6:110|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:201|6:80|5:7|7:19|3:5|3:5;n;5|9:113|10:84;p;3|1:1|2:4|'
  205. ..'3:5|4:202|6:110|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:203|6:110|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:204|6:119|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:205|6:110|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:206|6:110|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:207|6:128|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:208|6:99|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:209|6:99|5:133|7:19|3:76|3:76;1|2:4|3:76|4:210|6:135|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:211|6:99'
  206. ..'|5:137|8:19|3:15|3:15;n;4;p;1|2:4|3:76|4:212|5:78|8:19|3:76|3:76;n;4;p;3|1:3|2:4|3:76|4:213|6:80|5:81|7:19|3:76|3:76;p;1|2:4|3:149|4:214|6:155|5:215|8:19|3:149|3:149;n;6|9:216;p;1|2:4|3:15|4:217|6:218|5:18|7:19|8:19|3:15|3:15;1|2:4|3:55|4:219|5:220|8:19|3:55|3:55;1|2:4|3:149|4:221|6:222|5:223|8:19|3:149|3:149;n;6|9:224;p;3|1:1|2:4|3:55|4:225|6:139|5:226|7:19|3:55|3:55;3|1:1|2:4|3:55|4:227|6:139|5:228|7:19|3:55|3:55;1|2:4|3:149|4:229|6:222|5:223|8:19|3:149|3:149;n;6|9:224;p;1|2:4|3:15|4:230|6:231|'
  207. ..'5:232|7:19|8:19|3:15|3:15;2|1:233;n;1|1:3|2:4|3:5|4:234|6:90|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:5|4:236|6:90|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:76|4:237|6:90|5:91|8:19|3:76|3:76;n;4;6;p;1|1:3|2:4|3:76|4:238|6:90|5:91|8:19|3:76|3:76;n;4;6;p;p;2|1:233;n;1|1:3|2:4|3:5|4:239|6:90|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:5|4:240|6:90|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:76|4:241|6:90|5:91|8:19|3:76|3:76;n;4;6;p;1|1:3|2:4|3:76|4:242|6:90|5:91|8:19|3:76|3:76;n;4;6;p;p;1|2:4|3:15|4:24'
  208. ..'3|6:244|5:245|7:19|8:19|3:15|3:15;n;7|11:246|12:247;p;3|1:1|2:4|3:55|4:248|6:139|5:249|7:19|3:55|3:55;2|1:45;n;1|2:4|3:15|4:250|6:47|5:48|7:19|8:19|3:15|3:15;n;5;p;1|2:4|3:15|4:251|6:47|5:50|7:19|8:19|3:15|3:15;n;6|9:51;p;1|2:4|3:15|4:252|6:47|5:53|7:19|8:19|3:15|3:15;n;6;p;p;2;n;3|1:1|2:4|3:15|4:253|5:254|7:19|3:15|3:15;3|1:1|2:4|3:15|4:255|6:110|5:254|7:19|3:15|3:15;1|2:4|3:15|4:256|6:257|5:258|7:19|8:19|3:15|3:15;n;4;p;1|2:4|3:15|4:259|6:257|5:260|7:19|8:19|3:15|3:15;n;4;p;p;3|1:1|2:4|3:76|4:2'
  209. ..'61|6:262|5:81|7:19|3:76|3:76;1|2:4|3:76|4:263|6:264|5:78|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:265|6:266|5:91|8:19|3:76|3:76;n;4;6;p;1|2:4|3:5|4:267|6:268|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:269|6:268|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:270|6:268|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:271|6:268|5:106|8:19|3:76|3:76;n;4;p;1|2:4|3:15|4:272|6:273|5:274|7:19|8:19|3:15|3:15;1|2:4|3:15|4:275|6:266|5:274|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:276|5:277|7:19|3:15|3'
  210. ..':15;1|2:4|3:15|13:278|4:279|6:266|5:280|7:19|8:19|3:15|3:15;n;4|9:281;p;1|2:4|3:149|4:282|5:283|8:19|3:149|3:149;n;4;6;p;1|2:4|3:15|4:284|6:285|5:286|7:19|8:19|3:15|3:15;1|2:4|3:76|4:287|6:288|5:289|7:19|8:19|3:76|3:76;n;7|11:290|12:291;p;1|2:4|3:292|4:293|6:294|5:295|7:19|8:19|3:292|3:292;n;6;p;1|2:4|3:15|4:296|6:297|5:298|14:299|7:19|8:19|3:15|3:15;n;5|10:102;p;1|2:4|3:15|4:300|6:301|5:302|7:19|8:19|3:15|3:15;1|2:4|3:15|4:303|6:288|5:304|7:19|8:19|3:15|3:15;n;7|11:290|12:291;p;1|2:4|3:76|4:305|'
  211. ..'6:306|5:307|7:19|8:19|3:76|3:76;1|2:4|3:15|4:308|6:266|5:309|7:19|8:19|3:15|3:15;1|2:4|3:55|4:310|6:311|5:312|7:19|8:19|3:55|3:55;n;5|10:313;p;1|2:4|3:149|4:314|5:283|8:19|3:149|3:149;n;4;6;p;1|2:4|3:15|4:315|6:294|5:316|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:317|6:318|5:319|3:15|3:15;1|2:4|3:76|13:4|4:320|6:311|5:321|7:19|8:19|3:76|3:76;1|2:4|3:15|4:322|6:311|5:321|7:19|8:19|3:15|3:15;1|2:4|3:55|4:323|6:311|5:324|7:19|8:19|3:55|3:55;1|2:4|3:149|4:325|5:283|8:19|3:149|3:149;n;4;6;p;1|2:4|3:76|4:326'
  212. ..'|6:327|5:307|7:19|8:19|3:76|3:76;n;7|11:328|12:329;8|15:330|16:313;p;1|2:4|3:149|4:331|6:222|5:223|8:19|3:149|3:149;n;6|9:224;p;1|2:4|3:76|4:332|6:333|5:334|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:335|6:266|5:274|7:19|8:19|3:15|3:15;3|1:1|2:4|3:76|4:336|6:139|5:140|7:19|3:76|3:76;1|2:4|3:15|4:337|6:338|5:339|7:19|8:19|3:15|3:15;n;7|11:247|12:290;p;1|2:4|3:15|4:340|6:147|5:274|7:19|8:19|3:15|3:15;1|2:4|3:76|4:341|6:266|5:91|8:19|3:76|3:76;n;4;6;p;1|2:4|3:5|4:342|6:268|5:100|8:19|3:5|3:5;n;4;5|9:101|10'
  213. ..':102;p;1|2:4|3:5|4:343|6:268|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:344|6:268|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:345|6:268|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:346|6:262|5:81|7:19|3:76|3:76;1|2:4|3:76|4:347|6:264|5:78|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:348|6:349|5:350|7:19|8:19|3:76|3:76;n;7|11:328|12:329;6;p;2|1:351;n;3|2:4|3:76|4:352|5:106|7:19|3:76|3:76;3|2:4|3:76|4:353|6:139|5:354|7:19|3:76|3:76;3|2:4|3:76|4:355|6:139|5:356|7:19|3:76|3:76;1|2:4|3:76|4:357|'
  214. ..'5:356|7:19|8:19|3:76|3:76;n;4|9:281;p;3|1:1|2:4|3:76|17:358|4:359|6:360|5:100|7:19|3:76|3:76;n;5|9:281|10:84;p;1|2:4|3:76|4:361|6:99|5:362|7:19|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:363|6:99|5:274|7:19|8:19|3:76|3:76;n;4|9:281;p;1|2:4|3:76|4:364|6:99|5:365|7:19|8:19|3:76|3:76;n;4|9:281;p;1|2:4|3:76|4:366|6:99|5:126|7:19|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|13:367|4:368|6:360|5:7|7:19|3:76|3:76;n;5|9:281|10:84;p;3|1:1|2:4|3:76|13:367|4:369|5:370|7:19|3:76|3:76;n;5|9:371|10:84;p;1|2:4|3:76|4:372|6:99|5:'
  215. ..'81|7:19|8:19|3:76|3:76;n;4|9:281;p;3|1:1|2:4|4:369|6:139|5:370|7:19;n;5|9:371|10:84;p;3|1:1|2:4|3:76|17:358|4:373|6:128|5:100|7:19|3:76|3:76;n;5|9:281|10:84;p;3|2:4|3:76|4:374|6:99|5:354|7:19|3:76|3:76;3|1:1|2:4|3:76|17:358|4:375|6:128|5:7|7:19|3:76|3:76;n;5|9:281|10:84;p;1|2:4|3:76|17:358|4:376|5:356|7:19|8:19|3:76|3:76;n;4|9:281;p;3|1:1|2:4|3:76|13:367|4:377|6:139|5:100|7:19|3:76|3:76;n;5|9:378|10:84;p;3|2:4|3:76|4:379|6:99|5:356|7:19|3:76|3:76;1|2:4|3:76|17:358|4:380|6:99|5:381|7:19|8:19|3:76|'
  216. ..'3:76;n;4|9:281;p;3|2:4|3:76|4:382|6:383|5:106|7:19|3:76|3:76;1|2:4|3:76|4:384|6:110|5:7|7:19|8:19|3:76|3:76;n;4|9:385;p;1|2:4|3:15|4:386|6:387|5:388|7:19|8:19|3:15|3:15;n;6|9:389;p;1|2:4|3:76|4:390|6:99|5:362|7:19|8:19|3:76|3:76;n;4;p;9|1:391;9|1:392;p;1|2:4|3:55|4:393|6:394|5:395|8:19|3:55|3:55;1|2:4|3:76|4:396|6:397|5:398|7:19|8:19|3:76|3:76;2;n;1|2:4|3:15|13:278|4:399|6:400|5:280|7:19|8:19|3:15|3:15;n;4|9:281;p;1|2:4|3:15|13:278|4:401|6:402|5:280|7:19|8:19|3:15|3:15;n;4|9:281;p;p;2;n;3|1:1|2:4'
  217. ..'|3:15|4:403|6:110|5:254|7:19|3:15|3:15;3|1:1|2:4|3:15|4:404|5:254|7:19|3:15|3:15;1|2:4|3:15|4:405|6:80|5:258|7:19|8:19|3:15|3:15;n;4;p;1|2:4|3:15|4:406|6:80|5:260|7:19|8:19|3:15|3:15;n;4;p;p;1|2:4|3:76|4:407|6:408|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:409|6:410|5:81|7:19|3:76|3:76;1|2:4|3:76|4:411|6:412|5:78|8:19|3:76|3:76;n;4;p;1|2:4|3:15|13:278|4:413|6:414|5:280|7:19|8:19|3:15|3:15;n;4|9:281;p;1|2:4|3:15|4:415|5:416|8:19|3:15|3:15;1|2:4|3:5|4:417|6:418|5:100|8:19|3:5|3:5;n;4;5|9:101|10:1'
  218. ..'02;p;1|2:4|3:5|4:419|6:418|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:420|6:418|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:15|4:421|6:147|5:274|7:19|8:19|3:15|3:15;1|2:4|3:76|4:422|6:418|5:106|8:19|3:76|3:76;n;4;p;1|2:4|3:15|4:423|6:424|5:425|7:19|8:19|3:15|3:15;1|2:4|3:15|4:426|6:397|5:274|7:19|8:19|3:15|3:15;1|2:4|3:15|4:427|6:408|5:425|7:19|8:19|3:15|3:15;1|2:4|3:15|4:428|6:429|5:425|7:19|8:19|3:15|3:15;1|2:4|3:15|4:430|6:431|5:432|7:19|8:19|3:15|3:15;1|2:4|3:15|4:433|6:434|5:425'
  219. ..'|7:19|8:19|3:15|3:15;1|2:4|3:15|4:435|6:297|5:436|14:299|7:19|8:19|3:15|3:15;n;5|10:102;p;1|2:4|3:15|4:437|6:438|5:439|7:19|8:19|3:15|3:15;n;4;p;1|2:4|3:15|4:440|6:441|5:442|7:19|8:19|3:15|3:15;1|2:4|3:15|4:443|6:273|5:148|7:19|8:19|3:15|3:15;1|2:4|3:15|13:278|4:444|6:445|5:280|7:19|8:19|3:15|3:15;n;4|9:281;p;1|2:4|3:15|4:446|6:447|5:448|7:19|8:19|3:15|3:15;2|1:449;n;1|2:4|3:450|17:451|18:452|4:453|6:454|5:152|7:19|8:19|3:450|3:450;1|1:3|2:4|3:455|17:358|4:456|6:457|5:458|8:19|3:455|3:455;1|2:4|3'
  220. ..':76|18:452|4:459|6:460|5:461|7:19|8:19|3:76|3:76;1|2:4|3:455|17:358|4:462|6:463|19:464|5:465|7:19|8:19|3:455|3:455;1|1:3|2:4|3:455|17:358|4:466|6:467|5:458|8:19|3:455|3:455;1|2:4|3:455|17:358|4:468|6:469|5:470|7:19|8:19|3:455|3:455;1|2:4|18:452|4:471|6:472|5:473|8:19;n;5|9:474|10:475;p;1|2:4|18:452|4:476|6:472|5:370;n;5|9:477|10:475;p;1|1:478|2:4|3:60|18:452|13:452|4:479|6:472|5:473|8:19|3:60|3:60;n;5|9:480|10:475;p;1|2:4|18:452|4:481|6:472|5:370;n;5|9:477|10:475;10|11:482|12:483;p;1|2:4|3:450|17'
  221. ..':451|4:484|6:485|5:486|7:19|8:19|3:450|3:450;1|2:4|3:292|4:487|6:485|5:488|7:19|8:19|3:292|3:292;1|1:3|2:4|3:76|4:489|6:490|5:491|7:19|8:19|3:76|3:76;n;7|11:492|12:493;p;1|1:494|2:4|3:495|4:496|6:490|5:161|7:19|8:19|3:495|3:495;n;7|11:492|12:493;5|9:497|10:475;p;1|2:4|3:76|4:498|6:499|19:500|5:100|8:19|3:76|3:76;n;5|9:501|10:102;p;1|2:4|3:502|18:452|4:503|6:504|19:505|5:370|8:19|3:502|3:502;n;5|9:506|10:102;p;1|2:4|3:507|4:508|6:499|19:509|5:100|8:19|3:507|3:507;n;5|10:102;p;1|2:4|3:502|18:452|4:'
  222. ..'510|6:511|19:512|5:370|8:19|3:502|3:502;n;5|9:506|10:102;7|11:513|12:514;7|11:513|12:515;7|11:516|12:517;7|11:518|12:519;7|11:518|12:520;7|11:518|12:521;p;1|2:4|3:502|18:452|4:510|6:499|19:512|5:370|8:19|3:502|3:502;n;5|9:506|10:102;p;1|2:4|3:502|18:452|4:522|6:523|19:524|5:370|8:19|3:502|3:502;n;5|9:506|10:102;p;1|2:4|3:5|4:525|6:499|19:526|5:527|3:5|3:5;n;6;p;1|1:528|2:4|3:455|17:358|4:529|6:530|5:458|8:19|3:455|3:455;1|2:4|3:455|17:358|4:531|6:532|19:533|5:534|7:19|8:19|3:455|3:455;1|1:535|2:4'
  223. ..'|3:507|4:536|6:537|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:538|22:539|23:540|10:541;p;1|1:542|2:4|3:543|18:544|13:452|4:545|6:490|5:100|7:19|8:19|3:543|3:543;n;7|11:492|12:493;5|9:546|10:475;p;1|1:547|2:4|3:455|17:358|4:548|6:549|5:137|7:19|8:19|3:455|3:455;n;7|11:492|12:493;p;1|1:542|2:4|3:543|18:544|13:452|4:550|6:490|5:100|7:19|8:19|3:543|3:543;n;7|11:492|12:493;5|9:551|10:475;p;1|1:542|2:4|3:543|18:544|13:452|4:552|6:490|5:100|7:19|8:19|3:543|3:543;n;7|11:492|12:493;5|9:546|10:475;p;p;'
  224. ..'2;n;1|1:553|2:4|3:15|4:554|6:555|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:557|6:558|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:559|6:560|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:561|6:562|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:563|6:564|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:565|6:566|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:567|6:568|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:569|6:570|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:571|6:572|5:556|7:19|8:19|3:15|3:15;1|'
  225. ..'1:553|2:4|3:15|4:573|6:574|5:556|7:19|8:19|3:15|3:15;1|1:553|2:4|3:15|4:575|6:576|5:556|7:19|8:19|3:15|3:15;p;2;n;1|1:3|2:4|3:149|4:577|6:222|5:223|8:19|3:149|3:149;n;6|9:224;p;1|1:3|2:4|3:149|4:578|6:222|5:223|8:19|3:149|3:149;n;6|9:224;p;1|1:3|2:4|3:149|4:579|6:222|5:223|8:19|3:149|3:149;n;6|9:224;p;p;1|2:4|3:76|4:580|6:581|5:582|7:19|8:19|3:76|3:76;n;5|10:313;8|15:330|16:102;p;1|2:4|3:15|4:580|6:581|5:582|7:19|8:19|3:15|3:15;n;5|9:583|10:313;8|15:330|16:102;p;3|1:1|2:4|3:5|4:584|6:262|5:7|7:19'
  226. ..'|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:585|6:262|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:586|6:262|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;3|1:1|2:4|3:76|4:587|6:262|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:588|6:262|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:589|6:262|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;3|1:1|2:4|3:76|4:590|6:262|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:591|6:268|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:592|6:262|5:7|7:19|3:5'
  227. ..'|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:593|6:268|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;1|2:4|3:76|4:594|6:595|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:596|6:268|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:597|6:598|5:129|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:599|6:383|5:140|7:19|3:76|3:76;1|2:4|3:15|4:600|6:601|5:339|7:19|8:19|3:15|3:15;n;7|11:291|12:602;p;1|2:4|3:76|4:603|6:604|5:307|7:19|8:19|3:76|3:76;1|2:4|3:76|4:605|6:349|5:350|7:19|8:19|3:76|3:76;n;7|11:328|12:329;6;p;3|1:1|2:4|3:7'
  228. ..'6|4:606|6:383|5:140|7:19|3:76|3:76;3|1:1|2:4|3:15|4:607|6:318|5:319|3:15|3:15;1|2:4|3:76|4:608|6:333|5:334|8:19|3:76|3:76;n;4;6;p;1|2:4|3:76|4:609|6:598|5:129|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:5|4:610|6:262|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:611|6:262|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:612|6:262|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;3|1:1|2:4|3:76|4:613|6:262|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:614|6:262|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|'
  229. ..'4:615|6:262|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;3|1:1|2:4|3:76|4:616|6:262|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:617|6:268|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:618|6:262|5:7|7:19|3:5|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:619|6:268|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;1|2:4|3:76|4:620|6:595|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:621|6:268|5:100|8:19|3:76|3:76;n;4;p;2|1:449;n;1|1:494|2:4|3:495|4:622|6:623|5:161|7:19|8:19|3:495|3:495;n;7|11:492|12:493;'
  230. ..'5|9:497|10:475;p;1|1:542|2:4|3:543|18:544|13:452|4:624|6:623|5:100|7:19|8:19|3:543|3:543;n;7|11:492|12:493;5|9:546|10:475;p;1|1:542|2:4|3:543|18:544|13:452|4:625|6:623|5:100|7:19|8:19|3:543|3:543;n;7|11:492|12:493;5|9:546|10:475;p;1|1:547|2:4|3:455|17:358|4:626|6:627|5:137|7:19|8:19|3:455|3:455;n;7|11:492|12:493;p;1|1:542|2:4|3:543|18:544|13:452|4:628|6:623|5:100|7:19|8:19|3:543|3:543;n;7|11:492|12:493;5|9:551|10:475;p;1|1:535|2:4|3:507|4:629|6:630|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:5'
  231. ..'38|22:539|23:540|10:541;p;1|2:4|3:455|17:358|4:631|6:632|5:470|7:19|8:19|3:455|3:455;1|2:4|3:450|17:451|4:633|6:634|5:486|7:19|8:19|3:450|3:450;1|2:4|3:76|4:635|6:623|5:491|7:19|8:19|3:76|3:76;n;7|11:492|12:493;p;1|2:4|3:76|4:636|6:637|19:500|5:100|8:19|3:76|3:76;n;5|9:501|10:102;p;1|2:4|3:502|18:452|4:638|6:639|19:505|5:370|8:19|3:502|3:502;n;5|9:506|10:102;p;1|2:4|3:507|4:640|6:637|19:509|5:100|8:19|3:507|3:507;n;5|10:102;p;1|2:4|3:502|18:452|4:641|6:642|19:512|5:370|8:19|3:502|3:502;n;5|9:506|'
  232. ..'10:102;7|11:513|12:514;7|11:513|12:515;7|11:516|12:517;7|11:518|12:519;7|11:518|12:520;7|11:518|12:521;p;1|2:4|3:502|18:452|4:641|6:637|19:512|5:370|8:19|3:502|3:502;n;5|9:506|10:102;p;1|2:4|3:502|18:452|4:643|6:644|19:524|5:370|8:19|3:502|3:502;n;5|9:506|10:102;p;1|2:4|3:5|4:645|6:637|19:526|5:527|3:5|3:5;n;6;p;1|2:4|3:292|4:646|6:634|5:488|7:19|8:19|3:292|3:292;1|2:4|3:455|17:358|4:647|6:648|19:464|5:465|7:19|8:19|3:455|3:455;1|2:4|3:455|17:358|4:649|6:650|19:533|5:534|7:19|8:19|3:455|3:455;1|2'
  233. ..':4|3:76|18:452|4:651|6:652|5:461|7:19|8:19|3:76|3:76;1|2:4|18:452|4:653|6:654|5:473|8:19;n;5|9:474|10:475;p;1|2:4|18:452|4:655|6:654|5:370;n;5|9:477|10:475;p;1|2:4|18:452|4:656|6:654|5:370;n;5|9:477|10:475;10|11:482|12:657;p;1|1:478|2:4|3:60|18:452|13:452|4:658|6:654|5:473|8:19|3:60|3:60;n;5|9:480|10:475;p;1|2:4|3:450|17:451|18:452|4:659|6:660|5:152|7:19|8:19|3:450|3:450;1|1:3|2:4|3:455|17:358|4:661|6:662|5:458|8:19|3:455|3:455;1|1:3|2:4|3:455|17:358|4:663|6:664|5:458|8:19|3:455|3:455;1|1:3|2:4|3'
  234. ..':455|17:358|4:665|6:666|5:458|8:19|3:455|3:455;p;2|1:667;n;1|2:4|4:668|6:110|5:152|7:19|8:19;1|2:4|3:149|4:669|6:110|5:152|8:19|3:149|3:149;n;4|9:158;p;11|13:4|4:670|6:110|5:370|14:299|7:84|8:19;n;7|11:482|12:671;p;1|2:4|4:672|6:360|5:152|7:19|8:19;1|2:4|4:673|6:674|5:675|8:19;1|2:4|3:149|4:676|6:674|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:677|6:360|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:679|6:680|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;3|1:1|2:4|3:5|4:681|6:410|5:7|7:19'
  235. ..'|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:682|6:410|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:76|4:683|6:410|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:684|6:410|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:5|4:685|6:410|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;3|1:1|2:4|3:76|4:686|6:410|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;3|1:1|2:4|3:76|4:687|6:410|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:688|6:418|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:689|6:410|5:7|7:19|3:5'
  236. ..'|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:690|6:418|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;1|2:4|3:76|4:691|6:692|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:693|6:418|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:694|6:695|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:696|6:697|5:100|7:19|8:19|3:76|3:76;n;7|11:328|12:329;8|15:330|16:313;p;1|2:4|3:76|4:698|6:697|5:699|7:19|8:19|3:76|3:76;1|2:4|3:700|4:701|6:697|5:50|7:19|8:19|3:700|3:700;n;6;p;2;n;1|1:553|2:4|3:15|4:702|6:703|5:18|7:19|8:19|3:15|3:15;n'
  237. ..';7|11:704|12:705;p;1|1:553|2:4|3:15|4:706|6:707|5:18|7:19|8:19|3:15|3:15;n;7|11:708|12:709;p;1|1:553|2:4|3:15|4:710|6:711|5:18|7:19|8:19|3:15|3:15;n;7|11:709|12:704;p;p;2|1:667;n;1|2:4|4:712|5:152|7:19|8:19;1|2:4|3:149|4:713|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:716|5:370|14:299|7:84|8:19;1|2:4|4:717|6:718|5:152|7:19|8:19;1|2:4|4:719|6:720|5:675|8:19;1|2:4|3:149|4:721|6:720|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:722|6:718|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|'
  238. ..'2:4|3:149|4:723|6:724|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;1|2:4|3:15|4:725|6:726|5:245|7:19|8:19|3:15|3:15;2|1:667;n;1|2:4|4:727|5:152|7:19|8:19;1|2:4|3:149|4:728|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:729|5:370|14:299|7:84|8:19;1|2:4|4:730|6:718|5:152|7:19|8:19;1|2:4|4:731|6:720|5:675|8:19;1|2:4|3:149|4:732|6:720|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:733|6:718|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:734|6:724|5:152|7:19|8:19|3:149|3:149;n;6|9:'
  239. ..'678;p;p;1|2:4|3:15|4:735|6:736|5:425|7:19|8:19|3:15|3:15;1|2:4|3:5|4:737|6:738|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:739|6:738|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:740|6:738|5:106|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:741|6:742|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:743|6:738|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:744|6:738|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:745|6:746|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:747|6:738|5:131|8:19|3:76|3:76;n;4;p;1|2'
  240. ..':4|3:76|4:748|6:749|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:750|6:273|5:274|7:19|8:19|3:15|3:15;3|1:1|2:4|3:5|4:751|6:752|5:7|7:19|3:5|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:753|6:738|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:754|6:738|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;3|1:1|2:4|3:76|4:755|6:738|5:133|7:19|3:76|3:76;1|2:4|3:15|4:756|6:757|5:758|7:19|8:19|3:15|3:15;1|2:4|3:76|4:759|6:736|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:760|6:752|5:81|7:19|3:76|3:76;1|2:4|3:76|4:761|6:762'
  241. ..'|5:78|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:5|4:763|6:752|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:764|6:752|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:765|6:752|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;3|1:1|2:4|3:76|4:766|6:752|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:767|6:752|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:768|6:752|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:769|6:738|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;3|1:1|2:4|3:76|4:770|6:752|5:7|7:19|3:76|3:'
  242. ..'76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:771|6:738|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;1|2:4|3:15|4:772|6:773|5:774|7:19|8:19|3:15|3:15;3|1:1|2:4|3:55|4:775|6:383|5:226|7:19|3:55|3:55;1|2:4|3:55|4:776|6:99|5:220|8:19|3:55|3:55;3|1:1|2:4|3:55|4:777|6:383|5:228|7:19|3:55|3:55;2|1:75;n;3|1:1|2:4|3:5|4:778|6:257|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:779|6:257|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:780|6:257|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;1|2:4|3:76|4:781|6:782|5:91|8:19|3:76|3'
  243. ..':76;n;4;6;p;3|1:1|2:4|3:76|4:783|6:257|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:784|6:257|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:785|6:257|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:786|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:787|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:788|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:789|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:790|6:257|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:791|5:7'
  244. ..'|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:792|6:257|5:7|7:19|3:5|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:793|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:794|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:795|6:796|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:797|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:798|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:799|6:800|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:801|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:802|5:133|7:19|3:76|3:76;1|'
  245. ..'2:4|3:76|4:803|6:387|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:804|5:137|8:19|3:15|3:15;n;4;p;1|2:4|3:15|4:805|6:99|5:78|8:19|3:15|3:15;n;4;p;3|1:3|2:4|3:76|4:806|6:383|5:81|7:19|3:76|3:76;p;2|1:667;n;1|2:4|3:15|4:807|6:808|5:809|7:19|8:19|3:15|3:15;n;6;p;11|13:4|4:810|6:808|5:370|7:84|8:19;n;7|11:482|12:811;p;2|1:812;n;1|2:4|3:76|4:813|6:814|5:370|7:19|8:19|3:76|3:76;n;7|11:328|12:329;p;1|2:4|3:76|4:815|6:816|5:527|7:19|8:19|3:76|3:76;n;7|11:328|12:329;5;p;1|2:4|3:76|4:817|6:816|5:527|7:19|8:19|'
  246. ..'3:76|3:76;n;7|11:328|12:329;5;p;1|2:4|3:76|4:818|6:814|5:370|7:19|8:19|3:76|3:76;n;7|11:328|12:329;p;p;2|1:819;n;1|2:4|3:76|4:820|6:821|5:527|7:19|8:19|3:76|3:76;n;5|10:313;p;1|2:4|3:543|4:822|6:821|5:100|7:19|8:19|3:543|3:543;n;5|10:313;p;1|2:4|3:507|4:823|6:824|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:825|22:539|23:540|10:541;p;1|2:4|3:507|4:826|6:827|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:538|22:539|23:540|10:541;p;1|2:4|3:507|4:828|6:824|5:100|14:299|3:507|3:507;n;7|11:492|12:49'
  247. ..'3;5|9:825|22:539|23:540|10:541;p;p;1|2:4|3:76|4:829|6:222|5:137|7:19|8:19|3:76|3:76;1|2:4|3:76|4:830|6:821|5:137|7:19|8:19|3:76|3:76;1|2:4|3:76|4:831|6:832|5:137|7:19|8:19|3:76|3:76;p;2|1:75;n;3|1:1|2:4|3:5|4:833|6:257|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:834|6:257|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:835|6:257|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;1|2:4|3:76|4:836|6:782|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:837|6:257|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76'
  248. ..'|4:838|6:257|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:839|6:257|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:840|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:841|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:842|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:843|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:844|6:257|5:7|7:19|3:76|3:76;n;5|9:108|10:84;p;3|1:1|2:4|3:76|4:845|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:846|6:257|5:7|7:19|3:5|3:5;n;5|9:113|10'
  249. ..':84;p;3|1:1|2:4|3:5|4:847|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:848|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:849|6:796|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:850|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:851|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:852|6:800|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:853|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:854|5:133|7:19|3:76|3:76;1|2:4|3:76|4:855|6:387|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:856|5:137|8:19|3:15|3:15;n'
  250. ..';4;p;1|2:4|3:76|4:857|6:99|5:78|8:19|3:76|3:76;n;4;p;3|1:3|2:4|3:76|4:858|6:383|5:81|7:19|3:76|3:76;p;2|1:667;n;1|2:4|4:859|5:152|7:19|8:19;1|2:4|3:149|4:860|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:861|5:370|14:299|7:84|8:19;1|2:4|4:862|6:718|5:152|7:19|8:19;1|2:4|4:863|6:720|5:675|8:19;1|2:4|3:149|4:864|6:720|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:865|6:718|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:866|6:724|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2|1'
  251. ..':667;n;1|2:4|4:867|5:152|7:19|8:19;1|2:4|3:149|4:868|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:869|5:370|14:299|7:84|8:19;1|2:4|4:870|6:718|5:152|7:19|8:19;1|2:4|4:871|6:720|5:675|8:19;1|2:4|3:149|4:872|6:720|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:873|6:718|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:874|6:724|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2;n;3|2:4|3:76|4:875|6:383|5:876|7:19|3:76|3:76;1|2:4|3:76|4:877|5:878|8:19|3:76|3:76;n;4;p;p;2;n;1|1:3|2:4|'
  252. ..'3:5|4:879|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:880|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:881|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:882|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:883|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:884|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:885|6:99|5:7|3:5|3:5;1|1:3|2:4|3:5|4:886|6:99|5:7|3:5|3:5;p;3|1:1|2:4|3:76|4:887|6:268|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:888|6:268|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:889|6:268|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:890|6:268|5:133|7:19|3:76|3:76;1'
  253. ..'|2:4|3:76|4:891|6:892|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:149|4:893|6:894|5:895|8:19|3:149|3:149;n;6|9:216;p;1|2:4|3:15|4:896|6:266|5:774|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:897|6:898|5:899|7:19|3:15|3:15;1|2:4|3:76|4:900|6:268|5:126|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:901|6:268|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:902|6:268|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:903|6:268|5:133|7:19|3:76|3:76;1|2:4|3:76|4:904|6:892|5:120|8:19|3:76|3:76;n;4;6;p;2|1:667;n;1|2:4|4:905|6:110|5:'
  254. ..'152|7:19|8:19;1|2:4|3:149|4:906|6:110|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:907|6:110|5:370|14:299|7:84|8:19;1|2:4|4:908|6:360|5:152|7:19|8:19;1|2:4|4:909|6:674|5:675|8:19;1|2:4|3:149|4:910|6:674|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:911|6:360|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:912|6:680|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2|1:667;n;1|2:4|4:913|6:99|5:152|7:19|8:19;1|2:4|3:149|4:914|6:110|5:152|8:19|3:149|3:149;n;4|9:158;p;11|13:4|4:915|6'
  255. ..':110|5:370|14:299|7:84|8:19;n;7|11:482|12:671;p;1|2:4|4:916|6:360|5:152|7:19|8:19;1|2:4|4:917|6:674|5:675|8:19;1|2:4|3:149|4:918|6:674|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:919|6:360|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:920|6:680|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2|1:667;n;1|2:4|4:921|6:99|5:152|7:19|8:19;1|2:4|3:149|4:922|6:110|5:152|8:19|3:149|3:149;n;4|9:158;p;11|13:4|4:923|6:110|5:370|14:299|7:84|8:19;n;7|11:482|12:671;p;1|2:4|4:924|6:360|5:152|7:19|8:19;1|'
  256. ..'2:4|4:925|6:674|5:675|8:19;1|2:4|3:149|4:926|6:674|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:927|6:360|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:928|6:680|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2|1:667;n;1|2:4|4:929|6:99|5:152|7:19|8:19;1|2:4|3:149|4:930|6:110|5:152|8:19|3:149|3:149;n;4|9:158;p;11|13:4|4:931|6:110|5:370|14:299|7:84|8:19;n;7|11:482|12:671;p;1|2:4|4:932|6:360|5:152|7:19|8:19;1|2:4|4:933|6:674|5:675|8:19;1|2:4|3:149|4:934|6:674|5:675|8:19|3:149|3:149;n;4|9:506;'
  257. ..'p;1|2:4|3:149|4:935|6:360|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:936|6:680|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2|1:667;n;1|2:4|4:937|6:99|5:152|7:19|8:19;1|2:4|3:149|4:938|6:110|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:939|6:110|5:370|14:299|7:84|8:19;1|2:4|4:940|6:360|5:152|7:19|8:19;1|2:4|4:941|6:674|5:675|8:19;1|2:4|3:149|4:942|6:674|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:943|6:360|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:944|6:68'
  258. ..'0|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;p;2;n;3|2:4|3:76|4:945|6:80|5:876|7:19|3:76|3:76;1|2:4|3:76|4:946|6:110|5:878|8:19|3:76|3:76;n;4;p;p;2|1:667;n;1|2:4|3:76|4:947|6:948|5:809|7:19|8:19|3:76|3:76;n;6;p;11|13:4|4:949|6:948|5:370|7:84|8:19;n;7|11:482|12:950;p;2|1:812;n;1|2:4|3:76|4:951|6:952|5:370|7:19|8:19|3:76|3:76;n;7|11:328|12:329;p;1|2:4|3:76|4:953|6:954|5:527|7:19|8:19|3:76|3:76;n;7|11:328|12:329;5;p;1|2:4|3:76|4:955|6:954|5:527|7:19|8:19|3:76|3:76;n;7|11:328|12:329;5;p;1|2:4|3:76|4:956'
  259. ..'|6:952|5:370|7:19|8:19|3:76|3:76;n;7|11:328|12:329;p;p;2|1:819;n;1|2:4|3:76|4:957|6:958|5:527|7:19|8:19|3:76|3:76;n;5|10:313;p;1|2:4|3:543|4:959|6:958|5:100|7:19|8:19|3:543|3:543;n;5|10:313;p;1|2:4|3:507|4:960|6:961|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:825|22:539|23:540|10:541;p;1|2:4|3:507|4:962|6:963|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:538|22:539|23:540|10:541;p;1|2:4|3:507|4:964|6:961|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:825|22:539|23:540|10:541;p;p;1|2:4|3:76|4:'
  260. ..'965|6:966|5:137|7:19|8:19|3:76|3:76;1|2:4|3:76|4:967|6:958|5:137|7:19|8:19|3:76|3:76;1|2:4|3:76|4:968|6:222|5:137|7:19|8:19|3:76|3:76;p;1|2:4|3:15|4:969|6:970|5:774|7:19|8:19|3:15|3:15;1|2:4|3:15|4:971|6:397|5:774|7:19|8:19|3:15|3:15;3|1:1|2:4|3:76|4:972|6:418|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:973|6:418|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:974|6:418|5:131|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:975|6:418|5:133|7:19|3:76|3:76;1|2:4|3:76|4:976|6:977|5:120|8:19|3:76|3:76;n;4;6;p;1|2'
  261. ..':4|3:15|4:978|6:438|5:979|7:19|8:19|3:15|3:15;n;4;p;3|1:1|2:4|3:15|4:980|6:285|5:25|3:15|3:15;3|1:1|2:4|3:15|4:981|6:982|5:25|3:15|3:15;2|1:667;n;1|2:4|4:983|5:152|7:19|8:19;1|2:4|3:149|4:984|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:985|5:370|14:299|7:84|8:19;1|2:4|4:986|6:718|5:152|7:19|8:19;1|2:4|4:987|6:720|5:675|8:19;1|2:4|3:149|4:988|6:720|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:989|6:718|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:990|6:724|5:152|7:19|'
  262. ..'8:19|3:149|3:149;n;6|9:678;p;p;2;n;3|2:4|3:76|4:991|6:383|5:876|7:19|3:76|3:76;1|2:4|3:76|4:992|5:878|8:19|3:76|3:76;n;4;p;p;2|1:233;n;1|1:3|2:4|3:5|4:993|6:782|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:5|4:994|6:782|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:76|4:995|6:782|5:91|8:19|3:76|3:76;n;4;6;p;1|1:3|2:4|3:76|4:996|6:782|5:91|8:19|3:76|3:76;n;4;6;p;p;2|1:997;n;3|2:4|3:76|4:998|6:99|5:106|7:19|3:76|3:76;3|2:4|3:76|4:999|6:383|5:354|7:19|3:76|3:76;1|2:4|3:76|4:1000|6:99|5:274|7:19|8:19|3:76|3'
  263. ..':76;n;4|9:281;p;1|2:4|3:76|4:1001|6:99|5:126|7:19|8:19|3:76|3:76;n;4;p;3|2:4|3:76|4:1002|6:383|5:356|7:19|3:76|3:76;1|2:4|3:76|4:1003|6:99|5:1004|7:19|8:19|3:76|3:76;n;4|9:281;p;1|2:4|3:76|4:1005|6:99|5:365|7:19|8:19|3:76|3:76;n;4|9:281;p;1|2:4|3:76|4:1006|6:99|5:356|7:19|8:19|3:76|3:76;n;4|9:281;p;3|2:4|3:76|4:1007|5:354|7:19|3:76|3:76;3|1:1|2:4|3:76|17:358|4:1008|6:718|5:100|7:19|3:76|3:76;n;5|9:281|10:84;p;3|1:1|2:4|3:76|17:358|4:1009|6:800|5:100|7:19|3:76|3:76;n;5|9:281|10:84;p;1|2:4|3:76|4:1'
  264. ..'010|6:99|5:362|7:19|8:19|3:76|3:76;n;4;p;1|2:4|3:76|17:358|4:1011|6:99|5:356|7:19|8:19|3:76|3:76;n;4|9:281;p;3|1:1|2:4|3:76|13:1012|4:1013|6:718|5:7|7:19|3:76|3:76;n;5|9:281|10:84;p;3|1:1|2:4|3:76|17:358|4:1014|6:1015|5:7|7:19|3:76|3:76;n;5|9:281|10:84;p;3|1:1|2:4|3:76|13:367|4:1016|6:99|5:370|7:19|3:76|3:76;n;5|9:371|10:84;p;1|2:4|3:76|4:1017|6:99|5:81|7:19|8:19|3:76|3:76;n;4|9:281;p;3|1:1|2:4|4:1016|6:383|5:370|7:19;n;5|9:371|10:84;p;3|2:4|3:76|4:1018|5:356|7:19|3:76|3:76;1|2:4|3:76|17:358|4:10'
  265. ..'19|6:99|5:381|7:19|8:19|3:76|3:76;n;4|9:281;p;3|2:4|3:76|4:1020|6:139|5:106|7:19|3:76|3:76;3|1:1|2:4|3:76|13:367|4:1021|6:257|5:100|7:19|3:76|3:76;n;5|9:378|10:84;p;1|2:4|3:76|4:1022|6:99|5:362|7:19|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:1023|6:110|5:7|7:19|8:19|3:76|3:76;n;4|9:385;p;9|1:392;9|1:391;p;2|1:75;n;3|1:1|2:4|3:5|4:1024|6:257|5:7|7:19|3:5|3:5;n;5|9:83|10:84;p;3|1:1|2:4|3:5|4:1025|6:257|5:7|7:19|3:5|3:5;n;5|9:86|10:84;p;3|1:1|2:4|3:5|4:1026|6:257|5:7|7:19|3:5|3:5;n;5|9:88|10:84;p;1|2:4|3:76|'
  266. ..'4:1027|6:782|5:91|8:19|3:76|3:76;n;4;6;p;3|1:1|2:4|3:76|4:1028|6:257|5:7|7:19|3:76|3:76;n;5|9:93|10:84;p;3|1:1|2:4|3:76|4:1029|6:257|5:7|7:19|3:76|3:76;n;5|9:95|10:84;p;3|1:1|2:4|3:76|4:1030|6:257|5:7|7:19|3:76|3:76;n;5|9:97|10:84;p;1|2:4|3:5|4:1031|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1032|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1033|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:76|4:1034|5:106|8:19|3:76|3:76;n;4;p;3|1:1|2:4|3:76|4:1035|6:257|5:7|7:19|3:76|3:76;n;5|9'
  267. ..':108|10:84;p;3|1:1|2:4|3:76|4:1036|5:7|7:19|3:76|3:76;n;5|9:111|10:84;p;3|1:1|2:4|3:5|4:1037|6:257|5:7|7:19|3:5|3:5;n;5|9:113|10:84;p;3|1:1|2:4|3:5|4:1038|5:7|7:19|3:5|3:5;n;5|9:115|10:84;p;3|1:1|2:4|3:76|4:1039|5:7|7:19|3:76|3:76;n;5|9:117|10:84;p;1|2:4|3:76|4:1040|6:796|5:120|3:76|3:76;n;7|11:121|12:122;4|9:123;p;1|2:4|3:76|4:1041|5:100|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:1042|5:126|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:1043|6:800|5:129|8:19|3:76|3:76;n;4;p;1|2:4|3:76|4:1044|5:131|8:19|3:76|3:76;n;4;'
  268. ..'p;3|1:1|2:4|3:76|4:1045|5:133|7:19|3:76|3:76;1|2:4|3:76|4:1046|6:387|5:120|8:19|3:76|3:76;n;4;6;p;1|2:4|3:15|4:1047|5:137|8:19|3:15|3:15;n;4;p;1|2:4|3:76|4:1048|6:99|5:78|8:19|3:76|3:76;n;4;p;3|1:3|2:4|3:76|4:1049|6:383|5:81|7:19|3:76|3:76;p;1|2:4|3:15|4:1050|6:1051|5:425|7:19|8:19|3:15|3:15;1|2:4|3:76|4:1052|6:1053|5:100|7:19|8:19|3:76|3:76;n;7|11:328|12:329;8|15:330|16:313;p;3|1:1|2:4|3:55|4:1054|6:383|5:249|7:19|3:55|3:55;2|1:233;n;1|1:3|2:4|3:5|4:1055|6:782|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3'
  269. ..'|2:4|3:5|4:1056|6:782|5:91|8:19|3:5|3:5;n;6|9:235;p;1|1:3|2:4|3:76|4:1057|6:782|5:91|8:19|3:76|3:76;n;4;6;p;1|1:3|2:4|3:76|4:1058|6:782|5:91|8:19|3:76|3:76;n;4;6;p;p;1|2:4|3:15|4:1059|6:1060|5:398|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1061|6:1062|5:232|7:19|8:19|3:15|3:15;1|2:4|3:76|4:1063|6:1064|5:1065|7:19|8:19|3:76|3:76;n;7|11:246|12:247;p;1|2:4|3:76|4:1066|6:1067|5:22|7:19|8:19|3:76|3:76;1|2:4|3:15|4:1068|6:445|5:1069|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1070|6:762|5:161|7:19|8:19|3:15|3:15;1|2:4|3:15'
  270. ..'|4:1071|6:1072|5:161|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1073|5:1074|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:76|4:1075|6:1076|5:145|7:19|8:19|3:76|3:76;2;n;1|2:4|3:15|4:1005|6:99|5:1077|8:19|3:15|3:15;n;5|9:1078|10:475;p;3|1:1|2:4|3:15|4:1079|6:383|5:106|7:19|3:15|3:15;n;5|9:1078|10:84;p;3|1:1|2:4|3:15|4:1080|6:139|5:106|7:19|3:15|3:15;n;5|9:1078|10:84;p;3|1:1|2:4|3:15|4:1081|5:106|7:19|3:15|3:15;n;5|9:1078|10:84;p;1|2:4|3:15|4:364|6:99|5:1077|8:19|3:15|3:15;n;5|9:1078|10:475;p;3|1:1|2:4|3:15|4:1082|6:99|'
  271. ..'5:106|7:19|3:15|3:15;n;5|9:1078|10:84;p;p;1|2:4|3:55|4:1083|6:1084|5:395|8:19|3:55|3:55;n;7|11:1085|12:1086;p;2|1:667;n;1|2:4|4:1087|5:152|7:19|8:19;1|2:4|3:149|4:1088|5:152|8:19|3:149|3:149;n;4|9:158;7|11:714|12:715;p;11|13:4|4:1089|5:370|14:299|7:84|8:19;1|2:4|4:1090|6:718|5:152|7:19|8:19;1|2:4|4:1091|6:720|5:675|8:19;1|2:4|3:149|4:1092|6:720|5:675|8:19|3:149|3:149;n;4|9:506;p;1|2:4|3:149|4:1093|6:718|5:152|7:19|8:19|3:149|3:149;n;6|9:678;p;1|2:4|3:149|4:1094|6:724|5:152|7:19|8:19|3:149|3:149;n'
  272. ..';6|9:678;p;p;2;n;1|2:4|3:5|4:1095|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1096|6:135|5:100|8:19|3:5|3:5;n;5|9:101|10:102;p;1|2:4|3:5|4:1097|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1098|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1099|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1100|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1101|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1102|6:135|5:100|8:19|3:5|3:5;n;4'
  273. ..';5|9:101|10:102;p;1|2:4|3:5|4:1103|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1104|6:135|5:100|8:19|3:5|3:5;n;5|9:101|10:102;p;1|2:4|3:5|4:1105|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1106|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1107|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1108|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1109|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1110|6:135|5:100|8:19|3:5|3:5;n;'
  274. ..'4;5|9:101|10:102;p;p;2|1:667;n;2|1:1111;n;1|2:4|3:543|18:544|13:544|4:1112|6:1113|5:100|7:19|8:19|3:543|3:543;n;7|11:328|12:329;5|9:551|10:475;p;1|2:4|3:76|4:1114|6:1115|5:307|7:19|8:19|3:76|3:76;n;7|11:328|12:329;8|15:330|16:313;p;p;1|2:4|3:76|4:1116|6:1117|5:809|7:19|8:19|3:76|3:76;n;6;p;11|13:4|4:1118|6:1117|5:370|7:84|8:19;n;7|11:482|12:1119;p;2|1:812;n;1|2:4|3:76|4:1120|6:1121|5:370|7:19|8:19|3:76|3:76;n;7|11:328|12:329;p;1|2:4|3:76|4:1122|6:1123|5:527|7:19|8:19|3:76|3:76;n;7|11:328|12:329;5'
  275. ..';p;1|2:4|3:76|4:1124|6:1123|5:527|7:19|8:19|3:76|3:76;n;7|11:328|12:329;5;p;1|2:4|3:76|4:1125|6:1121|5:370|7:19|8:19|3:76|3:76;n;7|11:328|12:329;p;p;2|1:819;n;1|2:4|3:76|4:1126|6:1127|5:527|7:19|8:19|3:76|3:76;n;5|10:313;p;1|2:4|3:543|4:1128|6:1127|5:100|7:19|8:19|3:543|3:543;n;5|10:313;p;1|2:4|3:507|4:1129|6:1130|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:825|22:539|23:540|10:541;p;1|2:4|3:507|4:1131|6:1132|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:538|22:539|23:540|10:541;p;1|2:4|3:507'
  276. ..'|4:1133|6:1130|5:100|14:299|3:507|3:507;n;7|11:492|12:493;5|9:825|22:539|23:540|10:541;p;p;1|2:4|3:76|4:1134|6:1135|5:137|7:19|8:19|3:76|3:76;1|2:4|3:76|4:1136|6:1127|5:137|7:19|8:19|3:76|3:76;1|2:4|3:76|4:1137|6:1138|5:137|7:19|8:19|3:76|3:76;p;1|2:4|3:15|4:1139|5:220|8:19|3:15|3:15;1|2:4|3:15|4:1140|6:1141|5:1069|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:1142|6:90|5:1143|7:19|3:15|3:15;1|2:4|3:15|4:1144|5:1145|8:19|3:15|3:15;1|2:4|3:15|4:1146|5:1147|7:19|8:19|3:15|3:15;3|1:1|2:4|3:149|4:1148|6:782|5'
  277. ..':1149|7:19|3:149|3:149;1|2:4|3:76|4:1150|6:1151|5:302|7:19|8:19|3:76|3:76;1|2:4|3:76|4:1152|6:349|5:304|7:19|8:19|3:76|3:76;n;7|11:290|12:291;p;1|2:4|3:76|4:1153|6:1154|5:339|7:19|8:19|3:76|3:76;n;7|11:247|12:290;p;1|2:4|3:15|4:1155|5:220|8:19|3:15|3:15;1|2:4|3:15|4:1156|5:1074|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:76|4:1157|6:1158|5:448|7:19|8:19|3:76|3:76;1|2:4|3:76|4:1159|6:1160|5:442|7:19|8:19|3:76|3:76;1|2:4|3:76|4:1161|6:1162|5:339|7:19|8:19|3:76|3:76;n;7|11:291|12:602;p;2;n;3|2:4|3:76|4:1163|6'
  278. ..':80|5:876|7:19|3:76|3:76;1|2:4|3:76|4:1164|6:110|5:878|8:19|3:76|3:76;n;4;p;p;2;n;1|2:4|3:5|4:1165|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1166|6:135|5:100|8:19|3:5|3:5;n;5|9:101|10:102;p;1|2:4|3:5|4:1167|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1168|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1169|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1170|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1171|6:135|5:100|8:19|3:5|3:5;n'
  279. ..';4;5|9:101|10:102;p;1|2:4|3:5|4:1172|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1173|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1174|6:135|5:100|8:19|3:5|3:5;n;5|9:101|10:102;p;1|2:4|3:5|4:1175|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1176|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1177|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1178|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;1|2:4|3:5|4:1179|6:135|5:100|8:19|3:5|3:5;'
  280. ..'n;4;5|9:101|10:102;p;1|2:4|3:5|4:1180|6:135|5:100|8:19|3:5|3:5;n;4;5|9:101|10:102;p;p;1|2:4|3:76|4:1181|6:1182|5:245|7:19|8:19|3:76|3:76;1|2:4|3:15|4:1183|6:414|5:1069|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1184|6:231|5:1185|7:19|8:19|3:15|3:15;1|2:4|3:76|4:1186|6:1187|5:758|7:19|8:19|3:76|3:76;1|2:4|3:15|4:1188|6:1189|5:1190|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1191|6:412|5:161|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1192|6:1193|5:1194|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1195|6:1196|5:1190|7:19|8:19|3:15|3:15;1|2:4'
  281. ..'|3:15|4:1197|6:1198|5:1190|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1199|6:1200|5:1201|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:15|4:1202|6:1203|5:425|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1204|6:1060|5:274|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1205|6:1206|5:425|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1207|6:1208|5:432|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1209|6:1206|5:1190|7:19|8:19|3:15|3:15;1|2:4|3:76|4:1210|6:1203|5:1211|7:19|8:19|3:76|3:76;1|2:4|3:700|4:1212|6:1203|5:50|7:19|8:19|3:700|3:700;n;6;p;1|2:4|3:15|4:1213|6:1214|5:11'
  282. ..'94|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:1215|6:139|5:1216|7:19|3:15|3:15;1|2:4|3:15|4:1217|6:1060|5:774|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1218|6:1219|5:1185|7:19|8:19|3:15|3:15;1|2:4|3:15|4:1220|6:99|5:1221|8:19|3:15|3:15;1|2:4|3:15|4:1222|6:1223|5:161|7:19|8:19|3:15|3:15;2;n;1|2:4|3:149|4:1224|6:894|5:152|8:19|3:149|3:149;n;4|9:156;p;1|2:4|3:149|4:1225|6:1226|5:152|8:19|3:149|3:149;n;4|9:158;p;1|2:4|3:149|4:1227|6:894|5:152|8:19|3:149|3:149;n;4|9:153;p;1|2:4|3:149|4:1228|6:1229|5:152|8:19|3:149|3'
  283. ..':149;n;4|9:153;p;1|2:4|3:149|4:1230|6:894|5:161|8:19|3:149|3:149;n;4|9:1231;p;p;1|2:4|3:15|4:1232|6:99|5:1233|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:1234|6:1235|5:899|7:19|3:15|3:15;1|2:4|3:15|4:1236|6:99|5:1237|7:19|8:19|3:15|3:15;1|2:4|3:76|4:1238|6:349|5:1239|7:19|8:19|3:76|3:76;n;7|11:290|12:291;p;3|1:1|2:4|3:76|4:1240|6:383|5:1216|7:19|3:76|3:76;1|2:4|3:15|4:1241|6:1242|5:286|7:19|8:19|3:15|3:15;3|1:1|2:4|3:15|4:1243|6:99|5:277|7:19|3:15|3:15;1|2:4|3:15|4:1244|6:1200|5:1201|7:19|8:19|3:15|3:15'
  284. ..';n;6;p;2|1:54;n;1|2:4|3:15|4:1245|6:47|5:57|7:19|8:19|3:15|3:15;n;5;p;1|2:4|3:15|4:1246|6:47|5:59|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:15|4:1247|6:47|5:62|7:19|8:19|3:15|3:15;n;6|9:51;p;p;1|2:4|3:15|4:1248|6:47|5:74|7:19|8:19|3:15|3:15;n;6;p;2;n;3|2:4|3:15|4:1249|6:1250|5:25|3:15|3:15;3|2:4|3:15|4:1251|6:1200|5:25|3:15|3:15;1|1:3|2:4|3:15|4:1252|6:1253|5:979|7:19|8:19|3:15|3:15;n;4;p;p;2;n;1|1:3|2:4|3:15|4:1254|6:1255|5:28|7:19|8:19|3:15|3:15;n;4;p;3|2:4|3:15|4:1256|6:1257|5:25|3:15|3:15;3|2:4|3:15|'
  285. ..'4:1258|6:1259|5:25|3:15|3:15;p;2|1:54;n;1|2:4|3:15|4:1260|6:47|5:57|7:19|8:19|3:15|3:15;n;5;p;1|2:4|3:15|4:1261|6:47|5:59|7:19|8:19|3:15|3:15;n;6;p;1|2:4|3:15|4:1262|6:47|5:62|7:19|8:19|3:15|3:15;n;6|9:51;p;p;3|1:1|2:4|3:15|4:1263|6:1264|5:70|3:15|3:15;1|2:4|3:15|4:1265|6:47|5:72|7:19|8:19|3:15|3:15;n;6;p;2|1:45;n;1|2:4|3:15|4:1266|6:47|5:48|7:19|8:19|3:15|3:15;n;5;p;1|2:4|3:15|4:1267|6:47|5:50|7:19|8:19|3:15|3:15;n;6|9:51;p;1|2:4|3:15|4:1268|6:47|5:53|7:19|8:19|3:15|3:15;n;6;p;p;2|1:45;n;1|2:4|3'
  286. ..':15|4:1269|6:47|5:48|7:19|8:19|3:15|3:15;n;5;p;1|2:4|3:15|4:1270|6:47|5:50|7:19|8:19|3:15|3:15;n;6|9:51;p;1|2:4|3:15|4:1271|6:47|5:53|7:19|8:19|3:15|3:15;n;6;p;p;1|2:4|3:15|4:1272|6:1273|5:68|7:19|8:19|3:15|3:15;n;4;p;1|2:4|3:15|4:1274|6:1275|5:439|7:19|8:19|3:15|3:15;n;4;p;1|2:4|3:15|4:1276|6:1277|5:1278|8:19|3:15|3:15;1|2:4|3:15|4:1279|6:1280|5:1281|8:19|3:15|3:15;1|2:4|3:15|4:1282|6:1283|5:1284|8:19|3:15|3:15;1|2:4|3:15|4:1285|6:1280|5:36|8:19|3:15|3:15;1|2:4|3:15|4:1286|6:297|5:1287|14:299|7:'
  287. ..'19|8:19|3:15|3:15;n;5|10:102;p;1|2:4|3:15|4:1288|6:297|5:1289|14:299|7:19|8:19|3:15|3:15;n;5|10:102;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