Advertisement
lafur

Untitled

May 19th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 128.23 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 110057
  3. local genv={}
  4. local Scripts = {
  5. function() model = script.Parent.Parent.Parent
  6. backup = model:clone()
  7. local debounce = false
  8.  
  9. function onTouch(part)
  10. if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
  11. debounce = true
  12. wait(2)
  13. model = backup:clone()
  14. model.Parent = game.Workspace
  15. model:makeJoints()
  16. script.Parent.Count.Value = 1
  17. debounce = false
  18. end
  19. end
  20. script.Parent.Touched:connect(onTouch) end;
  21. function() position = script.Parent.Engine.Position
  22. local frame = Instance.new("CFrameValue")
  23. frame.Name = "OriginCFrame"
  24. frame.Value = script.Parent.Engine.CFrame
  25. frame.Parent = script.Parent
  26.  
  27. local object = Instance.new("ObjectValue")
  28. object.Value = script.Parent.Parent.Parent
  29.  
  30. seat = script.Parent.Seat
  31.  
  32. function onSitUp(child, hopper, plane)
  33.  
  34. if child.Parent == nil then
  35. hopper.Parent = nil -- ungive flying tool
  36. plane.Parent = game.Workspace
  37. end
  38. end
  39.  
  40. function onChildAdded(part)
  41. if part.className == "Weld" then
  42.  
  43.  
  44.  
  45. local torso = part.Part1
  46. if torso ~= nil then
  47.  
  48. local char = torso.Parent
  49. local player = game.Players:GetPlayerFromCharacter(char)
  50. if player ~= nil then
  51. local hopper = game.Lighting.D56Patrol:clone() -- Replace plane for the name of the flyinging tool
  52. hopper.Parent = player.Backpack
  53. part.AncestryChanged:connect(function(child) onSitUp(child, hopper, script.Parent.Parent) end)
  54. end
  55.  
  56.  
  57.  
  58. local parent = torso.Parent
  59. if parent ~= nil then
  60. script.Parent.Parent.Parent = parent
  61. while true do
  62. wait(2)
  63. local pos = script.Parent.Engine.Position
  64. if (position - pos).magnitude > 30 then
  65. if object.Value ~= nil then
  66. object.Value.Regen.Value = 1
  67. wait(.5)
  68. object.Value.Regen.Value = 0
  69. object.Value = nil
  70. end
  71. break end
  72. end
  73. while true do
  74. print("Loop")
  75. wait(2)
  76. if part == nil then
  77. script.Parent.Parent.Parent = game.Workspace
  78. script.Parent.Parent:MakeJoints()
  79. break end
  80. end
  81. end
  82. end
  83. end
  84. end
  85. seat.ChildAdded:connect(onChildAdded) end;
  86. function() --[[
  87. INSTRUCTIONS: Place both teleporter1a and teleporter1b in the same directory
  88. (e.g. both in workspace directly, or both directly in the same group or model)
  89. Otherwise it wont work. Once youve done that, jump on the teleporter to teleport to the other.
  90. If you want more than one set of teleporters I will be adding more types in the future.
  91.  
  92. Send me requests and ideas - miked.
  93. --]]
  94.  
  95.  
  96. --Enter the name of the model you want to go to here.
  97. ------------------------------------
  98. modelname="teleporter12d"
  99. ------------------------------------
  100.  
  101. function onTouched(part)
  102. if part.Parent ~= nil then
  103. local h = part.Parent:findFirstChild("Humanoid")
  104. if h~=nil then
  105. local teleportfrom=script.Parent.Enabled.Value
  106. if teleportfrom~=0 then
  107. if h==humanoid then
  108. return
  109. end
  110. local teleportto=script.Parent.Parent:findFirstChild(modelname)
  111. if teleportto~=nil then
  112. local torso = h.Parent.Torso
  113. local location = {teleportto.Position}
  114. local i = 1
  115.  
  116. local x = location[i].x
  117. local y = location[i].y
  118. local z = location[i].z
  119.  
  120. x = x + math.random(-1, 1)
  121. z = z + math.random(-1, 1)
  122. y = y + math.random(2, 3)
  123.  
  124. local cf = torso.CFrame
  125. local lx = 0
  126. local ly = y
  127. local lz = 0
  128.  
  129. script.Parent.Enabled.Value=0
  130. teleportto.Enabled.Value=0
  131. torso.CFrame = CFrame.new(Vector3.new(x,y,z), Vector3.new(lx,ly,lz))
  132. wait(3)
  133. script.Parent.Enabled.Value=1
  134. teleportto.Enabled.Value=1
  135. else
  136. print("Could not find teleporter!")
  137. end
  138. end
  139. end
  140. end
  141. end
  142.  
  143. script.Parent.Touched:connect(onTouched)
  144. end;
  145. function() function onClicked (mouse)
  146. script.Parent.Parent.Door.Transparency = 1
  147. script.Parent.Parent.Door.CanCollide= false
  148. wait(3)
  149. script.Parent.Parent.Door.Transparency = 0.4
  150. script.Parent.Parent.Door.CanCollide= true
  151.  
  152. end
  153.  
  154. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  155. function() function onClicked (mouse)
  156. script.Parent.Parent.Door.Transparency = 1
  157. script.Parent.Parent.Door.CanCollide= false
  158. wait(3)
  159. script.Parent.Parent.Door.Transparency = 0.4
  160. script.Parent.Parent.Door.CanCollide= true
  161.  
  162. end
  163.  
  164. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  165. function() function onClicked (mouse)
  166. script.Parent.Parent.Door.Transparency = 1
  167. script.Parent.Parent.Door.CanCollide= false
  168. wait(3)
  169. script.Parent.Parent.Door.Transparency = 0.4
  170. script.Parent.Parent.Door.CanCollide= true
  171.  
  172. end
  173.  
  174. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  175. function() function onClicked (mouse)
  176. script.Parent.Parent.Door.Transparency = 1
  177. script.Parent.Parent.Door.CanCollide= false
  178. wait(3)
  179. script.Parent.Parent.Door.Transparency = 0.4
  180. script.Parent.Parent.Door.CanCollide= true
  181.  
  182. end
  183.  
  184. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  185. function() --[[
  186. INSTRUCTIONS: Place both teleporter1a and teleporter1b in the same directory
  187. (e.g. both in workspace directly, or both directly in the same group or model)
  188. Otherwise it wont work. Once youve done that, jump on the teleporter to teleport to the other.
  189. If you want more than one set of teleporters I will be adding more types in the future.
  190.  
  191. Send me requests and ideas - miked.
  192. --]]
  193.  
  194.  
  195. --Enter the name of the model you want to go to here.
  196. ------------------------------------
  197. modelname="teleporter12c"
  198. ------------------------------------
  199.  
  200. function onTouched(part)
  201. if part.Parent ~= nil then
  202. local h = part.Parent:findFirstChild("Humanoid")
  203. if h~=nil then
  204. local teleportfrom=script.Parent.Enabled.Value
  205. if teleportfrom~=0 then
  206. if h==humanoid then
  207. return
  208. end
  209. local teleportto=script.Parent.Parent:findFirstChild(modelname)
  210. if teleportto~=nil then
  211. local torso = h.Parent.Torso
  212. local location = {teleportto.Position}
  213. local i = 1
  214.  
  215. local x = location[i].x
  216. local y = location[i].y
  217. local z = location[i].z
  218.  
  219. x = x + math.random(-1, 1)
  220. z = z + math.random(-1, 1)
  221. y = y + math.random(2, 3)
  222.  
  223. local cf = torso.CFrame
  224. local lx = 0
  225. local ly = y
  226. local lz = 0
  227.  
  228. script.Parent.Enabled.Value=0
  229. teleportto.Enabled.Value=0
  230. torso.CFrame = CFrame.new(Vector3.new(x,y,z), Vector3.new(lx,ly,lz))
  231. wait(3)
  232. script.Parent.Enabled.Value=1
  233. teleportto.Enabled.Value=1
  234. else
  235. print("Could not find teleporter!")
  236. end
  237. end
  238. end
  239. end
  240. end
  241.  
  242. script.Parent.Touched:connect(onTouched)
  243. end;
  244. function() -- HoverSeat script by TankLeadfoot
  245.  
  246. local SavedYPosition = script.Parent.Position.Y
  247. local Speed = 0
  248.  
  249. while (script.Parent:findFirstChild("CanFly") == nil) do wait(0.1) end
  250. while (script.Parent:findFirstChild("VMode") == nil) do wait(0.1) end
  251.  
  252. script.Parent.CanFly.Value = "No"
  253. script.Parent.VMode.Value = "Hover"
  254.  
  255. if (script.Parent:findFirstChild("BodyPosition") == nil) then
  256. p = Instance.new("BodyPosition")
  257. p.Name = "BodyPosition"
  258. p.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  259. p.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
  260. p.Parent = script.Parent
  261. end
  262. if (script.Parent:findFirstChild("BodyGyro") == nil) then
  263. g = Instance.new("BodyGyro")
  264. g.Name = "BodyGyro"
  265. g.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
  266. g.cframe = script.Parent.CFrame
  267. g.Parent = script.Parent
  268. end
  269.  
  270. while true do
  271. if (script.Parent:findFirstChild("CanFly") ~= nil) then
  272. if (script.Parent.CanFly.Value == "Yes") and (script.Parent.VMode.Value == "Warp") then
  273. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * script.Parent.MaxSpeed
  274. Speed = script.Parent.MaxSpeed * 4
  275. elseif (script.Parent.CanFly.Value == "Yes") then
  276. if (script.Parent.Throttle ~= 0) then
  277. if (script.Parent.Throttle > 0) then
  278. if (Speed < script.Parent.MaxSpeed) then
  279. Speed = Speed + 1
  280. end
  281. elseif (script.Parent.Throttle < 0) then
  282. if (-Speed < script.Parent.MaxSpeed) then
  283. Speed = Speed - 1
  284. end
  285. end
  286. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * Speed/4
  287. elseif (script.Parent.Throttle == 0) then
  288. if (Speed ~= 0) then
  289. if (Speed > 0) then
  290. Speed = Speed - 1
  291. elseif (Speed < 0) then
  292. Speed = Speed + 1
  293. end
  294. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * Speed/4
  295. elseif (Speed == 0) then
  296. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
  297. end
  298. end
  299.  
  300. if (script.Parent.Steer > 0) then
  301. script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe * CFrame.fromEulerAnglesXYZ(0, -script.Parent.TurnSpeed/8, 0)
  302. elseif (script.Parent.Steer < 0) then
  303. script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe * CFrame.fromEulerAnglesXYZ(0, script.Parent.TurnSpeed/8, 0)
  304. elseif (script.Parent.Steer == 0) then
  305. script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe
  306. end
  307.  
  308. if (script.Parent:findFirstChild("VMode") ~= nil) then
  309. if (script.Parent.VMode.Value == "Up") then
  310. SavedYPosition = SavedYPosition + 1
  311. elseif (script.Parent.VMode.Value == "Down") then
  312. SavedYPosition = SavedYPosition - 1
  313. end
  314. end
  315. elseif (script.Parent.CanFly.Value == "No") then
  316. if (Speed ~= 0) then
  317. Speed = 0
  318. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
  319. end
  320. end
  321. end
  322. wait(0.1)
  323. end
  324. end;
  325. function() -- HoverSeatGUI script by TankLeadfoot
  326.  
  327. local Lock = nil
  328.  
  329. while (script.Parent:findFirstChild("CanFly") == nil) do wait(0.1) end
  330. while (script.Parent:findFirstChild("VMode") == nil) do wait(0.1) end
  331.  
  332. script.Parent.CanFly.Value = "No"
  333. script.Parent.VMode.Value = "Hover"
  334.  
  335. function SelectedButton(hit)
  336. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  337. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  338. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  339. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  340. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  341.  
  342. if (script.Parent.VMode.Value == "Up") then
  343. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.BackgroundColor3 = Color3.new(1,1,0.8)
  344. elseif (script.Parent.VMode.Value == "Down") then
  345. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.BackgroundColor3 = Color3.new(1,1,0.8)
  346. elseif (script.Parent.VMode.Value == "Warp") then
  347. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.BackgroundColor3 = Color3.new(1,1,0.8)
  348. elseif (script.Parent.VMode.Value == "Hover") then
  349. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.BackgroundColor3 = Color3.new(1,1,0.8)
  350. elseif (script.Parent.VMode.Value == "AllStop") then
  351. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.BackgroundColor3 = Color3.new(1,1,0.8)
  352. end
  353. end
  354.  
  355. function Pilot(hit)
  356. if (Lock == nil) then
  357. Lock = true
  358.  
  359. if (hit == nil) then Lock = nil; return end
  360. if (hit.Parent:findFirstChild("Humanoid") == nil) then Lock = nil; return end
  361. if (game.Players:findFirstChild(hit.Parent.Name) == nil) then Lock = nil; return end
  362. wait(2)
  363. if (script.Parent:findFirstChild("CanFly") ~= nil) then
  364. script.Parent.CanFly.Value = "Yes"
  365. end
  366. if (script.Parent:findFirstChild("VMode") ~= nil) then
  367. script.Parent.VMode.Value = "Hover"
  368. end
  369.  
  370. if (game.Players:findFirstChild(hit.Parent.Name).PlayerGui:findFirstChild("HoverSeat") == nil) then
  371. script.HoverSeat:Clone().Parent = game.Players:findFirstChild(hit.Parent.Name).PlayerGui
  372. SelectedButton(hit)
  373. end
  374.  
  375. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.MouseButton1Click:connect(function()
  376. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  377. if (script.Parent.CanFly.Value == "Yes") then
  378. script.Parent.VMode.Value = "Up"
  379. SelectedButton(hit)
  380. end
  381. end
  382. end)
  383. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.MouseButton1Click:connect(function()
  384. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  385. if (script.Parent.CanFly.Value == "Yes") then
  386. script.Parent.VMode.Value = "Down"
  387. SelectedButton(hit)
  388. end
  389. end
  390. end)
  391. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.MouseButton1Click:connect(function()
  392. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  393. if (script.Parent.CanFly.Value == "Yes") then
  394. script.Parent.VMode.Value = "Warp"
  395. SelectedButton(hit)
  396. end
  397. end
  398. end)
  399. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.MouseButton1Click:connect(function()
  400. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  401. script.Parent.VMode.Value = "Hover"
  402. script.Parent.CanFly.Value = "Yes"
  403. SelectedButton(hit)
  404. end
  405. end)
  406. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.MouseButton1Click:connect(function()
  407. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  408. script.Parent.VMode.Value = "AllStop"
  409. script.Parent.CanFly.Value = "No"
  410. SelectedButton(hit)
  411. end
  412. end)
  413.  
  414. while (hit.Parent.Humanoid.Health > 0) and (hit.Parent.Humanoid.Sit == true) do wait(0.1) end
  415. if (game.Players:findFirstChild(hit.Parent.Name).PlayerGui:findFirstChild("HoverSeat") ~= nil) then
  416. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat:Remove()
  417. end
  418.  
  419. if (script.Parent:findFirstChild("CanFly") ~= nil) then
  420. script.Parent.CanFly.Value = "No"
  421. end
  422. Lock = nil
  423. end
  424. end
  425.  
  426. script.Parent.Touched:connect(Pilot)
  427. end;
  428. function() local boom = false
  429.  
  430. function createExplosion(position)
  431.  
  432. explosion = Instance.new("Explosion")
  433. explosion.Position = position
  434. explosion.BlastRadius = 12
  435. explosion.Parent = game.Workspace
  436.  
  437. end
  438.  
  439. function onTouch(part)
  440. if boom == true then return end
  441. if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
  442. if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
  443. boom = true
  444. createExplosion(script.Parent.Parts.Engine.Position)
  445. script.Parent:BreakJoints()
  446. local stuff = script.Parent:children()
  447. for i=1,#stuff do
  448. if stuff[i].Name == "BodyKit" or
  449. stuff[i].Name == "Parts" then
  450. local parts = stuff[i]:children()
  451. for p = 1, #parts do
  452. if parts[p].className == "Part" then
  453. local velo = Instance.new("BodyVelocity")
  454. velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
  455. velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
  456. velo.Parent = parts[p]
  457. end
  458. end
  459. end
  460. end
  461. wait(4)
  462. script.Parent:remove()
  463. end
  464. end
  465.  
  466. script.Parent.Parts.Tip.Touched:connect(onTouch)
  467. end;}local ActualScripts = {}
  468. function s(var)
  469. local func = table.remove(Scripts,1)
  470. setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
  471. __index = getfenv(func),
  472. }))
  473. table.insert(ActualScripts,coroutine.wrap(func))
  474. end
  475. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  476. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  477. function(t,f)
  478. for a,b in pairs(t) do
  479. f(a,b)
  480. end
  481. end
  482. local Types = {
  483. Color3 = Color3.new,
  484. Vector3 = Vector3.new,
  485. Vector2 = Vector2.new,
  486. UDim = UDim.new,
  487. UDim2 = UDim2.new,
  488. CFrame = CFrame.new,
  489. Rect = Rect.new,
  490. NumberRange = NumberRange.new,
  491. BrickColor = BrickColor.new,
  492. PhysicalProperties = PhysicalProperties.new,
  493. NumberSequence = function(...)
  494. local a = {...}
  495. local t = {}
  496. repeat
  497. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  498. until #a==0
  499. return NumberSequence.new(t)
  500. end,
  501. ColorSequence = function(...)
  502. local a = {...}
  503. local t = {}
  504. repeat
  505. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  506. until #a==0
  507. return ColorSequence.new(t)
  508. end,
  509. number = tonumber,
  510. boolean = function(a)
  511. return a=="1"
  512. end
  513. }
  514. split = function(str,sep)
  515. if not str then return end
  516. local fields = {}
  517. local ConcatNext = false
  518. str:gsub(("([^%s]+)"):format(sep),function(c)
  519. if ConcatNext == true then
  520. fields[#fields] = fields[#fields]..sep..c
  521. ConcatNext = false
  522. else
  523. fields[#fields+1] = c
  524. end
  525. if c:sub(#c)=="\\" then
  526. c = fields[#fields]
  527. fields[#fields] = c:sub(1,#c-1)
  528. ConcatNext = true
  529. end
  530. end)
  531. return fields
  532. end
  533. RemoveAndSplit = function(t)
  534. return split(table_remove(t,1),comma)
  535. end
  536. t = split(str,";")
  537. props = RemoveAndSplit(t)
  538. classes = RemoveAndSplit(t)
  539. values = split(table_remove(t,1),'|')
  540. ICList = RemoveAndSplit(t)
  541. InstanceList = {}
  542. Model = inst"Model"
  543. CurPar = Model
  544. table_foreach(t,function(ct,c)
  545. if c=="n" or c=="p" then
  546. CurPar = c=="n" and LastIns or CurPar[parnt]
  547. else
  548. ct = split(c,"|")
  549. local class = classes[tonum(table_remove(ct,1))]
  550. if class=="UnionOperation" then
  551. LastIns = {UsePartColor="1"}
  552. else
  553. LastIns = inst(class)
  554. if LastIns:IsA"Script" then
  555. s(LastIns)
  556. elseif LastIns:IsA("ModuleScript") then
  557. ms(LastIns)
  558. end
  559. end
  560.  
  561. local function SetProperty(LastIns,p,str,s)
  562. s = Types[typeof(LastIns[p])]
  563. if p=="CustomPhysicalProperties" then
  564. s = PhysicalProperties.new
  565. end
  566. if s then
  567. LastIns[p] = s(unpack(split(str,comma)))
  568. else
  569. LastIns[p] = str
  570. end
  571. end
  572.  
  573. local UnionData
  574. table_foreach(ct,function(s,p,a,str)
  575. a = p:find":"
  576. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  577. if p=="UnionData" then
  578. UnionData = split(str," ")
  579. return
  580. end
  581. if class=="UnionOperation" then
  582. LastIns[p] = str
  583. return
  584. end
  585. SetProperty(LastIns,p,str)
  586. end)
  587.  
  588. if UnionData then
  589. local LI_Data = LastIns
  590. LastIns = DecodeUnion(UnionData)
  591. table_foreach(LI_Data,function(p,str)
  592. SetProperty(LastIns,p,str)
  593. end)
  594. end
  595. table.insert(InstanceList,LastIns)
  596. LastIns[parnt] = CurPar
  597. end
  598. end)
  599. table_remove(ICList,1)
  600. table_foreach(ICList,function(a,b)
  601. b = split(b,">")
  602. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  603. end)
  604.  
  605. return Model:GetChildren()
  606. end
  607.  
  608. local Objects = Decode('Name,PrimaryPart,Color,Position,Orientation,Size,BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface,MaxForce,MaxTorque,C0,C1,Part0,Part1,Value,Transparency,CanCollide,MeshType,Face,Scale,VertexColor,MeshId,Reflectance,Torque,MaxSpeed,BackgroundColor3,BackgroundTransparency,BorderSizePixel,SizeConstraint,Text,TextColor3,Texture;Part,Model,BodyPosition,BodyGyro,Script,IntValue,Weld,CFrameValue,SpecialMesh,Decal,Seat,ClickDetector,VehicleSeat,StringValue,ScreenGui,Frame,TextButton,TextLabel;Part|D56Patrol|Station1|Plane|Parts|Engine|0.3882,0.3725,0.3843|51.1798,5.8804,41.2999|0,180,0|30,1.2,100|2|-1.5,3,-48|0,0,0|Count|-15,0,0,-0,-0,-1,0,1,0,1,0,0|17,-0.0001,2,-1,0,0,0,1,0,0,0,-1|0,0.6,0,-1,-0,-0,0,0,1,'
  609. ..'0,1,0|-36,-0.2001,11,0,-1,0,0,0,1,-1,0,0|-12.5,-1.2001,-32,1,0,0,0,0,1,0,-1,0|-9.5,-0.6001,-24,1,0,0,0,0,1,0,-1,0|-14,-0.6001,-24,1,0,0,0,0,1,0,-1,0|-25.5,-1.2001,11,0,-1,0,0,0,1,-1,0,0|14,-4.8001,33.5,-1,0,0,0,0,1,0,1,0|9.5,-0.6001,8,-1,0,0,0,0,1,0,1,0|11,-0.6001,8,-1,0,0,0,0,1,0,1,0|-12,-4.8001,-3.5,1,0,0,0,0,1,0,-1,0|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|2,2.3999,12,0,-1,0,0,0,-1,1,0,0|9.5,-4.2,8.5,0,-1,0,0,0,1,-1,0,0|16,-1.8,1,1,0,0,0,-1,0,0,0,-1|-14.5,-0.6001,-7.5,0,1,0,0,0,1,1,0,0|-9,-1.2001,25,1,0,0,0,0,1,0,-1,0|0,-0.6001,-14,0,1,0,0,0,1,1,0,0|-14,-4.2,44.5,1,0,0,0,0,1,0,-1,0|-44.5,-1.2,13.5,0,1,0,0,0,1,1,0,0|-6.5,-1.2001,-24.5,1,0,0,0,0,1,0,-1,0|6.5,-1.2001,7.5,-1,0,0,0,0,1,0,1,0|3.5,3.5999,34.5,-1,0,0,0,0,-1,0,-1,0|3.5,'
  610. ..'3.5999,32.5,-1,0,0,0,0,-1,0,-1,0|3.5,3.5999,36.5,-1,0,0,0,0,-1,0,-1,0|0,0,-50,-1,-0,-0,0,1,0,-0,-0,-1|0,-0.0001,6.5,-1,0,0,0,1,0,0,0,-1|26.5,-0.6001,-1.5,0,1,0,0,0,1,1,0,0|-6,-4.8001,46.5,-1,0,0,0,0,1,0,1,0|0,-0.2001,-16,1,0,0,0,0,1,0,-1,0|-1.5,-4.2,8.4999,0,1,0,0,0,1,1,0,0|21.5,-0.6001,-1.5,0,-1,0,0,0,1,-1,0,0|0,49.7999,-4,-1,0,0,0,-1,0,0,0,1|1,-6.4,-34.5,0,0,-1,-1,0,0,0,1,0|0,0,50,1,0,0,0,1,0,0,0,1|-14,-3.6,-2.1001,-1,0,0,0,0,1,0,1,0|14,-0.6001,8,-1,0,0,0,0,1,0,1,0|-36,-1.0001,-12.5,0,-1,0,0,0,1,-1,0,0|-36.5,-3.6,0,0,1,0,0,0,1,1,0,0|3.5,3.5999,33.5,-1,0,0,0,0,-1,0,-1,0|-3.5,3.5999,34.5,-1,0,0,0,0,-1,0,-1,0|9.4999,-0.6001,-24,1,0,0,0,0,1,0,-1,0|15,0,0,0,0,1,0,1,0,-1,-0,-0|-0.1,-0.2,38.5,-0,-1,0,0,0,1,-1,0,0|-3.5,3.5999,33.'
  611. ..'5,-1,0,0,0,0,-1,0,-1,0|-11,-0.2001,-32.5,1,0,0,0,0,1,0,-1,0|6.5,-1.2001,10.9999,0,1,0,0,0,1,1,0,0|9,48,-4,-1,0,0,0,-1,0,0,0,1|-11,-1.8,45.5,-1,0,0,0,-0,1,0,1,0|10.9999,-0.2001,-32.5,1,0,0,0,0,1,0,-1,0|-5.5,-4.8001,-9.5,0,-1,0,0,0,1,-1,0,0|-14.5,-0.6001,4.4999,0,1,0,0,0,1,1,0,0|-32.5,-3.6,0,0,1,0,0,0,1,1,0,0|12.5,29.5999,-2.5,-1,0,0,0,-1,0,0,0,1|10.9999,-1.0001,-16,1,0,0,0,0,1,0,-1,0|-21.5,-0.6001,-1.5,0,1,0,0,0,1,1,0,0|-14.5,-3.6,20.5,1,0,0,0,0,1,0,-1,0|-5.5,-4.8001,9.5,0,-1,0,0,0,1,-1,0,0|-14,-0.6001,8,-1,0,0,0,0,1,0,1,0|2.4999,-3.6,34,1,0,0,0,0,1,0,-1,0|12.4999,-0.6001,-24,1,0,0,0,0,1,0,-1,0|12.9999,-2.4,13.5,1,0,0,0,0,1,0,-1,0|-14.5,-0.6001,-19.5,-1,0,0,0,0,1,0,1,0|11.4999,-6,14.5,1,0,0,0,0,1,0,-1,0|-12,-0.6001,-13,0,1,0'
  612. ..',0,0,1,1,0,0|8.4999,-6.6,21.5,1,0,0,0,0,1,0,-1,0|2,2.3999,-12,0,-1,0,0,0,-1,1,0,0|-36,-1.0001,-9.5,0,-1,0,0,0,1,-1,0,0|-12.5,-0.6001,8,-1,0,0,0,0,1,0,1,0|-11,-1.0001,-16,1,0,0,0,0,1,0,-1,0|7.9999,-0.6001,-24,1,0,0,0,0,1,0,-1,0|10.9999,-0.6001,-24,1,0,0,0,0,1,0,-1,0|-26.5,-0.6001,-1.5,0,-1,0,0,0,1,-1,0,0|24,2.3999,13,0,-1,0,0,0,-1,1,0,0|-5.5,2.3999,0,0,-1,0,0,0,-1,1,0,0|17,-0.0001,-2,1,0,0,0,1,0,0,0,1|-23,1.7999,-11,0,-1,0,0,0,-1,1,0,0|11.9999,-4.8001,-3.5,1,0,0,0,0,1,0,-1,0|24,2.3999,-13,0,-1,0,0,0,-1,1,0,0|-12.5,29.5999,-2.5,-1,0,0,0,-1,0,0,0,1|13.9999,-4.2,44.5,1,0,0,0,0,1,0,-1,0|-26.5,-4.8001,-9.5,0,-1,0,0,0,1,-1,0,0|44.5,-1.2,13.4999,0,-1,0,0,0,1,-1,0,0|-12.5,-1.2001,45,-1,0,0,0,0,1,0,1,0|11.5,-1.2001,39.5,-1,0,0,0,0,1,'
  613. ..'0,1,0|-14,-4.8001,33.5,-1,0,0,0,0,1,0,1,0|0,-1.2,0.3999,-1,0,0,0,0,1,0,1,0|13.9999,-3.6,-2.1001,-1,0,0,0,0,1,0,1,0|9,-49,-1.0001,-1,0,0,0,-1,0,0,0,1|14.4999,-0.6001,16.5,1,0,0,0,0,1,0,-1,0|-13.5,-4.2,8.4999,0,1,0,0,0,1,1,0,0|-3.5,3.5999,36.5,-1,0,0,0,0,-1,0,-1,0|44.5,0,1.9999,1,0,0,0,-1,0,0,0,-1|14.5,-0.6001,4.5,0,-1,0,0,0,1,-1,0,0|-0.1,-0.2,-11,-0,-1,-0,0,0,1,-1,0,0|OriginCFrame|-139,10.8,-727,-1,0,-0,-0,1,-0,-0,0,-1|-61.0063,13.0934,-208.973,-1,0.0013,-0.0003,0.0013,0.9998,-0.0147,0.0002,-0.0147,-0.9999|-197.0018,75.9051,147.1551,-1,0.0004,0,0.0004,0.9998,-0.0152,-0.0001,-0.0152,-0.9999|13.7287,2.1774,100.1565,-0.9987,-0.0011,-0.0517,-0.0011,0.9999,-0.0004,0.0516,-0.0003,-0.9987|16.9975,2.1822,98.997,-1,0,-0.0001,0,1,-0.0'
  614. ..'003,0,-0.0003,-1|9.9892,2.1828,60.997,-1,-0.0001,-0.0001,-0.0001,1,-0.0003,0,-0.0003,-1|9.9889,2.1804,60.997,-1,-0.0001,-0.0001,-0.0001,1,-0.0003,0,-0.0003,-1|-17.0083,1.3799,7.1724,-1,-0.0001,-0.0001,-0.0001,1,0,0,0,-1|103,5.5,55,0,0,-1,0,1,0,1,0,0|160,5.4,-41,0,0,-1,0,1,0,1,0,0|159.9999,5.3898,-41.0003,0,0,-1,-0.0001,1,0,1,0,0|159.9995,5.3898,-41.0003,0,0,-1,-0.0001,1,0,0.9999,0,0|215,5.4,211,-1,0,-0,-0,1,-0,-0,0,-1|215.0006,5.3821,210.9989,-1,0.0001,-0.0001,0.0001,1,-0.0001,0,-0.0001,-1|Gun1|0.1058,0.1647,0.2078|1|62.1798,10.0804,87.8|2,2.4,1|0,0,0.5,1,0,0,0,1,0,0,0,1|0,0,-7,1,0,0,0,1,0,0,0,1|-1,0,0,-0,-0,-1,0,1,0,1,0,0|1.5,-3,-1.5,0,0,-1,0,1,0,1,0,0|Gun2|40.1798,10.0804,87.8|0,-1.2001,0,1,0,0,-0,-0,-1,0,1,0|-1.5,1.1999,'
  615. ..'-1.5,1,0,0,0,0,-1,0,1,0|1,0,0,0,0,1,0,1,0,-1,-0,-0|-1.5,-3,-1.5,0,0,1,0,1,0,-1,0,0|28,13.6999,103,-1,0,-0,-0,1,-0,-0,0,-1|PlaneCheck|Stunt|BodyKits|0.2941,0.5921,0.2941|51.1798,6.6804,57.2999|4,0.4,20|0|teleporter12c|0.7686,0.1568,0.1098|51.1798,22.2804,5.8|0,-90,0|3,0.4,4|Enabled|0.898,0.8941,0.8745|62.1798,8.6804,57.2999|10,0.4,10|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|0,0.9999,0,1,0,0,0,0,-1,0,1,0|62.1798,7.4804,57.2999|10,2,10|40.1798,7.4804,57.2999|40.1798,8.6804,57.2999|51.1798,17.8804,52.2999|32,1.2,30|-1.5,-0.2,7.5,-1,0,0,0,0,1,0,1,0|11,-0.6,-13.5,0,1,0,0,0,1,1,0,0|0,-0.6,-13.5,0,1,0,0,0,1,1,0,0|5.5,0.6,0,1,0,0,0,0,-1,0,1,0|13.9999,5,1,0,-1,0,-1,0,0,0,0,-1|-11,-0.6,-13.5,0,1,0,0,0,1,1,0,0|16,0,0,0,0,1,0,1,0,-1,-0,-0|11,0,'
  616. ..'0.5,-1,0,0,0,1,0,0,0,-1|-15.5,0.6,0,1,0,0,0,0,-1,0,1,0|-11,0,0.5,-1,0,0,0,1,0,0,0,-1|51.1798,17.4804,35.2999|-90,-90,0|2,16,2|0,-8,0,1,0,0,-0,-0,-1,0,1,0|-3.5,-0.4001,2.4999,-1,0,0,0,1,0,0,0,-1|66.6798,8.8804,41.2999|2,4.8,1|0|0,-2.4001,0,1,0,0,-0,-0,-1,0,1,0|17,0.5999,1.5,1,0,0,0,0,-1,0,1,0|65.1798,16.0804,57.3|-90,0,0|2,20,2|4,-1.2001,1,0,-1,0,-1,0,0,0,0,-1|0,-10,0,1,0,0,-0,-0,-1,0,1,0|-0.5,-0.6001,-14,0,0,1,0,1,0,-1,0,0|-0.5,4.7999,-4.5,0,0,1,0,1,0,-1,0,0|37.1798,16.2804,57.2999|52.6798,7.0804,46.7999|0,90,0|1,1.2,1|0,-4.2,7.5,-1,0,0,0,1,0,0,0,-1|-1.5,0.6,-5.5,0,-1,0,0,0,-1,1,0,0|49.6798,7.0804,46.7999|1.5,0.6,-5.5,0,1,0,0,0,-1,-1,0,0|0,-4.2,-7.5,1,0,0,0,1,0,0,0,1|49.6798,13.0804,46.7999|0,-90,180|0,1.7999,-7.5,-1,0,0,0,'
  617. ..'-1,0,0,0,1|52.6798,13.0804,46.7999|0,90,180|0,1.7999,7.5,1,0,0,0,-1,0,0,0,-1|1.5,-1.2,0,0,1,0,0,0,1,1,0,0|43.6798,17.4804,75.3|12,0.4,1|58.6798,17.4804,75.3|39.6798,11.8804,35.7999|7,10.8,1|0,-5.4001,0,1,0,0,-0,-0,-1,0,1,0|11.4999,0.5999,5.5,-1,0,0,0,0,-1,0,-1,0|3.5,0,0,0,0,1,0,1,0,-1,-0,-0|0.5,-8,-5.6001,-1,0,0,0,0,1,0,1,0|0,5.4,0,-1,-0,-0,0,0,1,0,1,0|-4,-0.6001,-1,0,-1,0,0,0,1,-1,0,0|0,-0.2,0.8999,-1,0,0,0,0,1,0,1,0|4,-0.6001,-2.5,0,1,0,0,0,1,1,0,0|42.6798,16.0804,31.2999|8,2.4,1|-4,-8,-1.4001,-1,0,0,0,0,1,0,1,0|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|0.5,-0.6001,2,-1,0,0,0,0,1,0,1,0|-3.5,4.1999,0,1,0,0,0,0,-1,0,1,0|42.6798,10.6804,27.7999|1,8.4,1|40.6798,17.8804,31.7999|9,1.2,5|62.6798,11.8804,35.7999|4,-0.6001,2.5,0,1,0,0,0,1,1,0,'
  618. ..'0|-3.5,0,0,-0,-0,-1,0,1,0,1,0,0|-11.5,0.5999,5.5,-1,-0,0,0,0,-1,-0,-1,0|-4,-0.6001,1,0,-1,0,0,0,1,-1,0,0|59.6798,10.6804,27.7999|0,-4.2001,0,1,0,0,-0,-0,-1,0,1,0|-8.5,0.5999,13.5,0,-1,0,0,0,-1,1,0,0|0,4.2,0,-1,-0,-0,0,0,1,0,1,0|3.5,-1.2,0,-1,0,0,0,0,1,0,1,0|59.6798,16.0804,31.2999|0.5,-0.6001,-2,-1,0,0,0,0,1,0,1,0|-0.5,4.1999,0,-1,0,0,0,0,-1,0,-1,0|61.6798,17.8804,31.7999|51.1798,17.4804,28.2999|3.5,-0.4001,2.4999,-1,0,0,0,1,0,0,0,-1|3,1.4,0.4999,-1,0,0,0,1,0,0,0,-1|63.1798,11.2804,44.7999|8,9.6,3|0,4.8,0,-1,-0,-0,0,0,1,0,1,0|-8.5,-1.2001,4,0,1,0,0,0,1,1,0,0|-3.5,-0.6,0.5,0,-1,0,0,0,1,-1,0,0|0,-4.8001,0,1,0,0,-0,-0,-1,0,1,0|20.5,0.5999,5,0,1,0,0,0,-1,-1,0,0|62.6798,16.6804,41.2999|10,1.2,7|-11,-0.6001,-11.5,1,0,0,0,0,1,0,-1'
  619. ..',0|-1.5,0.6,3,1,0,0,0,0,-1,0,1,0|59.6798,15.4804,39.7999|7,1.2,1|39.1798,11.2804,44.7999|39.6798,16.6804,41.2999|-11,-0.6001,11.4999,1,0,0,0,0,1,0,-1,0|-1.5,0.6,-3,1,0,0,0,0,-1,0,1,0|0.5,4.7999,-3.5,0,1,0,0,0,-1,-1,0,0|42.6798,15.4804,39.7999|0,4.1999,0,1,0,0,0,0,-1,0,1,0|51.1798,14.8804,46.7999|4,2.4,1|0,-0.6001,0,0,1,0,0,0,1,1,0,0|0,-0.6,-1.5,0,-1,0,0,0,1,-1,0,0|58.6798,18.6804,53.7999|29,0.4,1|48.6798,23.8804,6.3|1,3.6,4|0,1.8,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6,0,0,-1,0,0,0,1,-1,0,0|0,-1.8001,0,1,0,0,-0,-0,-1,0,1,0|-2.5,1.2,-9.5,1,0,0,0,0,-1,0,1,0|53.6798,26.2804,6.3|4,1.2,1|0,1.7999,0,0,-1,0,0,0,-1,1,0,0|48.6798,26.2804,6.3|51.1798,22.2804,7.8|1,0.4,4|47.3798,26.4804,14.2999|2,0.4,2|control005|1|51.1798,23.2804,18.2999|10,2.'
  620. ..'4,2|hull_002|girder008|47.6798,23.2804,14.7999|3,2.4,5|3|-0.5,-0.6001,0.4,0,-1,0,0,0,1,-1,0,0|-1,-3,1,-1,0,0,0,0,1,0,1,0|-3.5,1.1999,-1,-1,0,0,0,0,-1,0,-1,0|46.6798,27.4804,15.7999|1,6,7|0,-3,0,1,0,0,-0,-0,-1,0,1,0|4.4999,1.1999,2.5,1,0,0,0,0,-1,0,1,0|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.5,-0.2,0.9999,-1,0,0,0,0,1,0,1,0|-1,1.8,0.5,1,0,0,0,-1,0,0,0,-1|48.0798,25.0804,15.2999|control013|-1,0.2,-1.4,1,0,0,0,0,-1,0,1,0|1,0.2,-1.4,1,0,0,0,0,-1,0,1,0|51.6798,25.0804,18.2999|5,1.2,2|control016|-0.5,1.2,0,-1,0,0,0,0,-1,0,-1,0|51.6798,29.8804,18.2999|0,0,180|control004|0.5,-0.6,10.4999,-1,0,0,0,0,1,0,1,0|0,0,1,1,0,0,0,1,0,0,0,1|-0.5,3,4,1,0,0,0,-1,0,0,0,-1|47.3798,26.4804,16.2999|control003|-0.5,-1,-0.5,0,0,1,0,1,0,-1,0,0|54.9798,26.4804'
  621. ..',16.2999|0,0,90|55.6798,27.4804,15.7999|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1.5,-0.2,0.9999,-1,0,0,0,0,1,0,1,0|-4.5,1.1999,2.5,1,0,0,0,0,-1,0,1,0|-0.5,1.1999,-1,1,0,0,0,0,-1,0,1,0|0.9999,-0.2,-0.5,0,1,0,0,0,1,1,0,0|1,1.8,0.5,1,0,0,0,-1,0,0,0,-1|54.9798,26.4804,14.2999|-90,90,0|54.6798,29.2804,14.7999|5,2.4,1|control017|47.6798,29.2804,14.7999|control015|55.1798,23.2804,14.7999|2,2.4,5|58.6798,19.8804,32.7999|11,0.4,1|43.6798,19.8804,32.7999|43.6798,18.6804,53.7999|1.5,0.5999,7.4999,1,0,0,0,0,-1,0,1,0|0.9607,0.8039,0.1882|38.6798,8.6804,77.3|6,0.4,1|40.1798,6.6804,77.3|6,0.4,2|10.9999,0.6,-36,0,1,0,0,0,-1,-1,0,0|38.6798,7.6804,73.3|1,2.4,2|12.4999,0.6,-32,-1,0,0,0,0,-1,0,-1,0|41.6798,7.6804,73.3|9.4999,0.6,-32,-1,0,0,0,0,-1,0,-1,0'
  622. ..'|40.1798,6.6804,73.8|2,0.4,1|40.1798,10.0804,80.3|2,2.4,14|1.6,1.6,1|2,2,2|http://www.roblox.com/asset/?id=2251534|5|-1.5,1.1999,6,1,0,0,0,0,-1,0,1,0|2.5,-1.2001,0.5,0,0,-1,0,1,0,1,0,0|0,-2.4001,0.5,-1,0,0,0,0,1,0,1,0|-0.5,-2.4001,0.5,0,0,1,0,1,0,-1,0,0|-1.5,-3,6,0,0,1,0,1,0,-1,0,0|63.1798,14.8804,74.3|2,12,2|0,-6,0,1,0,0,-0,-0,-1,0,1,0|-1,1.1999,0.5,-1,0,0,0,1,0,0,0,-1|0.5,2.3999,0.5,-1,0,0,0,1,0,0,0,-1|39.1798,15.0804,74.3|70.6798,5.8804,23.2999|1,1.2,4|51.1798,18.6804,23.2999|2,30,2|51.1798,14.8804,67.8|1,2.4,4|0,-0.6,-1.5,-1,0,0,0,0,1,0,1,0|0,-0.6001,0,1,0,0,0,0,1,0,-1,0|0,-0.6,-1.5,1,0,0,0,0,1,0,-1,0|49.6798,7.0804,67.8|49.6798,13.0804,67.8|52.6798,13.0804,67.8|52.6798,7.0804,67.8|66.6798,15.4804,57.2999|20,1.2,1|35.67'
  623. ..'98,15.4804,57.2999|0.5,0,0,0,0,-1,0,-1,0,-1,0,0|37.1798,17.8804,31.7999|9,1.2,2|65.1798,17.8804,31.7999|51.1798,16.6804,45.7999|16,1.2,1|-6.5,-0.6001,0,0,1,0,0,0,1,1,0,0|-0.5,0,0,0,0,1,0,-1,0,1,0,0|0.949,0.9529,0.9529|0.5|55.6798,15.5804,86.9|1,10.8,1|-4.5,-0.6001,0.8999,-1,0,0,0,0,1,0,1,0|46.6798,15.5804,86.9|46.6798,15.4804,80.8|55.6798,15.4804,80.8|55.6798,15.4804,92.8|0,180,180|-4.5,-0.6001,-5,-1,0,0,0,0,1,0,1,0|0,-5.4,-0.1,1,0,0,0,0,1,0,-1,0|46.6798,15.4804,92.8|53.6798,23.8804,6.3|65.6798,15.4804,23.2999|6,1.2,1|-1,-0.6,0,0,0,1,0,1,0,-1,0,0|-1,3,11.4999,0,0,1,0,1,0,-1,0,0|0,0.5999,0,0,1,0,0,0,-1,-1,0,0|51.1798,17.8804,25.7999|30,1.2,1|5.9999,1.8,-0.5,-1,0,0,0,-1,0,0,0,1|11.4999,5.4,-0.5,-1,0,0,0,-1,0,0,0,1|51.1798,19.'
  624. ..'0804,24.7999|51.1798,18.4804,21.2999|0,-15,0,1,0,0,-0,-0,-1,0,1,0|0.9999,2.4,-2,0,0,-1,0,1,0,1,0,0|64.6798,13.0804,86.3|3,8.4,10|0,0,5,1,0,0,0,1,0,0,0,1|0.5,1.7999,-6.5,1,0,0,0,1,0,0,0,1|-1,0.5999,-0.5,1,0,0,0,1,0,0,0,1|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|2.5,11.4,1,0,-1,0,-1,0,0,0,0,-1|37.6798,13.0804,86.3|1,1.1999,0,1,0,0,0,0,-1,0,1,0|-0.5,1.7999,-6.5,1,0,0,0,1,0,0,0,1|39.6798,7.6804,80.8|3,2.4,1|11.4999,0.6,-39.5,1,0,0,0,0,-1,0,1,0|0.5,-1.2,-0.5,-1,0,0,0,0,1,0,1,0|-1,-3.6,0,-1,0,0,0,0,1,0,1,0|62.6798,7.6804,80.8|62.1798,10.0804,80.3|0.5,-2.4001,0.5,0,0,-1,0,1,0,1,0,0|1.5,-3,6,0,0,-1,0,1,0,1,0,0|0.5,1.1999,0.5,1,0,0,0,0,-1,0,1,0|63.6798,12.4804,80.8|1,7.2,1|0,-3.6001,0,1,0,0,-0,-0,-1,0,1,0|-1,1.1999,0,1,0,0,0,0,-1,0,1,0|38.6798'
  625. ..',12.4804,80.8|0,3.6,0,-1,-0,-0,0,0,1,0,1,0|12.4999,-0.6001,-6,-1,0,0,0,0,1,0,1,0|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|-1,-0.6,5,-1,0,0,0,1,0,0,0,-1|-0.5,-6,-2.6,-1,0,0,0,0,1,0,1,0|60.6798,7.4804,77.3|6,2,1|0,-1,0,1,0,0,-0,-0,-1,0,1,0|-9.5,0.6,-36,0,1,0,0,0,-1,-1,0,0|63.6798,7.4804,77.3|-12.5,0.6,-36,0,1,0,0,0,-1,-1,0,0|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,0,-1,0,0,0,0,1,0,1,0|63.6798,8.6804,77.3|60.6798,8.6804,77.3|62.1798,6.6804,77.3|63.6798,7.6804,73.3|60.6798,7.6804,73.3|-9.5,0.6,-32,-1,0,0,0,0,-1,0,-1,0|62.1798,6.6804,73.8|62.1798,13.6804,80.8|40.1798,13.6804,80.8|0,2.4,0,-1,-0,-0,0,0,1,0,1,0|10.9999,-0.6001,-6,-1,0,0,0,0,1,0,1,0|1,-6,-1.4,-1,0,0,0,0,1,0,1,0|38.6798,7.4804,77.3|41.6798,7.4804,77.3|41.6798,8.6804,77.3|36.6798,1'
  626. ..'4.2804,23.2999|1,1.2,6|36.6798,7.0804,21.7999|36.6798,7.0804,24.7999|36.6798,13.0804,24.7999|0,-0.6001,1.5,-1,0,0,0,0,1,0,1,0|0,3,-0.5,-1,0,0,0,-1,0,0,0,1|36.6798,13.0804,21.7999|0,-0.6001,-1.5,1,0,0,0,0,1,0,-1,0|0,3,0.5,1,0,0,0,-1,0,0,0,-1|65.6798,13.0804,21.7999|65.6798,13.0804,24.7999|65.6798,7.0804,24.7999|-14.5,0.6,16.5,-1,0,0,0,0,-1,0,-1,0|65.6798,7.0804,21.7999|-14.5,0.6,19.5,1,0,0,0,0,-1,0,1,0|0,-3,0.5,-1,0,0,0,1,0,0,0,-1|42.6798,13.0804,19.7999|13,13.2,1|59.6798,13.0804,19.7999|0,-6.6001,0,1,0,0,-0,-0,-1,0,1,0|-8.5,0.5999,21.5,-1,0,0,0,0,-1,0,-1,0|0,6.6,0,-1,-0,-0,0,0,1,0,1,0|8.5,-1.2001,4,-1,0,0,0,0,1,0,1,0|-6.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-0.0001,0.5,1,0,0,0,-1,0,0,0,-1|0,5.9999,0.5,-1,0,0,0,1,0,0,0,-1|51.1798,16.'
  627. ..'6804,19.7999|4,6,1|0,-0.6001,-1.5,0,1,0,0,0,1,1,0,0|0,-0.6001,-1.5,-0,-1,0,-0,-0,1,-1,-0,0|49.6798,7.0804,19.7999|6.4999,-6,0,0,0,-1,0,1,0,1,0,0|52.6798,7.0804,19.7999|52.6798,13.0804,19.7999|49.6798,13.0804,19.7999|6.4999,-0.0001,0,0,0,-1,0,-1,0,-1,0,0|0.2|63.6798,8.9804,11.7|-90,-180,0|5,14.8,5|38.6798,8.9804,11.7|57.1798,32.2804,-4.7|2,3.6,2|0,-6.0001,-3,1,0,0,0,0,1,0,-1,0|45.1798,32.2804,-4.7|0,0,1,1,0,0,0,-1,0,0,0,-1|0,-1.2001,1,-1,0,0,0,0,1,0,1,0|42.1798,7.6804,16.2999|2,2.4,2|8.9999,0.6,25,-1,0,0,0,0,-1,0,-1,0|60.1798,7.6804,16.2999|60.1798,9.4804,16.2999|2,1.2,2|0,1.1999,0,0,1,0,0,0,-1,-1,0,0|2.5,4.5999,0.5,0,0,-1,-1,0,0,0,1,0|42.1798,9.4804,16.2999|0,1.1999,0,0,-1,0,0,0,-1,1,0,0|-2.5,4.5999,0.5,0,0,1,1,0,0,0,1,0|66'
  628. ..'.3798,11.3804,75.3|14,0.4,5|number_010b|-1.5,-1.7001,11,0,0,1,0,1,0,-1,0,0|-1,0.0999,-0.5,0,0,1,0,1,0,-1,0,0|35.9798,11.3804,75.3|1.5,-1.7001,11,0,0,-1,0,1,0,1,0,0|1,0.0999,-0.5,0,0,-1,0,1,0,1,0,0|35.9798,11.3804,82.8|0,180,-90|5,0.4,1|1.5,-1.7001,3.5,0,0,-1,-1,0,0,0,1,0|66.3798,11.3804,82.8|0,180,90|-1.5,-1.7001,3.5,0,0,1,1,0,0,0,1,0|70.3798,13.9804,-2.7|10,0.4,3|2,2.6999,0.5,0,0,-1,0,1,0,1,0,0|31.9798,13.9804,-2.7001|-2,2.6999,0.5,0,0,1,0,1,0,-1,0,0|31.9798,13.9804,2.8|3,0.4,1|31.9798,13.9804,-8.2|-2,2.6999,-5,0,0,1,1,0,0,0,1,0|70.3798,13.9804,-8.2|0,0,-90|70.3798,13.9804,2.8|39.6798,12.4804,26.7999|7,12,1|0,0.5999,0.5,1,0,0,0,-1,0,0,0,-1|62.6798,12.4804,26.7999|-11.5,0.5999,14.5,-1,0,0,0,0,-1,0,-1,0|-11.5,5.4,0.5,1,0,0,0'
  629. ..',-1,0,0,0,-1|0,5.3999,0.5,-1,0,0,0,1,0,0,0,-1|51.1798,12.4804,26.7999|8,12,1|4,0,0,0,0,1,0,1,0,-1,-0,-0|0,5.4,0.5,1,0,0,0,-1,0,0,0,-1|-4,0,0,-0,-0,-1,0,1,0,1,0,0|0,0.5999,0.4999,1,0,0,0,-1,0,0,0,-1|0,0.5999,14.5,-1,0,0,0,0,-1,0,-1,0|0,5.3999,0.4999,-1,0,0,0,1,0,0,0,-1|45.1798,16.0804,26.7999|4,4.8,1|0,-0.6,-1.5,-0,-1,0,-0,-0,1,-1,-0,0|57.1798,16.0804,26.7999|0,-0.6,-1.5,0,1,0,0,0,1,1,0,0|-6,1.8,0.5,1,0,0,0,-1,0,0,0,-1|55.6798,7.0804,26.7999|58.6798,7.0804,26.7999|58.6798,13.0804,26.7999|55.6798,13.0804,26.7999|43.6798,13.0804,26.7999|46.6798,13.0804,26.7999|1.5,-2.4,0,0,1,0,0,0,1,1,0,0|46.6798,7.0804,26.7999|43.6798,7.0804,26.7999|7.4999,0.6,14.5,0,1,0,0,0,-1,-1,0,0|3.5,-5.4,0,0,0,-1,0,1,0,1,0,0|36.6798,15.4804,23.2999|1,-0'
  630. ..'.6,0,0,0,-1,0,1,0,1,0,0|0,0.5999,0,0,-1,0,0,0,-1,1,0,0|65.6798,10.0804,20.7999|0,-0.6001,-2.5,-1,0,0,0,0,1,0,1,0|65.6798,10.0804,25.7999|-14.5,0.5999,15.5,-1,-0,0,0,0,-1,-0,-1,0|0,-0.6001,2.5,-1,0,0,0,0,1,0,1,0|0,2.9999,0.5,-1,0,0,0,1,0,0,0,-1|65.6798,14.2804,23.2999|36.6798,10.0804,20.7999|14.4999,0.5999,20.5,-1,0,0,0,0,-1,0,-1,0|36.6798,10.0804,25.7999|14.4999,0.5999,15.5,-1,0,0,0,0,-1,0,-1,0|28.5798,9.4804,4.8|2,7.2,15|-2,-1.8001,8,0,0,1,-1,0,0,0,-1,0|0,0,7.5,1,0,0,0,1,0,0,0,1|0,0,2,1,0,0,0,-1,0,0,0,-1|28.5798,9.4804,-4.7|2,7.2,4|22.5798,9.4804,-4.7|2,4.8,4|0,0,2,1,0,0,0,1,0,0,0,1|0,-0.6,-0.1,-1,0,0,0,0,1,0,1,0|0,-3.6,0,1,0,-0,0,0,1,0,-1,0|79.7798,9.4804,-4.7|0,-3.6,0,1,0,0,0,0,1,0,-1,0|79.8798,9.4804,-7.3|0,90,-90|2,1.2'
  631. ..',5|22.4798,9.4804,-7.3|0,-90,90|103.1798,7.4804,-9.2|2,3.6,7|0,-15.6,0,1,0,0,0,0,1,0,-1,0|-0.8202,7.4804,-9.2|0,-15.6001,0,1,0,-0,0,0,1,0,-1,0|18.9798,12.0804,-3.2|2,7.2,9|83.3798,12.0804,-3.2|0.9999,2.4,6,0,0,-1,1,0,0,0,-1,0|0.9999,-2.4001,6.5,0,0,-1,-1,0,0,0,1,0|0,0,4.5,1,0,0,0,1,0,0,0,1|83.3798,12.0804,-8.7|2,7.2,2|18.9798,12.0804,-8.7|0,-0.0001,4.5,1,0,0,0,-1,0,0,0,-1|43.1798,24.4804,-0.7001|2,12,6|0,0,3,1,0,0,0,1,0,0,0,1|-8,5.3999,-1.0001,-1,0,0,0,-1,0,0,0,1|45.1798,24.4804,-1.7001|2,12,8|0,0,4,1,0,0,0,1,0,0,0,1|-6,5.3999,-1.0001,-1,0,0,0,-1,0,0,0,1|-6,-0.6001,-1,-1,0,0,0,-1,0,0,0,1|57.1798,24.4804,-1.7001|6,5.3999,-1.0001,-1,0,0,0,-1,0,0,0,1|51.1798,24.4804,-0.7001|10,12,6|0,5.3999,-1.0001,-1,0,0,0,-1,0,0,0,1|74.3798,'
  632. ..'17.4804,25.2999|2,8.4,26|0,1,0,1,0,0,0,0,-1,0,1,0|27.9798,17.4804,25.2999|27.9798,17.4804,8.8|2,8.4,7|0,-0.6,0,1,0,0,0,0,1,0,-1,0|0,0,3.5,1,0,0,0,1,0,0,0,1|0,0,12.9999,1,0,0,0,-1,0,0,0,-1|74.3798,17.4804,8.8|79.1798,17.4804,8.8|2,1.2,7|0,-4.2001,0,1,0,0,0,0,1,0,-1,0|28.9798,27.3804,1.3|1,2.4,6|0,-6,0,1,0,0,0,0,1,0,-1,0|63.1798,28.3804,9.8|1,6,11|39.1798,28.3804,9.8|0,0,5.5,1,0,0,0,1,0,0,0,1|39.1798,28.3804,3.3|1,6,2|63.1798,28.3804,3.3|0,0,5.5,1,0,0,0,-1,0,0,0,-1|66.7798,28.3804,3.3|1,1.2,2|35.5798,28.3804,3.3|0,-3,0,1,0,0,0,0,1,0,-1,0|59.1798,32.0804,18.7999|2,0.8,1|0,0,11,-1,0,0,0,1,0,0,0,-1|59.1798,32.0804,7.2999|2,0.8,22|43.1798,32.0804,18.7999|43.1798,32.0804,7.2999|51.1798,32.0804,18.7999|10,0.8,1|51.1798,32.0804,7.29'
  633. ..'99|10,0.8,22|85.7798,7.4804,3.3|2,31.2,18|0,0,9,1,0,0,0,1,0,0,0,1|0,0,3.5,1,0,0,0,-1,0,0,0,-1|0,-15.6001,0,1,0,0,-0,-0,-1,0,1,0|2,-3.8,6.5,0,0,-1,1,0,0,0,-1,0|68.1798,11.2804,-3.2|4,9.6,11|2,0,0,0,0,1,0,1,0,-1,-0,-0|2.6999,-0.2,5,0,-1,0,0,0,1,-1,0,0|0,-1.2001,-1.5,0,1,0,0,0,1,1,0,0|34.1798,11.2804,-3.2001|-2,0,0,-0,-0,-1,0,1,0,1,0,0|-3.8,-15.6001,6.5,0,-1,0,0,0,1,-1,0,0|68.1798,5.8804,-3.2001|11,1.2,4|0,-4.8,0,0,-1,0,0,0,1,-1,0,0|-15,0,44.5,0,0,1,0,-1,0,1,0,0|34.1798,5.8804,-3.2001|16.5798,7.4804,3.3|2.4,-3.6,-6.5,0,1,-0,0,0,1,1,0,-0|85.7798,7.4804,-9.2|2,31.2,7|16.5798,7.4804,-9.2|2.4,-3.6,6,0,-1,0,0,0,1,-1,0,0|73.7798,9.4804,4.8|2,-1.8001,8,0,0,-1,1,0,0,0,-1,0|73.7798,9.4804,-4.7|45.1798,26.8804,23.2999|2,9.6,8|-6,1.1999,'
  634. ..'7.5,-1,0,0,0,0,-1,0,-1,0|57.1798,26.8804,23.2999|6,1.1999,7.5,-1,0,0,0,0,-1,0,-1,0|0.1|51.1798,26.8804,23.2999|10,9.6,8|4.5,-0.6,-3.5,1,0,0,0,1,0,0,0,1|-4.5,-0.6,-3.5,1,0,0,0,1,0,0,0,1|0,3.6,-1,1,0,0,0,1,0,0,0,1|-0.5,1.8,1,-1,0,0,0,1,0,0,0,-1|0,1.1999,7.5,-1,0,0,0,0,-1,0,-1,0|59.1798,26.8804,23.2999|59.1798,24.4804,-0.7001|8,5.3999,-1.0001,-1,0,0,0,-1,0,0,0,1|8,-0.6001,-1,-1,0,0,0,-1,0,0,0,1|51.1798,31.0804,7.7999|18,1.2,23|8,-0.4,10.9999,1,0,0,0,0,1,0,-1,0|0,0,11.5,1,0,0,0,1,0,0,0,1|8,4.1999,4,-1,0,0,0,1,0,0,0,-1|4,4.2,-8.5,0,-1,0,0,0,-1,1,0,0|-8,-0.4,0.5,-1,0,0,0,0,1,0,1,0|8,-6.0001,8.5,-1,0,0,0,0,1,0,1,0|6,4.1999,4,-1,0,0,0,1,0,0,0,-1|6,-1.2001,7.4999,1,0,0,0,0,1,0,-1,0|-7,-1.2001,-3.5,0,1,0,0,0,1,1,0,0|-6.5,4.2,-8,1,0,0'
  635. ..',0,0,-1,0,1,0|0,4.1999,4,-1,0,0,0,1,0,0,0,-1|-8,4.1999,4,-1,0,0,0,1,0,0,0,-1|4.5,3,7.9999,-1,0,0,0,0,-1,0,-1,0|0,-0.4,10.9999,1,0,0,0,0,1,0,-1,0|-6,-1.2001,7.4999,1,0,0,0,0,1,0,-1,0|6,-6.0001,9.5,-1,0,0,0,0,1,0,1,0|-8,-0.4,10.9999,1,0,0,0,0,1,0,-1,0|-6,4.1999,4,-1,0,0,0,1,0,0,0,-1|6.9999,-1.2001,-3.5,-0,-1,0,-0,-0,1,-1,-0,0|-4.5,3,7.9999,-1,0,0,0,0,-1,0,-1,0|0,-0.4,0.5,-1,0,0,0,0,1,0,1,0|-6,-1.2001,-4,1,0,0,0,0,1,0,-1,0|0,5.3999,4.5,1,0,0,0,0,-1,0,1,0|7.9999,-0.4,0.5,-1,0,0,0,0,1,0,1,0|0,-6.0001,8.5,-1,0,0,0,0,1,0,1,0|4,4.2,8.4999,0,-1,0,0,0,-1,1,0,0|-6,-6.0001,9.5,-1,0,0,0,0,1,0,1,0|6,-1.2001,-4,1,0,0,0,0,1,0,-1,0|-8,-6.0001,8.5,-1,0,0,0,0,1,0,1,0|59.6798,26.2804,11.7999|15,8.4,1|-1.1001,-6,0,0,1,0,0,0,1,1,0,0|-7.5,0,0,-0,'
  636. ..'-0,-1,0,1,0,1,0,0|-0.5,-0.6001,4,-1,0,0,0,1,0,0,0,-1|-2.1001,-3,-2,0,1,0,0,0,1,1,0,0|8.5,1.1999,-4,0,1,0,0,0,-1,-1,0,0|42.6798,26.2804,11.7999|2.1,-3,-2,0,-1,0,0,0,1,-1,0,0|57.6798,26.2804,15.7999|3,8.4,7|1.5,-0.6001,4,-1,0,0,0,1,0,0,0,-1|6.5,1.1999,0,1,0,0,0,0,-1,0,1,0|44.6798,26.2804,15.7999|-6.5,-0.6001,7.9999,-1,0,0,0,0,1,0,1,0|-1.5,-0.6001,4,-1,0,0,0,1,0,0,0,-1|-6.5,1.1999,0,1,0,0,0,0,-1,0,1,0|0.5,-0.6001,4,-1,0,0,0,1,0,0,0,-1|45.1798,32.8804,15.2999|2,2.4,8|0,0,-7.5,1,0,0,0,1,0,0,0,1|57.1798,32.8804,15.2999|45.1798,32.8804,3.7999|2,2.4,15|57.1798,32.8804,3.7999|0,0,-7.5,-1,-0,-0,0,1,0,-0,-0,-1|0,0,4,-1,0,0,0,1,0,0,0,-1|57.1798,32.2804,-6.7|0,-1.2001,3,1,0,0,0,0,1,0,-1,0|45.1798,32.2804,-6.7|45.1798,35.2804,-3.7|0,-1.8'
  637. ..'001,3,1,0,0,0,0,1,0,-1,0|0,1.2,7.4999,1,0,0,0,0,-1,0,1,0|57.1798,35.2804,-3.7|0,1.8,-1,1,0,0,0,0,-1,0,1,0|66.1798,27.3804,11.8|1,12,15|0,0,3,1,0,0,0,-1,0,0,0,-1|36.1798,27.3804,11.8|-0.0001,1.1,-0.5,0,1,0,-1,0,0,0,0,1|66.1798,27.3804,1.3|1,12,6|36.1798,27.3804,1.3|73.3798,27.3804,1.3|60.1798,10.4804,-6.7001|8,18,8|-9,-3.2001,0.9999,1,0,0,0,-1,0,0,0,-1|42.1798,10.4804,-6.7001|0,0,-4,-1,-0,-0,0,1,0,-0,-0,-1|8.9999,0.5999,48,-1,0,0,0,0,-1,0,-1,0|8.9999,-3.2,1,1,0,0,0,-1,0,0,0,-1|0,-9,0,1,0,0,-0,-0,-1,0,1,0|-9,-3.2,0.9999,1,0,0,0,-1,0,0,0,-1|51.1798,10.4804,-8.5|8,21.6,8|0,-1.4001,0.9999,1,0,0,0,-1,0,0,0,-1|0,-10.8001,0,1,0,0,-0,-0,-1,0,1,0|65.1798,7.9804,-12.3|2,7.2,5|0,-2.7,-5.5,1,0,0,0,1,0,0,0,1|0,0,2.5,1,0,0,0,1,0,0,0,1|0,-'
  638. ..'0.0001,2.4999,-1,0,0,0,1,0,0,0,-1|65.1798,12.9804,-12.3001|90,180,0|37.1798,7.9804,-12.3|37.1798,12.9804,-12.3001|0,2.2999,-5.5,-1,0,0,0,-1,0,0,0,1|0,0,2.4999,-1,0,0,0,1,0,0,0,-1|51.1798,15.4804,-9.9001|26,2.4,2|51.1798,5.4804,-9.9|5.4999,-1.4,13.5,0,0,-1,0,-1,0,-1,0,0|9,-3.2,-4,-1,0,0,0,-1,0,0,0,1|0,-1.4,-4,-1,0,0,0,-1,0,0,0,1|-5.5,-1.4,13.4999,0,0,1,0,-1,0,1,0,0|0.0509,0.4117,0.6745|0.4|42.1798,10.4804,-15.9001|8,0.4,8|60.1798,10.4804,-15.9001|0,-9.0001,0,-1,0,0,0,0,1,0,1,0|51.1798,10.4804,-19.5|63.1798,20.8804,14.7999|25,2.4,6|-8.5,12,1,1,0,0,0,-1,0,0,0,-1|3.5,6.6,-5,0,-1,0,0,0,-1,1,0,0|9,0,-1,0,0,-1,0,1,0,1,0,0|9,-4.2,11.5,0,0,-1,0,1,0,1,0,0|-12,-0.6001,-10,0,1,0,0,0,1,1,0,0|12,0.6,11.4999,0,-1,0,0,0,-1,1,0,0|39.1798,20'
  639. ..'.8804,14.7999|-9,-4.2,11.5,0,0,1,0,1,0,-1,0,0|-9,0,-1,0,0,1,0,1,0,-1,0,0|-8.5,-12,1,-1,0,0,0,1,0,0,0,-1|-3.5,6.6,-5,0,1,0,0,0,-1,-1,0,0|11.9999,-0.6001,-10,0,-1,0,0,0,1,-1,0,0|-12,0.6,11.4999,0,1,0,0,0,-1,-1,0,0|51.1798,25.0804,3.2999|18,10.8,2|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|6,-0.6001,4,1,0,0,0,-1,0,0,0,-1|0,0.5999,-0.0001,1,0,0,0,0,-1,0,1,0|-8,-0.6001,3,1,0,0,0,-1,0,0,0,-1|0,-0.6001,3,1,0,0,0,-1,0,0,0,-1|51.1798,20.8804,15.7999|18,2.4,23|8,-4.8,7.5,1,0,0,0,0,1,0,-1,0|6,-0.6,1,-1,0,0,0,1,0,0,0,-1|0.5999,-0.5,-1.5,1,0,0,0,0,1,0,-1,0|-2.5,-1.8,9.4999,-1,0,0,0,0,1,0,1,0|4,-1.2,-1,1,0,0,0,0,1,0,-1,0|-7.5,0,1,0,1,0,1,0,0,0,0,-1|-6,-0.6,1,-1,0,0,0,1,0,0,0,-1|-8,-4.8,7.5,1,0,0,0,0,1,0,-1,0|-9.5,3,0,0,-1,0,0,0,-1,1,0,0|0,-1.2,2.5,1'
  640. ..',0,0,0,0,1,0,-1,0|0,3,-4,1,0,0,0,0,-1,0,1,0|0,-0.6001,-9,-1,0,0,0,0,1,0,1,0|-4,-4.2,8.4999,0,-1,0,0,0,1,-1,0,0|-8,-0.2,0,0,-1,0,0,0,1,-1,0,0|9.9999,-0.2,0,0,1,0,0,0,1,1,0,0|8.4999,6.6,-4,1,0,0,0,0,-1,0,1,0|35.1798,19.8804,19.7999|35,0.4,2|-17.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,0,0.5,-1,0,0,0,1,0,0,0,-1|-16,0.6,16.4999,0,1,0,0,0,-1,-1,0,0|67.1798,19.8804,19.7999|16,0.6,16.4999,0,1,0,0,0,-1,-1,0,0|-5,0.6,0,1,0,0,0,0,-1,0,1,0|67.1798,19.8804,37.7999|35.1798,19.8804,37.7999|45.1798,21.4804,28.2999|57.1798,21.4804,28.2999|0,0.5999,4.5,1,0,0,0,0,-1,0,1,0|43.1798,26.8804,23.2999|-7.5,0.6,0.5,0,0,1,0,1,0,-1,0,0|69.1798,19.0804,20.2999|36,1.2,2|1,0,5,0,0,-1,0,-1,0,-1,0,0|17,0,16.9999,0,0,-1,0,1,0,1,0,0|-5.5,0,1,-1,0,0,0,1,0,0,0,-1|33.1798'
  641. ..',19.0804,20.2999|-17,0,16.9999,0,0,1,0,1,0,-1,0,0|35.1798,19.0804,14.7999|21,1.2,2|0,2.4,-8.5,0,1,0,0,0,-1,-1,0,0|-6.5,-15,0.6,-1,0,0,0,0,1,0,1,0|-8.5,-15,0.4,-1,0,0,0,0,1,0,1,0|0,6,2.9999,0,1,0,0,0,-1,-1,0,0|5.5,0,1,-1,0,0,0,1,0,0,0,-1|5,-0.2001,0,-1,0,0,0,0,1,0,1,0|67.1798,19.0804,14.7999|51.1798,4.0804,-3.2001|11,2.4,24|0,0,-12,-1,-0,-0,0,1,0,-0,-0,-1|0,0,1.5,1,0,0,0,-1,-0,0,0,-1|0,-1.2,-4,0,1,0,0,0,1,1,0,0|0,-0.6,44.5,0,1,0,0,0,1,1,0,0|-9.5,-0.6,-5.0001,0,1,0,0,0,1,1,0,0|0,0,12,1,0,0,0,1,0,0,0,1|-0.0001,0,1.4999,1,0,0,0,-1,0,0,0,-1|9.5,-0.6,-5.0001,0,1,0,0,0,1,1,0,0|-5.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-1.2,-1.4,-1,0,0,0,0,1,0,1,0|64.6798,4.0804,-3.2001|11,2.4,3|37.6798,4.0804,-3.2001|57.1798,1.6804,0.7999|2,2.4,3|0,0,1.5,1,'
  642. ..'0,0,0,1,0,0,0,1|-44.5,-1.2,-6,0,0,1,0,-1,0,1,0,0|3.9999,-1.2,-6,0,1,0,0,0,1,1,0,0|45.1798,1.6804,0.7999|-44.5,-1.2,5.9999,0,0,1,0,-1,0,1,0,0|3.9999,-1.2,5.9999,0,1,0,0,0,1,1,0,0|51.1798,1.6804,0.7999|8,2.4,3|-44.5,-1.2001,0,0,0,1,0,-1,0,1,0,0|55.6798,1.4804,-3.2|1,2.7999,11|-44.5,-1.4,-4.5001,0,0,1,0,-1,0,1,0,0|0,-1.4,0,1,0,0,-0,-0,-1,0,1,0|0,-1.2,-4.5001,0,1,0,0,0,1,1,0,0|46.6798,1.4804,-3.2|-44.5,-1.4,4.4999,0,0,1,0,-1,0,1,0,0|0,-1.2,4.4999,0,1,0,0,0,1,1,0,0|44.5,-1.2001,0,0,0,-1,0,1,0,1,0,0|60.6798,2.2804,1.8|5,1.2,1|41.6798,2.2804,1.8|-15,-0.6,-3.5,0,0,1,0,-1,0,1,0,0|37.1798,10.6804,-3.2001|2,8.4,11|0,0,-5.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-3.6,2.6999,-1,0,0,0,0,1,0,1,0|65.1798,10.6804,-3.2001|0,-3.6001,2.2999,1,0,0,0,0,1,0,-'
  643. ..'1,0|51.1798,15.4804,-3.2001|30,1.2,11|0,-1.2001,15.5,0,1,0,0,0,1,1,0,0|14,-3.6001,-2.5,1,-0,0,0,-0,1,0,-1,0|0,-1.2001,15.4999,0,-1,0,0,0,1,-1,0,0|13.9999,4.1999,0,1,0,0,0,0,-1,0,1,0|0,-1.2001,0,0,1,0,0,0,1,1,0,0|0,-1.2001,0,1,-0,0,0,-0,1,0,-1,0|-14,-3.6001,-2.5,1,-0,0,0,-0,1,0,-1,0|-14,4.1999,0,1,0,0,0,0,-1,0,1,0|66.6798,17.2804,-3.2001|11,2.4,7|-15.5,-1.2001,-1.8001,1,0,0,0,0,1,0,-1,0|35.6798,17.2804,-3.2001|5.5,0,0,0,0,1,0,1,0,-1,-0,-0|15.4999,-1.2001,-1.8001,1,0,0,0,0,1,0,-1,0|1.5,4.8,0,0,1,0,0,0,-1,-1,0,0|51.1798,17.2804,-3.2001|0,0,3.5,-1,0,0,0,1,0,0,0,-1|0,0,3.4999,-1,0,0,0,1,0,0,0,-1|0,-1.2001,-1.8001,1,0,0,0,0,1,0,-1,0|51.1798,12.4804,3.2999|30,12,2|0,0.5999,38,-1,0,0,0,0,-1,0,-1,0|12.5,-7.4001,3.5,-1,0,0,0,0,1,0,1,'
  644. ..'0|0,6,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6001,-0.0001,-1,0,0,0,0,1,0,1,0|-12.5,-7.4001,3.5,-1,0,0,0,0,1,0,1,0|58.6798,1.0804,64.3|36,1.2,1|17.5,-1.8,-7,-1,0,0,0,-1,0,0,0,1|0,-1.8,3.5,-1,0,0,0,0,1,0,1,0|46.6798,0.2804,46.8|89,0.4,1|-44.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,1.8,6,-1,0,0,0,1,0,0,0,-1|55.6798,0.2804,46.8|0,-2.4,-4.5001,-1,0,0,0,0,1,0,1,0|44.5,0,0,0,0,1,0,1,0,-1,-0,-0|0,1.2,5.5,-1,0,0,0,1,0,0,0,-1|39.1798,2.8804,39.2999|14,4.8,10|7,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5,-1.8,0.5,1,0,0,0,-1,0,0,0,-1|-1.9001,0.4,1,0,1,0,1,0,0,0,0,-1|39.6798,1.0804,46.8|62.6798,1.0804,46.8|69.1798,4.7804,38.9|0,-90,-90|1,13.2,2|14.5999,-0.6,-1,0,1,0,0,0,1,1,0,0|-0.4001,1.9,-5,0,1,0,-1,0,0,0,0,1|15,1.9,-5,0,0,-1,-1,0,0,0,1,0|69.1798,0.9804,38.9|-0.4001,-1.9'
  645. ..',-5,0,1,0,-1,0,0,0,0,1|15,-1.9,-5,0,0,-1,-1,0,0,0,1,0|38.1798,2.8804,17.2999|30,4.8,12|33.1798,4.7804,38.9|0,90,90|15,1.9,5,0,0,-1,1,0,0,0,-1,0|33.1798,0.9804,38.9|1,13.1999,2|-0.4001,-1.9,5,0,1,0,1,0,0,0,0,-1|0,-6.6,0,1,0,0,-0,-0,-1,0,1,0|15,-1.9,5,0,0,-1,1,0,0,0,-1,0|67.1798,12.4804,11.8|2,12,19|-5.0001,-1,13.4999,0,1,0,0,0,1,1,0,0|16,-0.6001,8.5,-1,0,0,0,0,1,0,1,0|0,0,9.5,1,0,0,0,1,0,0,0,1|-0.5,0.5999,0.5,1,0,0,0,-1,0,0,0,-1|0.5,5.3999,0.5,-1,0,0,0,1,0,0,0,-1|-12.5,0.5999,1,0,1,0,0,0,-1,-1,0,0|2.9999,-0.6001,0,0,-1,0,0,0,1,-1,0,0|35.1798,12.4804,11.8|-9.5,-15,-6.0001,-1,0,0,0,0,1,0,1,0|-5.0001,-1,-13.5,0,1,0,0,0,1,1,0,0|-0.5,5.3999,0.5,-1,0,0,0,1,0,0,0,-1|1,-1.5,1,0,1,0,1,0,0,0,0,-1|-12.5,0.5999,-1,0,1,0,0,0,-1,-1,0,0|0.'
  646. ..'5,0.5999,0.5,1,0,0,0,-1,0,0,0,-1|-16,-0.6001,8.5,-1,0,0,0,0,1,0,1,0|-11.5,-3,0.5,-1,0,0,0,1,0,0,0,-1|70.3798,0.9804,28.7999|7,0.4,1|11.5,-1.9,-6,1,0,0,0,1,0,0,0,1|70.6798,0.8804,23.2999|6,-2,-6,1,0,0,0,1,0,0,0,1|70.3798,4.7804,28.7999|31.9798,0.9804,28.7999|11.5,-1.9,6,-1,0,0,0,1,0,0,0,-1|31.9798,4.7804,11.8|19,0.4,1|-5.5,1.9,6,-1,0,0,0,1,0,0,0,-1|70.3798,4.7804,11.8|70.3798,0.9804,11.8|-5.5,-1.9,-6,1,0,0,0,1,0,0,0,1|70.6798,3.4804,23.2999|31.6798,5.8804,23.2999|31.9798,4.7804,28.7999|11.5,1.9,6,-1,0,0,0,1,0,0,0,-1|46.6798,2.0804,97.3|1,4,12|55.6798,2.0804,97.3|0,0,6,1,0,0,0,1,0,0,0,1|44.5,-0.8,-4.5001,0,0,-1,0,-1,0,-1,0,0|0,-2,0,1,0,0,-0,-0,-1,0,1,0|-4.5001,-0.6,-0.0001,-1,0,0,0,0,1,0,1,0|51.1798,2.2804,92.8|8,3.6,3|44.5,-'
  647. ..'0.6,0,0,0,-1,0,-1,0,-1,-0,-0|0,-0.6,4.5,-1,0,0,0,0,1,0,1,0|63.1798,2.8804,39.2999|15,-0.6,5,-1,0,0,0,0,1,0,1,0|0.5,-1.8,0.5,1,0,0,0,-1,0,0,0,-1|64.1798,2.8804,17.2999|-7,-0.6,4,-1,0,0,0,0,1,0,1,0|0,0,-6,-1,-0,-0,0,1,0,-0,-0,-1|5.4999,-0.2,-1.9001,-1,0,0,0,0,1,0,1,0|-11.5,-0.2,-1.9001,-1,0,0,0,0,1,0,1,0|-3.5,-0.6,0.4999,1,0,0,0,-1,0,0,0,-1|-0.5,-0.6001,-6,0,0,1,0,1,0,-1,0,0|31.6798,3.4804,23.2999|6,0.6,6,-1,0,0,0,1,0,0,0,-1|31.9798,0.9804,11.8|-5.5,-1.9,6,-1,0,0,0,1,0,0,0,-1|31.6798,1.0804,23.2999|6,-1.8,6,-1,0,0,0,1,0,0,0,-1|33.1798,11.4804,37.2999|10,2,2|0,-1,4,0,1,0,1,0,0,0,0,-1|69.1798,11.4804,37.2999|-5,0,0,-0,-0,-1,0,1,0,1,0,0|13,0.5999,-1,0,-1,0,0,0,-1,1,0,0|33.1798,11.4804,13.2999|33.1798,12.4804,7.3|2,12,10|12.9999,'
  648. ..'-0.6001,0,0,-1,0,0,0,1,-1,0,0|-3.0001,-3.6,-2.5,-0,-1,0,-0,-0,1,-1,-0,0|1.4999,-0.2001,-4.5,-0,-1,0,-0,-0,1,-1,-0,0|1,-1,0,0,1,0,0,0,1,1,0,0|-5,-15.6,-4,-0,-1,0,-0,-0,1,-1,-0,0|-17,0.5999,1,0,1,0,0,0,-1,-1,0,0|69.1798,12.4804,7.3|-13,-0.6001,0,0,1,0,0,0,1,1,0,0|3,-3.6,-2.5,0,1,0,0,0,1,1,0,0|-1.5,-0.2,-4.5,0,1,0,0,0,1,1,0,0|-1.0001,-1,0,0,-1,0,0,0,1,-1,0,0|-17,0.5999,-1,0,1,0,0,0,-1,-1,0,0|4.9999,-15.6,-4,0,1,0,0,0,1,1,0,0|69.1798,11.4804,13.2999|1,-1,1.4999,0,0,-1,-1,0,0,0,1,0|5,0,0,0,0,1,0,1,0,-1,-0,-0|-11,0.5999,-1,0,1,0,0,0,-1,-1,0,0|67.1798,16.0804,23.2999|-1.4001,-1,2,0,1,0,0,0,1,1,0,0|0.5,-0.6,-1.5,-1,0,0,0,0,1,0,1,0|-0.5,-0.6,-1.5,1,0,0,0,0,1,0,-1,0|-8.5,-0.6001,0,0,-1,0,0,0,1,-1,0,0|0.5,3.5999,0,1,0,0,0,0,-1,0,1,0|6'
  649. ..'6.6798,10.0804,23.2999|1,7.2,4|Door1|67.6798,7.0804,21.8|-2.5,0.5999,0.5,0,-1,0,0,0,-1,1,0,0|67.6798,7.0804,24.7999|0.5,0.6,0.5,0,1,0,0,0,-1,-1,0,0|67.6798,13.0804,24.7999|67.6798,13.0804,21.8|34.6798,7.0804,24.7999|-0.5,-5.4,-5.5,1,0,0,0,1,0,0,0,1|0.5,0.6,-0.5,0,1,0,0,0,-1,-1,0,0|34.6798,7.0804,21.8|35.6798,10.0804,23.2999|0.5,-2.4,0,-1,0,0,0,0,1,0,1,0|35.1798,16.0804,23.2999|0,-15,-2.6001,-1,0,0,0,0,1,0,1,0|34.6798,13.0804,24.7999|-0.5,-2.4,1.5,-1,0,0,0,0,1,0,1,0|-0.5,0.5999,-5.5,-1,0,0,0,-1,0,0,0,1|34.6798,13.0804,21.8|-0.5,-2.4,-1.5,1,0,0,0,0,1,0,-1,0|33.1798,17.4804,25.2999|2,2,26|-12,0.1999,1,0,1,0,1,0,0,0,0,-1|-1,1.4,2,0,0,1,1,0,0,0,1,0|0,0,13,1,0,0,0,1,0,0,0,1|0,5,4,0,1,0,1,0,0,0,0,-1|-5,-0.6001,0,1,0,0,0,0,1,0,-1,0'
  650. ..'|69.1798,17.4804,25.2999|67.1798,4.0804,57.2999|22,4.8,2|0.5,-1.2,-8.5,0,-1,0,0,0,1,-1,0,0|-0.5,-1.2,0,0,-1,0,0,0,1,-1,0,0|10.5,-4.8,-6.5,-1,0,0,0,0,1,0,1,0|-0.5,-1.2,-6.5,0,1,0,0,0,1,1,0,0|5,-1,0,0,-1,0,0,0,1,-1,0,0|35.1798,4.0804,57.2999|14.9999,-1.8,-16,0,0,-1,0,-1,0,-1,0,0|-10.5,-4.8,6.5,1,0,0,0,0,1,0,-1,0|0.5,-1.2,0,0,1,0,0,0,1,1,0,0|10.5,-4.8,6.5,1,0,0,0,0,1,0,-1,0|-0.5,-1.2,-8.5,0,1,0,0,0,1,1,0,0|-7,0.5999,4,1,0,0,0,-1,0,0,0,-1|0.5,-1.2,-6.5,0,-1,0,0,0,1,-1,0,0|-5,-1,0,0,1,0,0,0,1,1,0,0|41.6798,11.2804,67.8|1,9.6,15|0,1.7999,0.4999,1,0,0,0,-1,0,0,0,-1|0,-0.6,9.4999,-1,0,0,0,0,1,0,1,0|0,4.1999,0.4999,-1,0,0,0,1,0,0,0,-1|4.5,-10,-5,-1,0,0,0,0,1,0,1,0|60.6798,11.2804,67.8|-9.5,0.5999,-26.5,-0,1,0,0,0,-1,-1,0,0|4.2999,-6'
  651. ..'.6,6.5,0,-1,0,0,0,1,-1,0,0|14.5,-1.2001,6.5,-1,0,0,0,0,1,0,1,0|0,1.7999,0.5,1,0,0,0,-1,0,0,0,-1|0,-0.6,-9.5,-1,0,0,0,0,1,0,1,0|-10.5,-2.4,6.5,-1,0,0,-0,0,1,0,1,0|-4.3,-6.6,6.5,0,-1,0,0,0,1,-1,0,0|0,4.1999,0.5,-1,0,0,0,1,0,0,0,-1|60.6798,11.2804,46.7999|41.6798,11.2804,46.7999|67.6798,7.6804,57.2999|1,2.4,20|67.1798,17.2804,53.2999|30,2.4,2|1,-0.6001,-15,1,0,0,0,1,0,0,0,1|6.5,4.8,-6.5,1,0,0,0,0,-1,0,1,0|-14.5,0.6,-15,1,0,0,0,1,0,0,0,1|-4,-0.6001,0.5,1,0,0,0,0,1,0,-1,0|-0.5,4.8,12,0,-1,0,0,0,-1,1,0,0|6.5,0.6,-15,1,0,0,0,1,0,0,0,1|-12,0.6,3.5,-1,0,0,0,1,0,0,0,-1|35.1798,17.2804,53.2999|1,-0.6001,14.9999,-1,0,0,0,1,0,0,0,-1|-14.5,0.6,14.9999,-1,0,0,0,1,0,0,0,-1|6.5,0.6,14.9999,-1,0,0,0,1,0,0,0,-1|-1,4,1,0,0,1,1,0,0,0,1,0|6.5,4.'
  652. ..'8,6.5,-1,0,0,0,0,-1,0,-1,0|4,-0.6001,0.5,1,0,0,0,0,1,0,-1,0|-12,0.6,-3.5,1,0,0,0,1,0,0,0,1|0.5,4.8,12,0,1,0,0,0,-1,-1,0,0|0.5,0.6,-4,0,1,0,0,0,-1,-1,0,0|-4,4.8,8.5,0,1,0,0,0,-1,-1,0,0|-14.5,4.8,6.5,-1,0,0,0,0,-1,0,-1,0|67.6798,11.8804,64.8|1,6,5|0,1.1999,7.5,1,0,0,0,0,-1,0,1,0|0,3,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6001,7.5,-1,0,0,0,0,1,0,1,0|67.6798,11.8804,49.7999|0,1.1999,-7.5,1,0,0,0,0,-1,0,1,0|0,-0.6001,-7.5,-1,0,0,0,0,1,0,1,0|67.6798,11.8804,61.2999|0,1.1999,4,1,0,0,0,0,-1,0,1,0|0,-0.6001,4,-1,0,0,0,0,1,0,1,0|67.1798,15.5804,74.9|-1,4.2999,-0.1,0,0,1,-1,0,0,0,-1,0|35.1798,15.5804,74.9|1.5,2.5,11.4,0,0,-1,1,0,0,0,-1,0|1,4.2999,-0.1,0,0,-1,1,0,0,0,-1,0|0.5,4.2999,6.5,0,0,-1,1,0,0,0,-1,0|51.1798,16.6804,67.8|1,1.2,30|13.9999,-1'
  653. ..'0,0.4,-1,0,0,0,0,1,0,1,0|51.1798,16.6804,46.7999|0,4.7999,9.5,1,0,0,0,0,-1,0,1,0|0,4.7999,-9.5,1,0,0,0,0,-1,0,1,0|34.6798,7.6804,57.2999|0,-3,0,-1,0,0,0,0,1,0,1,0|0,-3,4,-1,0,0,0,0,1,0,1,0|0,-3,-4,-1,0,0,0,0,1,0,1,0|0,-3,7.5,-1,0,0,0,0,1,0,1,0|0,-3,-7.5,-1,0,0,0,0,1,0,1,0|34.6798,11.8804,64.8|34.6798,11.8804,61.2999|34.6798,11.8804,49.7999|34.6798,11.8804,57.2999|1,6,6|0,-0.6001,0,-1,0,0,0,0,1,0,1,0|34.6798,11.8804,53.2999|0,-0.6001,-4,-1,0,0,0,0,1,0,1,0|34.6798,15.4804,57.2999|1,1.2,20|67.6798,11.8804,57.2999|0,1.1999,0,1,0,0,0,0,-1,0,1,0|67.6798,11.8804,53.2999|0,1.1999,-4,1,0,0,0,0,-1,0,1,0|67.6798,15.4804,57.2999|4,-1.2001,-0.5,0,1,0,0,0,1,1,0,0|0,0,0.5,1,0,0,0,-1,0,0,0,-1|35.1798,6.9804,74.9|2.5,-0.7,11.4,0,0,-1,1,0,0,'
  654. ..'0,-1,0|1,-4.3,-0.1,0,0,-1,1,0,0,0,-1,0|0.5,-4.3,6.5,0,0,-1,1,0,0,0,-1,0|67.1798,6.9804,74.9|-1,-4.3,-0.1,0,0,1,-1,0,0,0,-1,0|57.1798,19.6804,53.2999|2,2.4,30|1,0.5999,-6,0,-1,0,0,0,-1,1,0,0|45.1798,19.6804,53.2999|1,0.5999,5.9999,0,-1,0,0,0,-1,1,0,0|51.1798,17.8804,68.8|10,1.2,1|0,0.6,6,1,0,0,0,0,-1,0,1,0|16,0,0,0,0,-1,0,1,0,1,0,0|40.1798,17.8804,68.8|8,1.2,1|62.1798,17.8804,68.8|34.1798,5.8804,24.2999|44,1.2,4|15,-2.4,-1.5,1,0,0,0,0,1,0,-1,0|-15,2.3999,5,1,0,0,0,0,-1,0,1,0|-1,-6,18,0,1,0,0,0,1,1,0,0|0.5,-0.6,-2.5,0,1,0,0,0,1,1,0,0|-5,-1,-13,0,0,1,0,1,0,-1,0,0|-1.5,-3.6,1,0,-1,0,0,0,1,-1,0,0|0.4999,-14.6,1,0,0,-1,1,0,0,0,-1,0|-5,11,1,0,0,1,-1,0,0,0,-1,0|-5,-4.8001,-20.5,0,-1,0,0,0,1,-1,0,0|7,2.3999,4,1,0,0,0,0,-1,0,1,0|-0.5'
  655. ..',0,-1,0,0,1,0,1,0,-1,0,0|68.1798,5.8804,24.2999|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|-0.5,0,1,0,0,1,0,1,0,-1,0,0|1.5,-3.6,1,0,-1,0,0,0,1,-1,0,0|69.1798,12.4804,42.2999|-5.0001,0,-13,0,1,0,-1,0,0,0,0,1|18,0.5999,-1,0,-1,0,0,0,-1,1,0,0|33.1798,12.4804,42.2999|34.6798,11.2804,41.2999|1,9.6,10|4,-1.2001,0.5,0,1,0,0,0,1,1,0,0|17,0.6,-0.5,0,1,0,0,0,-1,-1,0,0|-0.2,-1,4,0,1,0,0,0,1,1,0,0|67.6798,11.2804,41.2999|17,0.6,0.5,0,1,0,0,0,-1,-1,0,0|-0.2,-4,1,0,1,0,1,0,0,0,0,-1|67.1798,12.4804,30.7999|2,12,11|-5.0001,-1,-5.5,0,1,0,0,0,1,1,0,0|16,-0.6001,-1,-1,0,0,0,0,1,0,1,0|-7.5,-3,0.5,-1,0,0,0,1,0,0,0,-1|6.5,0.5999,1,0,1,0,0,0,-1,-1,0,0|35.1798,17.2804,37.2999|5.8,-1,0,0,1,0,0,0,1,1,0,0|67.1798,17.2804,37.2999|16,-0.6001,5.5,0,-1,0,0,0,1,-1,0,'
  656. ..'0|-0.2,-1,-12,0,1,0,0,0,1,1,0,0|5.8,0,1,0,1,0,1,0,0,0,0,-1|-0.5,4.8,-4,0,-1,0,0,0,-1,1,0,0|35.1798,12.4804,30.7999|7.5,-3,0.5,-1,0,0,0,1,0,0,0,-1|-5.0001,-1,5.5,0,1,0,0,0,1,1,0,0|6.5,0.5999,-1,0,1,0,0,0,-1,-1,0,0|51.1798,19.0804,31.7999|34,1.2,13|-1,-0.2001,7.5,0,1,0,0,0,1,1,0,0|0,0.5999,-10.5,0,-1,0,0,0,-1,1,0,0|0,0.5999,14,0,1,0,0,0,-1,-1,0,0|-6,2.4,5,1,0,0,0,0,-1,0,1,0|-3.5,0,1,0,1,0,1,0,0,0,0,-1|-12,-0.2001,-16,0,-1,0,0,0,1,-1,0,0|-6,-0.6,1,1,0,0,0,0,1,0,-1,0|0,6,5,1,0,0,0,0,-1,0,1,0|0,-1.2001,16,-1,0,0,0,0,1,0,1,0|0,0,6.5,1,0,0,0,1,0,0,0,1|17,-1.2001,12,0,1,0,0,0,1,1,0,0|-16,-0.2001,6,1,0,0,0,0,1,0,-1,0|-5.5,1.2,-16,0,1,0,0,0,-1,-1,0,0|3.5,0,1,0,1,0,1,0,0,0,0,-1|16,-0.2001,6,1,0,0,0,0,1,0,-1,0|17,0,0,0,0,1,0,1,0,-1,-0,'
  657. ..'-0|11.5,0,1,-1,0,0,0,1,0,0,0,-1|15.9999,6,1,1,0,0,0,0,-1,0,1,0|-12,-0.2001,15.9999,0,-1,0,0,0,1,-1,0,0|0,0,-6.5,-1,-0,-0,0,1,0,-0,-0,-1|-11.5,6,5,1,0,0,0,0,-1,0,1,0|0,0.5999,-14,0,1,0,0,0,-1,-1,0,0|0,0.5999,10.4999,0,-1,0,0,0,-1,1,0,0|0,-0.6,6,-1,0,0,0,0,1,0,1,0|-20.5,0.5999,0,0,1,0,0,0,-1,-1,0,0|5.9999,2.4,5,1,0,0,0,0,-1,0,1,0|-17,-1.2001,11.9999,0,-1,0,0,0,1,-1,0,0|-17,0,0,-0,-0,-1,0,1,0,1,0,0|-11.5,0,0.9999,-1,0,0,0,1,0,0,0,-1|6,-0.6,1,1,0,0,0,0,1,0,-1,0|-1,-0.2001,-7.5,0,1,0,0,0,1,1,0,0|11.4999,6,5,1,0,0,0,0,-1,0,1,0|45.1798,20.2804,32.7999|2,1.2,11|0,-0.6,-4.5,-1,0,0,0,0,1,0,1,0|57.1798,20.2804,32.7999|40.1798,19.0804,38.7999|62.1798,19.0804,38.7999|51.1798,19.0804,38.7999|45.1798,2.8804,97.8|2,4.8,13|57.1798,2.8804,97'
  658. ..'.8|44.5,0,-6,0,0,-1,0,-1,0,-1,-0,-0|-6,-0.6,0,-1,0,0,0,0,1,0,1,0|51.1798,4.6804,97.3|10,1.2,12|4.4999,-2,0,-1,0,0,0,0,1,0,1,0|51.1798,4.6804,103.8|0,-0.0001,-6,-1,0,0,0,-1,0,0,0,1|0,-0.6,-6,-1,0,0,0,0,1,0,1,0|51.1798,2.8804,46.7999|89,4.8,14|0,-0.2,-4.5,-1,0,0,0,0,1,0,1,0|5.9999,0,6.5,1,0,0,0,-1,0,0,0,-1|4.4999,-0.8,6,1,0,0,0,-1,0,0,0,-1|40.1798,3.4804,86.8|8,3.6,9|10.9999,-0.6,-45.5,-1,0,0,0,0,1,0,1,0|18,0,0,0,0,-1,0,-1,0,-1,0,0|62.1798,3.4804,86.8|62.1798,3.4804,64.3|36,3.6,8|-11,-0.6,-23,0,1,0,0,0,1,1,0,0|-7,0.5999,1,1,0,0,0,-1,0,0,0,-1|18,0,0,0,0,1,0,1,0,-1,-0,-0|0,0,4.5,1,0,0,-0,-1,-0,0,0,-1|-0.5,-0.6,-17.5,0,-1,0,0,-0,1,-1,-0,0|40.1798,3.4804,64.3|0.5,-0.6,-17.5,0,-1,0,0,0,1,-1,0,0|43.6798,1.0804,64.3|17.5,-1.8,6.9999'
  659. ..',1,0,0,0,-1,0,0,0,-1|0,-1.8,-3.5,1,0,0,0,0,1,0,-1,0|57.1798,19.0804,74.8|2,3.6,13|-6,0.6,0,1,0,0,0,0,-1,0,1,0|63.6798,7.6804,86.3|5,2.4,10|-1.5,-1.2,1.5,-1,0,0,0,0,1,0,1,0|-12.5,0.6,-45,1,0,0,0,0,-1,0,1,0|-1.5,-1.2,-6,-1,0,0,0,0,1,0,1,0|1,-4.2,0,-1,0,0,0,0,1,0,1,0|-2.5,0,0,-0,-0,-1,0,1,0,1,0,0|-0.7001,11.4,1,0,-1,0,-1,0,0,0,0,-1|0,0,-5,-1,-0,-0,0,1,0,-0,-0,-1|0.2,0.0999,2.5,0,1,0,1,0,0,0,0,-1|58.6798,7.6804,86.3|1,2.4,10|-7.5,0.6,-45,1,0,0,0,0,-1,0,1,0|43.6798,7.6804,86.3|7.4999,0.6,-45,1,0,0,0,0,-1,0,1,0|38.6798,7.6804,86.3|42.1798,7.4804,90.3|2,18,2|8.9999,0.6,-49,-1,-0,0,0,0,-1,-0,-1,0|0,-0.2,3.5,1,0,0,0,0,1,0,-1,0|0,-2.4001,3.5,1,0,0,0,0,1,0,-1,0|1.5,-3.8,-0.5,1,0,0,0,1,0,0,0,1|60.1798,7.4804,90.3|63.5798,7.4804,93.8|2,'
  660. ..'4.8,5|38.7798,7.4804,93.8|-0.1,-0.2001,-5,0,1,0,-1,0,0,0,0,1|42.1798,8.6804,93.8|2,0.4,5|60.1798,8.6804,93.8|51.1798,7.0804,98.8|10,1.2,9|0,0,-4.5,-1,-0,-0,0,1,0,-0,-0,-1|51.1798,7.0804,103.8|45.1798,19.0804,87.8|57.1798,19.0804,87.8|0,0,-6.5,1,0,0,0,1,0,0,0,1|45.1798,19.0804,74.8|0,0,6.5,-1,0,0,0,1,0,0,0,-1|65.1798,11.2804,74.8|2,9.6,13|37.1798,11.2804,74.8|45.1798,11.2804,87.8|43.6798,11.2804,80.8|5,9.6,1|7.4999,0.5999,-39.5,1,0,0,0,0,-1,0,1,0|7.4999,-0.6,-6,-1,0,0,0,0,1,0,1,0|58.6798,11.2804,80.8|-7.5,0.6,-39.5,1,0,0,0,0,-1,0,1,0|1,1.2,-0.5,0,0,-1,0,1,0,1,0,0|-7.5,-0.6,-6,-1,0,0,0,0,1,0,1,0|1.5,-9,3.7999,-1,0,0,0,0,1,0,1,0|57.1798,11.2804,87.8|-6,0.6,-46.5,1,0,0,0,0,-1,0,1,0|-6,0.5999,10,1,0,0,0,0,-1,0,1,0|45.1798,11.880'
  661. ..'4,99.3|2,10.8,10|0,0.5999,-6.5,1,0,0,0,1,0,0,0,1|57.1798,11.8804,99.3|-6,-4.8001,-6.5,1,0,0,0,1,0,0,0,1|-6,0.5999,-1.5,1,0,0,0,0,-1,0,1,0|51.1798,16.6804,87.8|14,1.2,13|-6,-1.8001,0,-1,0,0,0,0,1,0,1,0|4.4999,-0.6001,5,-1,0,0,0,0,1,0,1,0|-6,4.7999,0,1,0,0,0,0,-1,0,1,0|4.4999,-0.9,0.5,-1,0,0,0,1,0,0,0,-1|-6,4.8,5,-1,0,0,0,1,0,0,0,-1|51.1798,16.6804,74.8|30,1.2,13|-0.5,-0.2001,7.5,0,-1,0,0,0,1,-1,0,0|11,-0.6001,-6,-1,0,0,0,0,1,0,1,0|12.5,3.6,6,1,0,0,0,0,-1,0,1,0|14,4.7999,0,1,0,0,0,0,-1,0,1,0|-0.5,-0.2001,-7.5,0,-1,0,0,0,1,-1,0,0|11,2.4,6,1,0,0,0,0,-1,0,1,0|-11,-0.6001,-6,-1,0,0,0,0,1,0,1,0|-4.5,-0.6001,-6,1,0,0,0,0,1,0,-1,0|-13.5,3.6,5,-1,0,0,0,1,0,0,0,-1|4.5,-0.6001,-6,1,0,0,0,0,1,0,-1,0|-14,4.7999,0,1,0,0,0,0,-1,0,1,0|13.5,'
  662. ..'3.6,5,-1,0,0,0,1,0,0,0,-1|11.9999,-0.5,1,-1,0,0,0,1,0,0,0,-1|51.1798,12.4804,97.3|10,9.6,6|0,-4.2001,-6.5,1,0,0,0,1,0,0,0,1|0,0.5999,1.5,1,0,0,0,0,-1,0,1,0|59.6798,13.0804,86.3|-8.5,-3.6001,-6.5,1,0,0,0,1,0,0,0,1|1,3,1.5,0,0,-1,0,1,0,1,0,0|-1,1.7999,-0.5,1,0,0,0,1,0,0,0,1|1,3,-6,0,0,-1,0,1,0,1,0,0|51.1798,5.8804,97.8|0,-0.6001,6,-1,0,0,0,0,1,0,1,0|-6,-4.8,-10,-1,0,0,0,0,1,0,1,0|0,-0.6001,1,-1,0,0,0,0,1,0,1,0|-6,-5.4,1.5,-1,0,0,0,0,1,0,1,0|0,0.5999,-0.5,1,0,0,0,0,-1,0,1,0|5.9999,-2.4,0,-1,0,0,0,0,1,0,1,0|51.1798,19.0804,3.3|34,1.2,2|42.6798,13.0804,86.3|8.4999,-3.6001,-6.5,1,0,0,0,1,0,0,0,1|1,1.7999,-0.5,1,0,0,0,1,0,0,0,1|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1,3,-6,0,0,1,0,1,0,-1,0,0|NormalChair|38.1798,8.8804,27.7999|38.1798,7.080'
  663. ..'4,29.2999|12.9999,0.6,12,1,0,0,0,0,-1,0,1,0|35.6798,8.8804,39.2999|37.1798,7.0804,39.2999|13.9999,0.6,2,0,1,0,0,0,-1,-1,0,0|65.6798,8.8804,29.2999|-14.5,0.5999,12,0,1,0,0,0,-1,-1,0,0|64.1798,7.0804,29.2999|Couch|62.1798,7.6804,47.7999|1,2.4,8|-11,0.6,-6.5,0,-1,0,0,0,-1,1,0,0|0,-0.6,4,1,0,0,0,0,1,0,-1,0|0,-0.6,-0.5,-1,0,0,0,0,1,0,1,0|0,-0.6,3.5,-1,0,0,0,0,1,0,1,0|58.6798,9.4804,47.7999|1,1.2,3|-1,1.1999,1,0,-1,0,0,0,-1,1,0,0|62.6798,9.4804,47.7999|1,1.2,5|59.1798,7.0804,49.2999|-8,0.6,-8,1,0,0,0,0,-1,0,1,0|63.6798,7.0804,49.2999|-12.5,0.6,-8,1,0,0,0,0,-1,0,1,0|60.6798,7.0804,49.2999|57.6798,7.6804,48.7999|1,2.4,3|66.6798,7.6804,48.7999|1,-0.6,-0.5,0,-1,0,0,0,1,-1,0,0|8.5,-2.4,0.5,0,1,0,0,0,1,1,0,0|66.1798,9.4804,47.7999|62.1'
  664. ..'798,7.0804,49.2999|65.1798,7.0804,49.2999|66.6798,7.6804,50.7999|1,2.4,1|57.6798,7.6804,50.7999|-6.5,0.6,-9.5,1,0,0,0,0,-1,0,1,0|62.1798,7.6804,66.8|65.6798,9.4804,66.8|0,1.1999,-3.5,1,0,0,0,0,-1,0,1,0|61.6798,9.4804,66.8|0,1.1999,0.5,1,0,0,0,0,-1,0,1,0|65.1798,7.0804,65.3|60.6798,7.0804,65.3|63.6798,7.0804,65.3|-12.5,0.6,-24,-1,0,0,0,0,-1,0,-1,0|66.6798,7.6804,65.8|-1,-0.6,-1,0,1,0,0,0,1,1,0,0|57.6798,7.6804,65.8|58.1798,9.4804,66.8|0,1.1999,4,-1,0,0,0,0,-1,0,-1,0|62.1798,7.0804,65.3|-11,0.6,-24,-1,0,0,0,0,-1,0,-1,0|59.1798,7.0804,65.3|-8,0.6,-24,-1,0,0,0,0,-1,0,-1,0|57.6798,7.6804,63.7999|-6.5,0.6,-22.5,-1,0,0,0,0,-1,0,-1,0|66.6798,7.6804,63.7999|-6.5,-2.4,0.5,0,-1,0,-0,-0,1,-1,0,0|Door2|Button|58.9798,10.9804,35.7999|1,0'
  665. ..'.4,1|Door|59.6798,10.6804,31.7999|7,8.4,1|Door3|59.6798,10.6804,39.7999|-8.5,0.5999,1.5,-0,1,0,0,0,-1,-1,0,0|58.9798,10.9804,43.7999|-4,-0.3001,-1,0,0,1,0,1,0,-1,0,0|Door4|43.3798,10.9804,43.7999|3.9999,-0.3001,-1,0,0,-1,0,1,0,1,0,0|42.6798,10.6804,39.7999|160,5.3898,-41.0003,0,0,-1,-0.0001,1,0,0.9999,0,0|43.3798,10.9804,35.7999|42.6798,10.6804,31.7999|8.4999,0.5999,9.5,0,-1,0,0,0,-1,1,0,0|-0.5,-1.2,0,-1,0,0,0,0,1,0,1,0|40.1798,7.6804,47.7999|36.6798,9.4804,47.7999|40.6798,9.4804,47.7999|37.1798,7.0804,49.2999|41.6798,7.0804,49.2999|9.4999,0.6,-8,1,0,0,0,0,-1,0,1,0|38.6798,7.0804,49.2999|35.6798,7.6804,48.7999|-8.5,-2.4,0.5,0,-1,0,0,0,1,-1,0,0|44.6798,7.6804,48.7999|6.4999,0.6,-7.5,1,0,0,0,0,-1,0,1,0|44.1798,9.4804,47.7999|'
  666. ..'40.1798,7.0804,49.2999|10.9999,0.6,-8,1,0,0,0,0,-1,0,1,0|43.1798,7.0804,49.2999|7.9999,0.6,-8,1,0,0,0,0,-1,0,1,0|44.6798,7.6804,50.7999|6.4999,0.6,-9.5,1,0,0,0,0,-1,0,1,0|35.6798,7.6804,50.7999|40.1798,7.6804,66.8|10.9999,0.6,-25.5,0,1,0,0,0,-1,-1,0,0|43.6798,9.4804,66.8|39.6798,9.4804,66.8|43.1798,7.0804,65.3|38.6798,7.0804,65.3|41.6798,7.0804,65.3|44.6798,7.6804,65.8|6.4999,0.6,-24.5,-1,-0,0,0,0,-1,-0,-1,0|35.6798,7.6804,65.8|36.1798,9.4804,66.8|0.5,1.1999,1,0,1,0,0,0,-1,-1,0,0|40.1798,7.0804,65.3|37.1798,7.0804,65.3|13.9999,0.6,-24,-1,0,0,0,0,-1,0,-1,0|35.6798,7.6804,63.7999|44.6798,7.6804,63.7999|6.4999,0.6,-22.5,-1,0,0,0,0,-1,0,-1,0|23.1798,17.4804,8.8|65.1798,7.0804,41.2999|35.9798,5.7804,79.8|1,0.4,23|40.1798,5.7804,'
  667. ..'91.5|1,0.4,8|62.1798,5.7804,91.5|-11,-0.1,-50,0,1,0,-1,0,0,-0,0,1|66.3798,5.7804,79.8|-15,-0.1,-38.5,0,0,1,-1,0,0,0,-1,0|44.7798,13.1804,6.8|1,4.8,5|57.6798,13.1804,6.7|6.5,0.6999,1,0,-1,0,-1,0,0,0,0,-1|51.1798,15.4804,8.8|-2,-1.2001,0,0,0,1,0,1,0,-1,0,0|51.1798,14.2804,8.8|-0.0001,3.6,0,1,0,0,0,0,-1,0,1,0|teleporter12d|51.1798,6.6804,6.7999|0,0.6,34.5,0,1,0,0,0,-1,-1,0,0|44.7798,7.4804,6.7999|57.5798,7.4804,6.7999|-6.4001,0.6,34.5,0,-1,0,0,0,-1,1,-0,0|-0.5,2.5999,-1.0001,0,0,1,-1,0,0,0,-1,0|-0.5,2.5999,-0.0001,0,0,1,-1,0,0,0,-1,0|-0.5,2.5999,-2.0001,0,0,1,-1,0,0,0,-1,0|-0.5,2.5999,1.9999,0,0,1,-1,0,0,0,-1,0|47.6798,10.0804,6.7999|3.1,-2.4001,0,0,1,0,0,0,1,1,0,0|0,0,-0.5,1,0,0,0,1,0,0,0,1|-2.6,-2.4001,0,0,1,0,0,0,1,1,0,0|47'
  668. ..'.6798,10.0804,7.7999|3.1,-2.4001,-1,0,1,0,0,0,1,1,0,0|-2.6,-2.4001,-1,0,1,0,0,0,1,1,0,0|47.6798,10.0804,8.7999|3.4999,0.5999,32.5,-1,0,0,0,0,-1,0,-1,0|3.1,-2.4001,-2,0,1,0,0,0,1,1,0,0|0,0,0.4999,-1,0,-0,0,1,0,0,0,-1|-2,-0.6001,-0.5,0,-1,0,0,0,1,-1,0,0|-2.6,-2.4001,-2,0,1,0,0,0,1,1,0,0|54.6798,10.0804,8.7999|0,0,0.5,-1,0,-0,0,1,0,0,0,-1|47.6798,10.0804,4.7999|3.1,-2.4001,2,0,1,0,0,0,1,1,0,0|-2.6,-2.4001,2,0,1,0,0,0,1,1,0,0|47.6798,10.0804,5.7999|3.4999,0.5999,35.5,-1,0,0,0,0,-1,0,-1,0|3.1,-2.4001,1,0,1,0,0,0,1,1,-0,0|0,0,-0.5001,1,0,0,0,1,-0,0,0,1|1,-0.6001,-0.5,0,-1,0,0,0,1,-1,0,0|-2.6,-2.4001,1,0,1,0,0,0,1,1,0,0|51.1798,16.6804,6.3|4,6,4|0.5,2.3999,0,0,0,-1,0,1,0,1,0,0|-1.5001,3.6,0,1,0,0,0,0,-1,0,1,0|54.6798,10.0804,4.799'
  669. ..'9|54.6798,10.0804,5.7999|-3.5,0.5999,35.5,-1,-0,0,0,0,-1,-0,-1,0|-1.0001,-0.6001,-0.5,0,1,0,0,0,1,1,0,0|0,0,0.4999,-1,-0,-0,0,1,0,0,0,-1|2.5999,-2.4001,1,0,-1,0,0,0,1,-1,0,0|54.6798,10.0804,6.7999|54.6798,10.0804,7.7999|54.1798,14.2804,6.7999|0.5,3.6,-0.5,0,-1,0,0,0,-1,1,0,0|0.5,-3.6001,0,0,1,0,0,0,1,1,0,0|0.5,-3.6001,-2,0,1,0,-0,0,1,1,0,0|0.5,-3.6001,-1,0,1,0,-0,0,1,1,0,0|-2,3.6,3,-1,0,0,0,0,-1,0,-1,0|0.5,-3.6001,2,0,1,0,0,-0,1,1,0,0|48.1798,14.2804,6.8|-0.5,-3.6001,-1,0,-1,0,0,0,1,-1,0,0|-0.5,3.6,-0.5,0,1,0,0,0,-1,-1,0,0|-0.5,-3.6001,0,0,-1,0,0,0,1,-1,0,0|-2.0001,3.6,-3,1,0,0,0,0,-1,0,1,0|-0.5,-3.6001,2,0,-1,0,0,0,1,-1,0,0|51.1798,10.0804,4.7999|1,7.2,6|0.3|51.1798,10.0804,8.7999|53.6798,10.0804,7.2999|-2.5,0.5999,34,-1,0'
  670. ..',0,0,0,-1,0,-1,0|48.6798,10.0804,7.2999|HoverSeatV3|51.7798,22.5804,14.2999|2,1,2|20|300|CanFly|No|HoverSeat|HoverSeatGUI|Buttons|0.5,0,0.8999,0|0.1,0,0.1,0|1,1,1|UpButton|-2,0,0,0|1,0,1,0|0.498,0.498,0.498|Up|DownButton|Down|HoverButton|-1,0,0,0|1,0,0.5,0|Hover|By epicboyXD|-2,0,-0.3001,0|4,0,0.3,0|Stingmoon ship made by epicboyXD|AllStopButton|-1,0,0.5,0|All Stop|WarpButton|1,0,0,0|Warp|VMode|http://www.roblox.com/asset/?id=54645710;0,1>2>5,2>2>5,3>2>5,4>2>5,10>17>5,10>18>1292,11>17>5,11>18>415,12>17>5,12>18>416,13>17>5,13>18>1567,14>17>5,14>18>1566,15>17>5,15>18>1560,16>17>5,16>18>1447,17>17>5,17>18>1545,18>17>5,18>18>1552,19>17>5,19>18>208,20>17>5,20>18>1069,21>17>5,21>18>1591,22>17>5,22>18>1155,23>17>5,23>18>549,24>17>'
  671. ..'5,24>18>489,25>17>5,25>18>1672,26>17>5,26>18>966,27>17>5,27>18>935,28>17>5,28>18>1572,29>17>5,29>18>1546,30>17>5,30>18>1746,31>17>5,31>18>1719,32>17>5,32>18>1737,33>17>5,33>18>1502,34>17>5,34>18>337,35>17>5,35>18>1449,36>17>5,36>18>130,37>17>5,37>18>1605,38>17>5,38>18>467,39>17>5,39>18>823,40>17>5,40>18>1694,41>17>5,41>18>827,42>17>5,42>18>1553,43>17>5,43>18>427,44>17>5,44>18>1766,45>17>5,45>18>1749,46>17>5,46>18>1703,47>17>5,47>18>1654,48>17>5,48>18>1673,49>17>5,49>18>1708,50>17>5,50>18>421,51>17>5,51>18>1615,52>17>5,52>18>814,53>17>5,53>18>1389,54>17>5,54>18>309,55>17>5,55>18>1188,56>17>5,56>18>560,57>17>5,57>18>1767,58>17>5,58>18>477,59>17>5,59>18>137,60>17>5,60>18>470,61>17>5,61>18>570,62>17>5,62>18>1187,63>17>5,63>18>1'
  672. ..'621,64>17>5,64>18>1770,65>17>5,65>18>1653,66>17>5,66>18>1517,67>17>5,67>18>432,68>17>5,68>18>527,69>17>5,69>18>1530,70>17>5,70>18>458,71>17>5,71>18>1003,72>17>5,72>18>428,73>17>5,73>18>1624,74>17>5,74>18>136,75>17>5,75>18>1652,76>17>5,76>18>1662,77>17>5,77>18>331,78>17>5,78>18>1072,79>17>5,79>18>1381,80>17>5,80>18>1280,81>17>5,81>18>1396,82>17>5,82>18>216,83>17>5,83>18>1019,84>17>5,84>18>479,85>17>5,85>18>964,86>17>5,86>18>1173,87>17>5,87>18>937,88>17>5,88>18>1415,89>17>5,89>18>394,90>17>5,90>18>1448,91>17>5,91>18>841,92>17>5,92>18>833,93>17>5,93>18>1422,94>17>5,94>18>434,95>17>5,95>18>190,96>17>5,96>18>1722,97>17>5,97>18>695,98>17>5,98>18>547,99>17>5,99>18>1674,117>17>116,117>18>395,118>17>116,118>18>381,120>17>119,120>18>'
  673. ..'1415,121>17>119,121>18>1510,122>17>119,122>18>386,123>17>119,123>18>311,129>2>1381,135>17>134,135>18>136,139>17>138,139>18>137,141>17>140,141>18>226,142>17>140,142>18>1365,143>17>140,143>18>1367,144>17>140,144>18>1231,145>17>140,145>18>161,146>17>140,146>18>1363,147>17>140,147>18>1278,148>17>140,148>18>1229,149>17>140,149>18>1276,152>17>150,152>18>191,155>17>153,155>18>1292,158>17>156,158>18>1190,159>17>156,159>18>1229,160>17>156,160>18>1178,165>17>163,165>18>1187,166>17>163,166>18>5,169>17>167,169>18>5,170>17>167,170>18>1188,173>17>171,173>18>1188,176>17>174,176>18>1187,177>17>174,177>18>223,181>17>180,181>18>5,182>17>180,182>18>150,183>17>180,183>18>191,184>17>180,184>18>1608,185>17>180,185>18>344,187>17>186,187>18>150,18'
  674. ..'8>17>186,188>18>191,189>17>186,189>18>190,193>17>192,193>18>345,194>17>192,194>18>1588,195>17>192,195>18>5,196>17>192,196>18>203,198>17>197,198>18>5,199>17>197,199>18>200,201>17>200,201>18>203,202>17>200,202>18>1591,206>17>204,206>18>191,207>17>204,207>18>186,209>17>208,209>18>1190,210>17>208,210>18>212,211>17>208,211>18>1292,213>17>212,213>18>140,214>17>212,214>18>215,218>17>217,218>18>140,219>17>217,219>18>221,220>17>217,220>18>216,222>17>221,222>18>1605,224>17>223,224>18>1231,225>17>223,225>18>171,228>17>227,228>18>233,229>17>227,229>18>875,232>17>230,232>18>366,247>17>241,247>18>256,248>17>241,248>18>250,249>17>241,249>18>875,253>17>250,253>18>238,254>17>250,254>18>236,255>17>250,255>18>288,259>17>256,259>18>270,260>17>'
  675. ..'256,260>18>236,264>17>261,264>18>238,268>17>265,268>18>731,269>17>265,269>18>718,272>17>270,272>18>250,278>17>275,278>18>283,279>17>275,279>18>238,280>17>275,280>18>291,281>17>275,281>18>273,282>17>275,282>18>285,298>17>297,298>18>140,300>17>299,300>18>427,302>17>301,302>18>5,305>17>303,305>18>5,308>17>306,308>18>5,313>17>311,313>18>1415,314>17>311,314>18>1450,315>17>311,315>18>424,316>17>311,316>18>403,317>17>311,317>18>386,320>17>318,320>18>423,321>17>318,321>18>401,328>17>327,328>18>335,329>17>327,329>18>1229,330>17>327,330>18>333,343>17>341,343>18>1250,348>17>346,348>18>140,349>17>346,349>18>1231,352>17>350,352>18>1470,361>17>359,361>18>1470,362>17>359,362>18>350,365>17>363,365>18>353,369>17>367,369>18>1110,370>17>367,3'
  676. ..'70>18>1027,371>17>367,371>18>577,374>17>372,374>18>541,375>17>372,375>18>527,380>17>378,380>18>1139,383>17>381,383>18>1447,384>17>381,384>18>401,385>17>381,385>18>1221,388>17>386,388>18>1415,389>17>386,389>18>1448,391>17>390,391>18>5,392>17>390,392>18>311,393>17>390,393>18>403,397>17>395,397>18>423,398>17>395,398>18>401,399>17>395,399>18>381,400>17>395,400>18>394,402>17>401,402>18>394,404>17>403,404>18>1476,405>17>403,405>18>386,406>17>403,406>18>322,408>17>407,408>18>5,410>17>409,410>18>5,411>17>409,411>18>412,414>17>413,414>18>407,420>17>418,420>18>5,425>17>424,425>18>1476,426>17>424,426>18>322,429>17>428,429>18>430,438>17>436,438>18>431,439>17>436,439>18>582,442>17>440,442>18>431,443>17>440,443>18>578,446>17>444,446>18>5'
  677. ..'70,447>17>444,447>18>577,450>17>448,450>18>577,453>17>451,453>18>5,456>17>454,456>18>5,457>17>454,457>18>570,460>17>459,460>18>5,461>17>459,461>18>875,462>17>459,462>18>472,463>17>459,463>18>470,465>17>464,465>18>472,466>17>464,466>18>474,469>17>467,469>18>458,476>17>474,476>18>458,482>17>481,482>18>629,484>17>483,484>18>790,485>17>483,485>18>792,486>17>483,486>18>625,488>17>487,488>18>5,492>17>490,492>18>489,493>17>490,493>18>477,496>17>494,496>18>487,497>17>494,497>18>479,500>17>498,500>18>381,501>17>498,501>18>1447,504>17>502,504>18>386,505>17>502,505>18>1448,508>17>506,508>18>386,511>17>509,511>18>381,514>17>512,514>18>685,517>17>515,517>18>688,522>17>520,522>18>688,528>17>527,528>18>555,530>17>529,530>18>5,531>17>529,5'
  678. ..'31>18>372,532>17>529,532>18>551,533>17>529,533>18>549,535>17>534,535>18>547,536>17>534,536>18>553,537>17>534,537>18>372,538>17>534,538>18>557,539>17>534,539>18>5,540>17>534,540>18>560,542>17>541,542>18>555,544>17>543,544>18>551,545>17>543,545>18>372,546>17>543,546>18>553,559>17>557,559>18>541,564>17>562,564>18>5,565>17>562,565>18>527,568>17>566,568>18>1139,569>17>566,569>18>431,571>17>570,571>18>577,573>17>572,573>18>5,574>17>572,574>18>448,575>17>572,575>18>577,576>17>572,576>18>451,579>17>578,579>18>431,580>17>578,580>18>432,581>17>578,581>18>5,583>17>582,583>18>5,584>17>582,584>18>431,585>17>582,585>18>434,588>17>586,588>18>688,589>17>586,589>18>590,594>17>592,594>18>602,595>17>592,595>18>590,598>17>596,598>18>710,599>17'
  679. ..'>596,599>18>600,606>17>604,606>18>701,609>17>607,609>18>703,614>17>612,614>18>701,615>17>612,615>18>681,616>17>612,616>18>617,621>17>619,621>18>610,624>17>622,624>18>1509,627>17>625,627>18>1509,628>17>625,628>18>870,631>17>629,631>18>1509,634>17>632,634>18>1509,637>17>635,637>18>1154,642>17>640,642>18>1670,643>17>640,643>18>638,646>17>644,646>18>635,649>17>647,649>18>644,652>17>650,652>18>809,657>17>655,657>18>658,662>17>660,662>18>664,663>17>660,663>18>653,668>17>666,668>18>658,671>17>669,671>18>672,675>17>673,675>18>676,679>17>677,679>18>680,683>17>681,683>18>701,684>17>681,684>18>685,686>17>685,686>18>523,687>17>685,687>18>977,689>17>688,689>18>697,690>17>688,690>18>695,693>17>691,693>18>685,694>17>691,694>18>5,699>17>69'
  680. ..'7,699>18>610,700>17>697,700>18>703,705>17>703,705>18>610,708>17>706,708>18>710,709>17>706,709>18>685,714>17>712,714>18>875,717>17>715,717>18>875,720>17>718,720>18>275,721>17>718,721>18>250,722>17>718,722>18>238,723>17>718,723>18>261,724>17>718,724>18>875,729>17>727,729>18>1509,730>17>727,730>18>870,732>17>731,732>18>669,733>17>731,733>18>725,734>17>731,734>18>760,735>17>731,735>18>672,736>17>731,736>18>727,737>17>731,737>18>715,738>17>731,738>18>781,739>17>731,739>18>285,740>17>731,740>18>767,741>17>731,741>18>718,742>17>731,742>18>908,743>17>731,743>18>275,744>17>731,744>18>677,745>17>731,745>18>778,746>17>731,746>18>629,747>17>731,747>18>673,748>17>731,748>18>712,749>17>731,749>18>288,750>17>731,750>18>250,751>17>731,751>'
  681. ..'18>680,752>17>731,752>18>783,753>17>731,753>18>870,754>17>731,754>18>676,755>17>731,755>18>632,756>17>731,756>18>765,757>17>731,757>18>625,758>17>731,758>18>784,759>17>731,759>18>622,761>17>760,761>18>800,762>17>760,762>18>725,763>17>760,763>18>653,764>17>760,764>18>875,766>17>765,766>18>655,769>17>767,769>18>725,770>17>767,770>18>715,771>17>767,771>18>875,774>17>772,774>18>731,775>17>772,775>18>908,776>17>772,776>18>875,777>17>772,777>18>712,780>17>778,780>18>783,785>17>784,785>18>781,788>17>786,788>18>796,789>17>786,789>18>481,794>17>792,794>18>790,795>17>792,795>18>783,798>17>796,798>18>784,799>17>796,799>18>481,802>17>800,802>18>807,805>17>803,805>18>765,806>17>803,806>18>809,813>17>811,813>18>807,816>17>814,816>18>839,'
  682. ..'819>17>817,819>18>5,820>17>817,820>18>839,821>17>817,821>18>847,822>17>817,822>18>841,825>17>823,825>18>839,826>17>823,826>18>852,829>17>827,829>18>966,830>17>827,830>18>831,837>17>835,837>18>964,838>17>835,838>18>833,843>17>841,843>18>935,844>17>841,844>18>814,845>17>841,845>18>823,846>17>841,846>18>937,851>17>849,851>18>814,856>17>854,856>18>325,857>17>854,857>18>459,858>17>854,858>18>875,859>17>854,859>18>870,860>17>854,860>18>376,861>17>854,861>18>1509,864>17>862,864>18>870,865>17>862,865>18>875,866>17>862,866>18>325,867>17>862,867>18>458,868>17>862,868>18>376,869>17>862,869>18>1509,871>17>870,871>18>629,872>17>870,872>18>1509,873>17>870,873>18>622,874>17>870,874>18>632,876>17>875,876>18>725,877>17>875,877>18>905,878>17'
  683. ..'>875,878>18>1771,879>17>875,879>18>366,880>17>875,880>18>291,881>17>875,881>18>325,882>17>875,882>18>903,883>17>875,883>18>908,884>17>875,884>18>1734,885>17>875,885>18>238,886>17>875,886>18>464,887>17>875,887>18>376,888>17>875,888>18>765,889>17>875,889>18>235,890>17>875,890>18>131,891>17>875,891>18>458,893>17>892,893>18>901,894>17>892,894>18>1509,896>17>895,896>18>1509,897>17>895,897>18>926,898>17>895,898>18>899,907>17>905,907>18>1362,910>17>908,910>18>765,913>17>911,913>18>1154,914>17>911,914>18>1509,915>17>911,915>18>926,918>17>916,918>18>1509,920>17>919,920>18>1139,921>17>919,921>18>378,922>17>919,922>18>325,923>17>919,923>18>1034,924>17>919,924>18>916,925>17>919,925>18>892,928>17>927,928>18>935,929>17>927,929>18>947,930'
  684. ..'>17>927,930>18>5,931>17>927,931>18>961,932>17>927,932>18>937,933>17>927,933>18>959,934>17>927,934>18>841,941>17>939,941>18>1381,942>17>939,942>18>927,945>17>943,945>18>1381,946>17>943,946>18>927,949>17>947,949>18>1381,952>17>950,952>18>1381,953>17>950,953>18>927,956>17>954,956>18>1381,957>17>954,957>18>927,958>17>954,958>18>997,963>17>961,963>18>1019,965>17>964,965>18>833,967>17>966,967>18>831,969>17>968,969>18>977,970>17>968,970>18>831,971>17>968,971>18>980,972>17>968,972>18>964,973>17>968,973>18>984,974>17>968,974>18>839,975>17>968,975>18>835,976>17>968,976>18>966,979>17>977,979>18>839,982>17>980,982>18>839,983>17>980,983>18>688,985>17>984,985>18>977,986>17>984,986>18>980,987>17>984,987>18>839,989>17>988,989>18>5,990>17>9'
  685. ..'88,990>18>477,991>17>988,991>18>1509,992>17>988,992>18>479,995>17>993,995>18>1381,996>17>993,996>18>1391,998>17>997,998>18>1059,1000>17>999,1000>18>1381,1001>17>999,1001>18>1061,1002>17>999,1002>18>950,1004>17>1003,1004>18>1006,1005>17>1003,1005>18>1020,1012>17>1010,1012>18>1292,1013>17>1010,1013>18>1069,1014>17>1010,1014>18>1072,1017>17>1015,1017>18>1069,1018>17>1015,1018>18>1072,1022>17>1020,1022>18>1019,1025>17>1023,1025>18>1003,1026>17>1023,1026>18>1019,1028>17>1027,1028>18>1154,1029>17>1027,1029>18>1509,1030>17>1027,1030>18>1127,1031>17>1027,1031>18>1119,1032>17>1027,1032>18>1292,1033>17>1027,1033>18>926,1035>17>1034,1035>18>378,1036>17>1034,1036>18>1148,1037>17>1034,1037>18>1133,1038>17>1034,1038>18>1090,1039>17>1034,'
  686. ..'1039>18>1280,1040>17>1034,1040>18>1145,1041>17>1034,1041>18>1509,1042>17>1034,1042>18>566,1044>17>1043,1044>18>1072,1046>17>1045,1046>18>1072,1049>17>1048,1049>18>1019,1051>17>1050,1051>18>1019,1054>17>1053,1054>18>1072,1058>17>1057,1058>18>1019,1063>17>1061,1063>18>1381,1064>17>1061,1064>18>1375,1067>17>1065,1067>18>1381,1068>17>1065,1068>18>1375,1070>17>1069,1070>18>1292,1071>17>1069,1071>18>1008,1073>17>1072,1073>18>1292,1074>17>1072,1074>18>1052,1075>17>1072,1075>18>1047,1076>17>1072,1076>18>959,1077>17>1072,1077>18>1055,1079>17>1078,1079>18>1019,1081>17>1080,1081>18>1019,1083>17>1082,1083>18>1019,1086>17>1084,1086>18>1300,1089>17>1087,1089>18>1292,1093>17>1092,1093>18>916,1094>17>1092,1094>18>586,1095>17>1092,1095>18>5'
  687. ..'18,1096>17>1092,1096>18>1090,1097>17>1092,1097>18>697,1098>17>1092,1098>18>1280,1100>17>1099,1100>18>911,1101>17>1099,1101>18>706,1102>17>1099,1102>18>525,1103>17>1099,1103>18>1106,1104>17>1099,1104>18>1292,1105>17>1099,1105>18>681,1108>17>1106,1108>18>1027,1109>17>1106,1109>18>1292,1111>17>1110,1111>18>1154,1112>17>1110,1112>18>1125,1113>17>1110,1113>18>1127,1114>17>1110,1114>18>926,1115>17>1110,1115>18>1116,1121>17>1119,1121>18>1292,1124>17>1122,1124>18>1292,1131>17>1129,1131>18>1323,1132>17>1129,1132>18>1280,1138>17>1135,1138>18>1139,1140>17>1139,1140>18>325,1143>17>1141,1143>18>1139,1144>17>1141,1144>18>1323,1147>17>1145,1147>18>1139,1149>17>1148,1149>18>1316,1150>17>1148,1150>18>1139,1151>17>1148,1151>18>1300,1152>17>1'
  688. ..'148,1152>18>916,1153>17>1148,1153>18>638,1157>17>1155,1157>18>1570,1158>17>1155,1158>18>1189,1159>17>1155,1159>18>1187,1160>17>1155,1160>18>1554,1161>17>1155,1161>18>136,1164>17>1162,1164>18>5,1165>17>1162,1165>18>1173,1166>17>1162,1166>18>1665,1167>17>1162,1167>18>1234,1168>17>1162,1168>18>1188,1169>17>1162,1169>18>1658,1170>17>1162,1170>18>1396,1171>17>1162,1171>18>1641,1172>17>1162,1172>18>137,1174>17>1173,1174>18>333,1175>17>1173,1175>18>1229,1176>17>1173,1176>18>331,1177>17>1173,1177>18>161,1179>17>1178,1179>18>5,1180>17>1178,1180>18>1221,1181>17>1178,1181>18>1190,1182>17>1178,1182>18>335,1183>17>1178,1183>18>1229,1184>17>1178,1184>18>1155,1185>17>1178,1185>18>1265,1186>17>1178,1186>18>337,1192>17>1190,1192>18>140,1193'
  689. ..'>17>1190,1193>18>1187,1194>17>1190,1194>18>1229,1195>17>1190,1195>18>339,1196>17>1190,1196>18>1306,1197>17>1190,1197>18>1231,1198>17>1190,1198>18>212,1201>17>1199,1201>18>140,1202>17>1199,1202>18>1229,1203>17>1199,1203>18>1231,1204>17>1199,1204>18>161,1205>17>1199,1205>18>1188,1206>17>1199,1206>18>341,1207>17>1199,1207>18>217,1208>17>1199,1208>18>1302,1209>17>1199,1209>18>1250,1210>17>1199,1210>18>216,1211>17>1199,1211>18>1173,1213>17>1212,1213>18>1189,1214>17>1212,1214>18>1257,1216>17>1215,1216>18>1189,1217>17>1215,1217>18>1257,1219>17>1218,1219>18>1189,1220>17>1218,1220>18>1257,1223>17>1221,1223>18>1447,1226>17>1224,1226>18>386,1227>17>1224,1227>18>1448,1228>17>1224,1228>18>1173,1230>17>1229,1230>18>161,1232>17>1231,1232>'
  690. ..'18>1187,1233>17>1231,1233>18>1188,1235>17>1234,1235>18>1246,1236>17>1234,1236>18>1248,1237>17>1234,1237>18>1242,1238>17>1234,1238>18>1244,1239>17>1234,1239>18>1240,1241>17>1240,1241>18>1250,1243>17>1242,1243>18>1250,1245>17>1244,1245>18>1250,1247>17>1246,1247>18>1250,1249>17>1248,1249>18>1250,1252>17>1251,1252>18>1189,1253>17>1251,1253>18>1257,1255>17>1254,1255>18>1189,1256>17>1254,1256>18>1257,1258>17>1257,1258>18>1190,1259>17>1257,1259>18>339,1262>17>1260,1262>18>1415,1263>17>1260,1263>18>1448,1264>17>1260,1264>18>1173,1267>17>1265,1267>18>1447,1269>17>1268,1269>18>140,1271>17>1270,1271>18>140,1274>17>1272,1274>18>1476,1275>17>1272,1275>18>140,1281>17>1280,1281>18>1522,1282>17>1280,1282>18>1003,1283>17>1280,1283>18>1300,1'
  691. ..'284>17>1280,1284>18>1133,1285>17>1280,1285>18>1084,1286>17>1280,1286>18>1135,1287>17>1280,1287>18>1020,1288>17>1280,1288>18>1090,1289>17>1280,1289>18>216,1290>17>1280,1290>18>1019,1291>17>1280,1291>18>1056,1293>17>1292,1293>18>324,1294>17>1292,1294>18>1116,1297>17>1295,1297>18>1154,1298>17>1295,1298>18>1292,1299>17>1295,1299>18>1087,1303>17>1302,1303>18>1316,1304>17>1302,1304>18>1280,1305>17>1302,1305>18>1084,1307>17>1306,1307>18>1292,1308>17>1306,1308>18>1087,1310>17>1309,1310>18>1154,1311>17>1309,1311>18>1327,1312>17>1309,1312>18>1125,1313>17>1309,1313>18>367,1314>17>1309,1314>18>1122,1315>17>1309,1315>18>1292,1317>17>1316,1317>18>1084,1319>17>1318,1319>18>1327,1320>17>1318,1320>18>1154,1321>17>1318,1321>18>1087,1322>17>1'
  692. ..'318,1322>18>1306,1324>17>1323,1324>18>566,1325>17>1323,1325>18>1148,1326>17>1323,1326>18>1280,1328>17>1327,1328>18>295,1329>17>1327,1329>18>203,1330>17>1327,1330>18>345,1331>17>1327,1331>18>543,1332>17>1327,1332>18>150,1333>17>1327,1333>18>895,1334>17>1327,1334>18>1360,1335>17>1327,1335>18>534,1336>17>1327,1336>18>875,1337>17>1327,1337>18>1363,1338>17>1327,1338>18>854,1339>17>1327,1339>18>901,1340>17>1327,1340>18>1316,1341>17>1327,1341>18>204,1342>17>1327,1342>18>899,1343>17>1327,1343>18>911,1344>17>1327,1344>18>1323,1345>17>1327,1345>18>892,1346>17>1327,1346>18>376,1347>17>1327,1347>18>529,1348>17>1327,1348>18>344,1349>17>1327,1349>18>191,1350>17>1327,1350>18>372,1351>17>1327,1351>18>1367,1352>17>1327,1352>18>140,1353>17>1'
  693. ..'327,1353>18>541,1354>17>1327,1354>18>862,1355>17>1327,1355>18>1365,1356>17>1327,1356>18>916,1357>17>1327,1357>18>1362,1358>17>1327,1358>18>296,1359>17>1327,1359>18>527,1361>17>1360,1361>18>903,1373>17>1371,1373>18>1381,1374>17>1371,1374>18>1502,1376>17>1375,1376>18>1059,1379>17>1377,1379>18>1375,1380>17>1377,1380>18>1502,1382>17>1381,1382>18>997,1383>17>1381,1383>18>1369,1384>17>1381,1384>18>1059,1387>17>1385,1387>18>5,1388>17>1385,1388>18>1396,1392>17>1391,1392>18>5,1393>17>1391,1393>18>1155,1394>17>1391,1394>18>1389,1395>17>1391,1395>18>1008,1397>17>1396,1397>18>1006,1400>17>1398,1400>18>1381,1401>17>1398,1401>18>1396,1403>17>1402,1403>18>1476,1405>17>1404,1405>18>116,1406>17>1404,1406>18>5,1407>17>1404,1407>18>395,1408>1'
  694. ..'7>1404,1408>18>381,1409>17>1404,1409>18>1265,1410>17>1404,1410>18>1426,1412>17>1411,1412>18>5,1414>17>1413,1414>18>5,1418>17>1416,1418>18>5,1419>17>1416,1419>18>1431,1420>17>1416,1420>18>1428,1421>17>1416,1421>18>1450,1424>17>1422,1424>18>1433,1425>17>1422,1425>18>1426,1430>17>1428,1430>18>1415,1436>17>1435,1436>18>1437,1443>17>1441,1443>18>1470,1444>17>1441,1444>18>1402,1446>17>1445,1446>18>1439,1451>17>1450,1451>18>5,1452>17>1450,1452>18>1476,1454>17>1453,1454>18>5,1455>17>1453,1455>18>395,1456>17>1453,1456>18>1476,1457>17>1453,1457>18>1422,1459>17>1458,1459>18>5,1460>17>1458,1460>18>1470,1461>17>1458,1461>18>1502,1464>17>1462,1464>18>1449,1467>17>1465,1467>18>1470,1468>17>1465,1468>18>1502,1469>17>1465,1469>18>1458,1471>'
  695. ..'17>1470,1471>18>1439,1472>17>1470,1472>18>363,1473>17>1470,1473>18>1449,1474>17>1470,1474>18>353,1475>17>1470,1475>18>1462,1477>17>1476,1477>18>179,1478>17>1476,1478>18>1278,1479>17>1476,1479>18>401,1480>17>1476,1480>18>1447,1481>17>1476,1481>18>178,1482>17>1476,1482>18>423,1483>17>1476,1483>18>1276,1484>17>1476,1484>18>355,1485>17>1476,1485>18>386,1486>17>1476,1486>18>357,1487>17>1476,1487>18>1448,1488>17>1476,1488>18>381,1489>17>1476,1489>18>322,1490>17>1476,1490>18>1445,1493>17>1491,1493>18>1470,1494>17>1491,1494>18>1435,1497>17>1495,1497>18>1476,1498>17>1495,1498>18>116,1499>17>1495,1499>18>1411,1500>17>1495,1500>18>1453,1501>17>1495,1501>18>395,1503>17>1502,1503>18>1437,1504>17>1502,1504>18>1449,1505>17>1502,1505>18>14'
  696. ..'35,1506>17>1502,1506>18>1462,1507>17>1502,1507>18>1375,1508>17>1502,1508>18>1369,1512>17>1510,1512>18>1476,1513>17>1510,1513>18>1450,1514>17>1510,1514>18>1413,1515>17>1510,1515>18>311,1516>2>1519,1520>17>1519,1520>18>5,1521>2>1524,1525>17>1524,1525>18>5,1526>2>1530,1529>17>1527,1529>18>5,1531>2>1532,1533>17>1532,1533>18>5,1534>17>1532,1534>18>1550,1535>17>1532,1535>18>1540,1536>17>1532,1536>18>1537,1539>17>1537,1539>18>1546,1542>17>1541,1542>18>5,1544>17>1543,1544>18>5,1548>17>1547,1548>18>1550,1549>17>1547,1549>18>1155,1558>17>1556,1558>18>5,1559>2>1560,1563>17>1561,1563>18>1560,1565>17>1564,1565>18>1560,1569>17>1568,1569>18>5,1571>17>1570,1571>18>1561,1573>17>1572,1573>18>1574,1576>17>1574,1576>18>1560,1578>17>1577,1578>1'
  697. ..'8>5,1580>17>1579,1580>18>5,1583>17>1581,1583>18>5,1586>17>1584,1586>18>1155,1587>2>1591,1592>2>1593,1594>17>1593,1594>18>5,1595>17>1593,1595>18>215,1599>17>1596,1599>18>208,1600>2>1605,1604>17>1601,1604>18>216,1607>2>1611,1612>17>1611,1612>18>5,1613>17>1611,1613>18>186,1614>2>1615,1616>17>1615,1616>18>1620,1619>17>1617,1619>18>1615,1623>17>1622,1623>18>5,1626>17>1625,1626>18>1617,1627>17>1625,1627>18>1162,1629>17>1628,1629>18>1631,1630>17>1628,1630>18>5,1633>17>1631,1633>18>1615,1635>17>1634,1635>18>5,1637>17>1636,1637>18>5,1640>17>1638,1640>18>5,1643>2>1644,1645>17>1644,1645>18>5,1646>17>1644,1646>18>1649,1647>17>1644,1647>18>1651,1648>17>1644,1648>18>1659,1656>17>1655,1656>18>1649,1657>17>1655,1657>18>5,1661>17>1659,1661>'
  698. ..'18>1658,1664>17>1663,1664>18>5,1669>17>1667,1669>18>5,1676>17>1675,1676>18>5,1678>17>1677,1678>18>5,1683>17>1681,1683>18>988,1686>17>1684,1686>18>1734,1687>17>1684,1687>18>1688,1689>17>1688,1689>18>1767,1693>17>1690,1693>18>5,1698>17>1696,1698>18>5,1699>17>1696,1699>18>1749,1700>17>1696,1700>18>1746,1701>17>1696,1701>18>1719,1702>17>1696,1702>18>1737,1705>17>1703,1705>18>1679,1706>17>1703,1706>18>1708,1707>17>1703,1707>18>1694,1710>17>1708,1710>18>1679,1711>17>1708,1711>18>1694,1714>17>1712,1714>18>5,1715>17>1712,1715>18>1679,1716>17>1712,1716>18>1708,1717>17>1712,1717>18>1759,1718>17>1712,1718>18>1694,1721>17>1719,1721>18>1749,1724>17>1722,1724>18>1679,1725>17>1722,1725>18>1694,1728>17>1726,1728>18>5,1729>17>1726,1729>18>1'
  699. ..'679,1730>17>1726,1730>18>1722,1731>17>1726,1731>18>1703,1732>17>1726,1732>18>1759,1733>17>1726,1733>18>1694,1735>17>1734,1735>18>1688,1736>17>1734,1736>18>1766,1741>17>1739,1741>18>5,1742>17>1739,1742>18>1751,1743>17>1739,1743>18>1746,1744>17>1739,1744>18>1737,1745>17>1739,1745>18>1696,1748>17>1746,1748>18>1749,1753>17>1751,1753>18>1768,1754>17>1751,1754>18>1746,1755>17>1751,1755>18>1719,1756>17>1751,1756>18>1749,1757>17>1751,1757>18>1766,1758>17>1751,1758>18>1737,1761>17>1759,1761>18>1708,1762>17>1759,1762>18>1770,1763>17>1759,1763>18>1703,1764>17>1759,1764>18>1766,1765>17>1759,1765>18>1722,1769>17>1768,1769>18>5;2|1:2;n;2|1:3;n;2|1:4;n;2|1:5;n;1|1:6|3:7|4:8|5:9|6:10|7:11|8:11|9:11|10:11|11:11|12:11|3:7|3:7;n;3|4:12|13:13;'
  700. ..'4|14:13;5;6|1:14;7|15:15|16:16;7|15:17|16:18;7|15:17|16:19;7|15:17|16:20;7|15:17|16:21;7|15:17|16:22;7|15:17|16:23;7|15:17|16:24;7|15:17|16:25;7|15:17|16:26;7|15:27|16:28;7|15:17|16:29;7|15:15|16:30;7|15:17|16:31;7|15:17|16:32;7|15:17|16:33;7|15:17|16:34;7|15:27|16:35;7|15:17|16:36;7|15:17|16:37;7|15:17|16:38;7|15:17|16:39;7|15:17|16:40;7|15:41|16:42;7|15:17|16:43;7|15:17|16:44;7|15:17|16:45;7|15:17|16:46;7|15:17|16:47;7|15:17|16:48;7|15:17|16:49;7|15:50|16:51;7|15:17|16:52;7|15:17|16:53;7|15:17|16:54;7|15:17|16:55;7|15:17|16:56;7|15:17|16:57;7|15:58|16:59;7|15:17|16:60;7|15:17|16:61;7|15:17|16:62;7|15:17|16:63;7|15:27|16:64;7|15:17|16:65;7|15:17|16:66;7|15:17|16:67;7|15:17|16:68;7|15:17|16:69;7|15:17|16:70;7|15:17|16:71;7|'
  701. ..'15:17|16:72;7|15:17|16:73;7|15:17|16:74;7|15:17|16:75;7|15:17|16:76;7|15:17|16:77;7|15:17|16:78;7|15:17|16:79;7|15:17|16:80;7|15:17|16:81;7|15:27|16:82;7|15:17|16:83;7|15:17|16:84;7|15:17|16:85;7|15:17|16:86;7|15:17|16:87;7|15:17|16:88;7|15:27|16:89;7|15:27|16:90;7|15:58|16:91;7|15:27|16:92;7|15:17|16:93;7|15:27|16:94;7|15:17|16:95;7|15:17|16:96;7|15:17|16:97;7|15:27|16:98;7|15:17|16:99;7|15:17|16:100;7|15:17|16:101;7|15:50|16:102;7|15:50|16:103;7|15:17|16:104;7|15:17|16:105;7|15:17|16:106;7|15:17|16:107;7|15:58|16:108;7|15:17|16:109;7|15:41|16:110;p;8|1:111|19:112;8|1:111|19:113;8|1:111|19:114;8|1:111|19:115;8|1:111|19:116;8|1:111|19:117;8|1:111|19:118;8|1:111|19:119;8|1:111|19:120;8|1:111|19:121;8|1:111|19:122;8|1:111|19:'
  702. ..'123;8|1:111|19:124;8|1:111|19:125;8|1:111|19:125;8|1:111|19:125;1|1:126|3:127|20:128|4:129|5:9|6:130|7:11|8:11|9:11|10:11|11:11|12:11|3:127|3:127;n;7|15:131|16:132;7|15:133|16:134;p;1|1:135|3:127|20:128|4:136|5:9|6:130|7:11|8:11|9:11|10:11|11:11|12:11|3:127|3:127;n;7|15:137|16:138;7|15:133|16:134;7|15:139|16:140;7|15:131|16:132;p;8|1:111|19:141;8|1:111|19:141;5;p;6|1:142;6|1:143;2|1:144;n;1|3:145|4:146|6:147|8:11|12:148|3:145|3:145;1|1:149|3:150|4:151|5:152|6:153|8:11|12:148|3:150|3:150;n;6|1:154|19:128;5;p;1|3:155|4:156|6:157|8:11|12:148|3:155|3:155;n;7|15:158|16:159;p;1|4:160|6:161|8:11|12:148;1|4:162|6:161|8:11|12:148;1|3:155|4:163|6:157|8:11|12:148|3:155|3:155;n;7|15:158|16:159;p;1|3:7|4:164|5:152|6:165|8:11|12:11|3:7|3'
  703. ..':7;n;7|15:17|16:166;7|15:17|16:167;7|15:17|16:168;7|15:27|16:169;7|15:27|16:170;7|15:17|16:171;7|15:172|16:173;7|15:27|16:174;7|15:172|16:175;p;1|4:176|5:177|6:178|7:11|8:11|12:148;n;9;7|15:179|16:180;p;1|4:181|5:152|6:182|21:183|8:11|12:148;n;9|22:11;7|15:184|16:185;p;1|4:186|5:187|6:188|7:11|8:11|12:148;n;9;7|15:139|16:189;7|15:190|16:191;7|15:190|16:192;p;1|4:193|5:187|6:188|7:11|8:11|12:148;n;9;p;1|3:7|4:194|5:195|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:197;7|15:27|16:198;p;1|3:7|4:199|5:152|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:200;7|15:131|16:201;p;1|3:7|4:202|5:203|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:204;p;1|3:7|4:205|5:206|6:196|21:183|7:11|8:11|12:148'
  704. ..'|3:7|3:7;n;9|22:11;7|15:131|16:207;7|15:27|16:208;p;1|4:209|5:152|6:210|8:11|12:148;1|4:211|5:152|6:210|8:11|12:148;1|3:7|4:212|6:213|8:11|12:11|3:7|3:7;n;7|15:214|16:215;7|15:216|16:217;7|15:218|16:219;7|15:216|16:220;7|15:218|16:221;p;1|3:7|4:222|5:195|6:223|8:11|12:11|3:7|3:7;n;7|15:131|16:224;7|15:225|16:226;7|15:137|16:227;p;1|3:7|4:228|5:195|6:229|8:11|12:11|3:7|3:7;1|3:7|4:230|5:195|6:231|8:11|12:11|3:7|3:7;1|3:7|4:232|6:213|8:11|12:11|3:7|3:7;n;7|15:218|16:233;7|15:234|16:220;7|15:214|16:235;7|15:218|16:236;p;1|3:7|4:237|5:195|6:229|8:11|12:11|3:7|3:7;n;7|15:238|16:239;7|15:240|16:241;p;1|3:7|4:242|5:195|6:223|8:11|12:11|3:7|3:7;n;7|15:225|16:243;7|15:137|16:244;p;1|3:7|4:245|5:195|6:231|8:11|12:11|3:7|3:7;1|4:246|5'
  705. ..':177|6:178|7:11|8:11|12:148;n;9;7|15:179|16:247;7|15:179|16:248;p;1|3:7|4:249|6:250|8:11|12:11|3:7|3:7;n;7|15:251|16:252;7|15:251|16:253;7|15:254|16:255;p;1|3:7|4:256|5:195|6:257|8:11|12:11|3:7|3:7;n;7|15:17|16:258;7|15:27|16:259;p;1|3:7|4:260|5:195|6:261|8:11|12:11|3:7|3:7;1|3:7|4:262|6:250|8:11|12:11|3:7|3:7;1|3:7|4:263|5:195|6:257|8:11|12:11|3:7|3:7;n;7|15:17|16:264;7|15:27|16:265;7|15:27|16:266;p;1|3:7|4:267|5:195|6:261|8:11|12:11|3:7|3:7;n;7|15:27|16:268;p;1|3:7|4:269|6:270|8:11|12:11|3:7|3:7;n;7|15:225|16:271;7|15:137|16:272;p;1|4:273|5:152|6:274|8:11|12:148;1|4:275|6:276|8:11|12:11;n;7|15:277|16:278;7|15:279|16:280;p;1|4:281|5:152|6:282|8:11|12:11;n;9|22:11;7|15:27|16:283;p;1|4:284|5:195|6:282|8:11|12:11;n;9|22:11;p;'
  706. ..'1|4:285|5:195|6:286|8:11|12:148;1|3:7|4:287|5:177|6:288|8:11|12:148|3:7|3:7;n;10|1:289|23:290;p;1|3:127|4:291|5:9|6:292|8:11|12:148|3:127|3:127;n;10|1:293|23:290;10|1:294|23:11;p;1|3:127|4:295|5:9|6:296|8:11|12:148|3:127|3:127;n;10|1:293|23:290;10|1:293|23:11;10|1:294|23:11;10|1:294|23:297;10|1:294|23:297;7|15:225|16:298;7|15:225|16:299;7|15:137|16:300;p;1|3:127|4:301|5:9|6:302|8:11|12:148|3:127|3:127;n;10|1:294|23:297;10|1:294|23:11;7|15:303|16:304;7|15:305|16:306;7|15:305|16:307;p;1|3:127|4:308|5:152|6:282|7:11|8:11|12:148|3:127|3:127;n;9|22:11;10|1:309;7|15:131|16:310;7|15:131|16:311;p;1|3:127|4:312|6:313|7:11|8:11|12:148|3:127|3:127;n;9|22:11;10|1:314;7|15:27|16:315;p;1|3:127|4:316|5:317|6:313|7:11|8:11|12:148|3:127|3:1'
  707. ..'27;n;9|22:11;10|1:318;7|15:27|16:319;7|15:320|16:321;p;1|3:7|4:322|5:177|6:288|8:11|12:148|3:7|3:7;n;10|1:323|23:290;7|15:158|16:324;p;1|3:7|4:325|5:326|6:288|8:11|12:148|3:7|3:7;n;10|1:323|23:290;p;1|3:127|4:327|5:9|6:302|8:11|12:148|3:127|3:127;n;10|1:294|23:148;10|1:294|23:11;7|15:328|16:329;7|15:303|16:330;7|15:303|16:331;7|15:328|16:332;7|15:328|16:333;p;1|3:7|4:334|5:335|6:288|8:11|12:148|3:7|3:7;n;10|1:289|23:290;p;1|3:127|4:336|5:206|6:337|7:11|8:11|12:148|3:127|3:127;n;9|22:11;10|1:338;p;1|3:127|4:339|5:203|6:337|7:11|8:11|12:148|3:127|3:127;n;9|22:11;10|1:340;p;1|3:127|4:341|5:9|6:342|8:11|12:148|3:127|3:127;n;10|1:293|23:290;10|1:294|23:11;10|1:294|23:148;p;1|4:343|5:152|6:344|8:11|12:148;1|4:345|5:152|6:344|8:11'
  708. ..'|12:148;1|4:346|5:152|6:274|8:11|12:148;n;7|15:158|16:347;p;1|3:348|4:349|5:152|6:350|8:11|12:148|3:348|3:348;n;7|15:158|16:159;p;1|3:348|4:351|5:152|6:352|8:11|12:148|3:348|3:348;n;7|15:158|16:353;p;1|3:7|4:354|6:355|8:11|12:11|3:7|3:7;n;9|22:11;7|15:137|16:356;p;1|3:7|4:357|6:355|8:11|12:11|3:7|3:7;n;9|22:11;7|15:137|16:358;p;1|3:348|4:359|6:360|8:11|12:11|3:348|3:348;n;9|22:11;p;1|3:127|4:361|5:9|6:362|7:11|8:11|9:11|10:11|11:11|12:11|3:127|3:127;n;9|24:363|25:364|26:365|22:366;7|15:137|16:367;7|15:133|16:368;7|15:225|16:369;7|15:139|16:370;7|15:139|16:371;p;1|3:7|4:372|5:187|6:373|7:11|8:11|12:148|3:7|3:7;n;9;7|15:374|16:375;7|15:374|16:376;p;1|3:7|4:377|5:187|6:373|7:11|8:11|12:148|3:7|3:7;n;9;p;1|4:378|6:379|8:11|10:1'
  709. ..'1|12:11;1|4:380|5:177|6:381|7:11|8:11|12:148;n;9;p;1|3:7|4:382|5:195|6:383|8:11|12:11|3:7|3:7;n;7|15:137|16:384;7|15:225|16:385;7|15:137|16:386;p;1|3:7|4:387|5:152|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:388|5:203|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:389|5:206|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:390|5:195|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:391|5:206|6:392|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:393|5:203|6:392|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:394;p;1|3:7|4:395|5:152|6:396|8:11|12:11|3:7|3:7;1|3:7|4:397|5:152|6:396|8:11|12:11|3:7|3:7;1|3:7|4:398|5:317|6:399|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:400;7|15:131|16:401;p'
  710. ..';1|3:402|27:403|4:404|5:187|6:405|7:11|8:11|12:148|3:402|3:402;n;9;7|15:131|16:406;p;1|3:402|27:403|4:407|5:187|6:405|7:11|8:11|12:148|3:402|3:402;n;9;p;1|3:7|4:408|5:317|6:196|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:409|5:317|6:196|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:410|5:411|6:196|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:412;7|15:131|16:413;p;1|3:7|4:414|5:411|6:196|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:413;p;1|4:415|6:276|8:11|12:11;1|4:416|5:195|6:417|21:183|7:11|8:11|12:148;n;9|22:11;7|15:131|16:418;7|15:131|16:419;7|15:27|16:420;p;1|3:7|4:421|5:317|6:422|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:423;7|15:131|16:424;p;1|3:7|4:425|5:317|6:422|21:183|7:11|8:11|12:148|3:7|3:7;n;9|2'
  711. ..'2:11;p;1|4:426|5:177|6:381|7:11|8:11|12:148;n;9;7|15:427|16:428;p;1|3:7|4:429|5:9|6:430|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:431|16:432;7|15:431|16:433;7|15:434|16:435;p;1|3:7|4:436|5:9|6:430|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:238|16:437;7|15:431|16:438;p;1|3:7|4:439|5:9|6:440|8:11|12:11|3:7|3:7;n;7|15:137|16:441;7|15:225|16:442;7|15:225|16:443;p;1|3:7|4:444|5:9|6:440|8:11|12:11|3:7|3:7;1|3:127|4:445|5:9|6:362|7:11|8:11|9:11|10:11|11:11|12:11|3:127|3:127;n;9|24:363|25:364|26:365|22:366;7|15:225|16:369;7|15:133|16:446;7|15:133|16:447;7|15:137|16:448;p;1|3:7|4:449|5:9|6:450|8:11|12:11|3:7|3:7;n;7|15:451|16:452;p;1|3:7|4:453|5:9|6:450|8:11|12:11|3:7|3:7;n;7|15:454|16:455;7|15:456|16:457;7|15:131|16:458;p;1|3:7|4:459|5:'
  712. ..'152|6:460|8:11|12:11|3:7|3:7;n;7|15:461|16:462;p;1|3:7|4:463|5:152|6:460|8:11|12:11|3:7|3:7;n;7|15:461|16:464;7|15:465|16:466;p;1|3:348|4:467|5:152|6:350|8:11|12:148|3:348|3:348;1|3:348|4:468|5:152|6:350|8:11|12:148|3:348|3:348;n;7|15:158|16:159;p;1|3:348|4:469|5:152|6:352|8:11|12:148|3:348|3:348;1|3:7|4:470|6:355|8:11|12:11|3:7|3:7;n;9|22:11;p;1|3:7|4:471|6:355|8:11|12:11|3:7|3:7;n;9|22:11;7|15:137|16:472;p;1|3:348|4:473|6:360|8:11|12:11|3:348|3:348;n;9|22:11;p;1|3:7|4:474|5:9|6:182|8:11|12:11|3:7|3:7;1|3:7|4:475|5:9|6:182|8:11|12:11|3:7|3:7;n;7|15:476|16:477;7|15:131|16:478;p;1|3:7|4:479|5:152|6:460|8:11|12:11|3:7|3:7;1|3:7|4:480|5:152|6:460|8:11|12:11|3:7|3:7;n;7|15:465|16:466;p;1|3:348|4:481|5:152|6:350|8:11|12:148|3:34'
  713. ..'8|3:348;1|4:482|6:483|8:11|12:148;1|4:484|5:9|6:196|21:183|7:11|8:11|12:148;n;9|22:11;p;1|4:485|6:196|21:183|7:11|8:11|12:148;n;9|22:11;p;1|4:486|5:317|6:196|21:183|7:11|8:11|12:148;n;9|22:11;7|15:27|16:487;7|15:131|16:488;p;1|4:489|5:411|6:196|21:183|7:11|8:11|12:148;n;9|22:11;7|15:27|16:490;7|15:131|16:491;p;1|4:492|5:411|6:196|21:183|7:11|8:11|12:148;n;9|22:11;7|15:131|16:491;7|15:27|16:490;p;1|4:493|5:317|6:196|21:183|7:11|8:11|12:148;n;9|22:11;7|15:27|16:487;p;1|4:494|6:196|21:183|7:11|8:11|12:148;n;9|22:11;7|15:27|16:495;p;1|4:496|5:9|6:196|21:183|7:11|8:11|12:148;n;9|22:11;7|15:27|16:497;7|15:131|16:498;p;1|3:7|4:499|6:500|8:11|12:11|3:7|3:7;1|3:7|4:501|6:500|8:11|12:11|3:7|3:7;n;7|15:502|16:503;7|15:504|16:505;7|15:'
  714. ..'506|16:507;7|15:506|16:508;p;1|3:7|4:509|6:510|8:11|12:11|3:7|3:7;n;7|15:303|16:511;7|15:303|16:512;p;1|3:7|4:513|5:152|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:514;p;1|3:7|4:515|5:195|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:516|5:206|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:517|5:203|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:518;p;1|3:155|27:519|4:520|5:521|6:522|7:11|8:11|12:148|3:155|3:155;n;9;p;1|3:155|27:519|4:523|5:521|6:522|7:11|8:11|12:148|3:155|3:155;n;9;p;1|3:127|4:524|5:9|6:525|8:11|12:11|3:127|3:127;n;7|15:279|16:526;p;1|3:127|4:527|5:9|6:525|8:11|12:11|3:127|3:127;n;7|15:320|16:528;7|15:277|16:529;7|15:279|16:526;p;1|3:7|4:530|6:531|8:11|12'
  715. ..':11|3:7|3:7;n;7|15:137|16:532;p;1|3:7|4:533|6:531|8:11|12:11|3:7|3:7;1|3:7|4:534|5:195|6:535|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:536;7|15:320|16:537;p;1|3:7|4:538|5:152|6:535|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:539;7|15:320|16:540;p;1|3:127|4:541|5:177|6:542|8:11|12:148|3:127|3:127;n;10|1:543|23:290;7|15:158|16:544;7|15:158|16:545;p;1|3:127|4:546|5:335|6:542|8:11|12:148|3:127|3:127;n;10|1:543|23:290;7|15:158|16:547;7|15:158|16:548;p;1|3:127|4:549|5:550|6:551|8:11|12:148|3:127|3:127;n;9|22:11;7|15:158|16:552;p;1|3:127|4:553|5:554|6:551|8:11|12:148|3:127|3:127;n;9|22:11;7|15:158|16:555;p;1|3:127|4:556|5:177|6:557|8:11|12:148|3:127|3:127;n;10|1:543|23:290;7|15:158|16:558;p;1|3:127|4:559|5:335|6:557|8:11|12:'
  716. ..'148|3:127|3:127;n;10|1:543|23:290;7|15:158|16:560;p;1|3:127|4:561|5:550|6:562|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:563|5:326|6:562|8:11|12:148|3:127|3:127;n;9|22:11;7|15:158|16:564;p;1|3:127|4:565|5:566|6:562|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:567|5:554|6:562|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:7|4:568|6:569|8:11|12:11|3:7|3:7;n;7|15:216|16:570;p;1|3:7|4:571|6:569|8:11|12:11|3:7|3:7;n;7|15:374|16:572;7|15:456|16:573;7|15:234|16:570;7|15:234|16:574;p;1|3:7|4:575|6:576|8:11|12:11|3:7|3:7;n;7|15:577|16:574;7|15:577|16:570;7|15:456|16:578;7|15:579|16:580;7|15:374|16:581;7|15:579|16:582;p;1|3:7|4:583|6:584|8:11|12:11|3:7|3:7;n;7|15:184|16:585;p;1|3:7|4:586|6:584|8:11|12:11|3:7|3:7;n;7|15:184|16:587;7|15:4'
  717. ..'56|16:588;7|15:184|16:585;p;1|3:7|4:589|5:152|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:590|5:195|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:591|5:206|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:592|5:203|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:593|5:203|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:594|5:206|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:595;p;1|3:7|4:596|5:195|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:597|5:152|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:598;7|15:131|16:599;p;1|4:600|5:152|6:417|21:183|7:11|8:11|12:148;n;9|22:11;7|15:131|16:601;7|15:27|16:602;p;1|4:603|6:450|8:11|12:11;n;7'
  718. ..'|15:454|16:604;p;1|4:605|6:450|8:11|12:11;n;7|15:451|16:606;7|15:456|16:491;7|15:454|16:607;7|15:456|16:608;p;1|4:609|6:483|8:11|12:148;1|4:610|6:450|8:11|12:11;n;7|15:454|16:604;7|15:131|16:608;7|15:451|16:611;p;1|4:612|6:450|8:11|12:11;n;7|15:451|16:613;7|15:454|16:607;7|15:456|16:608;p;1|4:614|5:550|6:615|7:11|8:11|12:148;n;9|22:11;7|15:451|16:616;7|15:617|16:618;p;1|4:619|5:566|6:620|7:11|8:11|12:148;n;9|22:11;p;1|4:621|5:550|6:622|7:11|8:11|12:148;n;9|22:11;7|15:623|16:624;7|15:184|16:625;p;1|4:626|5:554|6:622|7:11|8:11|12:148;n;9|22:11;7|15:184|16:627;7|15:623|16:624;p;1|4:628|5:629|6:630|8:11|12:148;n;9|22:11;p;1|4:631|5:632|6:630|8:11|12:148;n;9|22:11;p;1|4:633|5:554|6:634|8:11|12:148;n;9|22:11;7|15:279|16:635;p;1|4'
  719. ..':636|5:550|6:634|8:11|12:148;n;9|22:11;7|15:279|16:637;p;1|4:638|5:9|6:639|7:11|8:11|12:148;n;9|22:11;p;1|4:640|5:9|6:639|7:11|8:11|12:148;n;9|22:11;7|15:451|16:641;7|15:451|16:642;7|15:643|16:528;p;1|4:644|5:317|6:645|7:11|8:148|12:148;n;9|22:11;p;1|4:646|5:317|6:645|7:11|8:148|12:148;n;9|22:11;7|15:320|16:647;p;1|3:7|4:648|5:317|6:649|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:650|16:651;p;1|3:127|4:652|5:317|6:653|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:654|16:655;7|15:654|16:656;p;1|3:127|4:657|5:317|6:653|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:654|16:658;p;1|3:7|4:659|5:317|6:660|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:650|16:661;p;1|4:662|5:554|6:663|7:11|8:11|12:148;n;9|22:11;7|15:238|16:664;p;1|4:665|5:550|6:6'
  720. ..'63|7:11|8:11|12:148;n;9|22:11;p;1|4:666|5:566|6:667|7:11|8:11|12:148;n;9|22:11;7|15:238|16:668;7|15:669|16:670;p;1|4:671|5:326|6:667|7:11|8:11|12:148;n;9|22:11;7|15:669|16:670;p;1|4:672|5:554|6:673|8:11|12:148;n;9|22:11;7|15:27|16:674;p;1|3:127|4:675|5:550|6:676|8:11|12:148|3:127|3:127;n;9|22:11;7|15:137|16:677;p;1|3:127|4:678|5:554|6:679|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:680|5:550|6:679|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:681|16:528;p;1|3:127|4:682|5:566|6:683|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:684|5:326|6:683|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:303|16:668;7|15:320|16:685;p;1|3:127|4:686|5:554|6:687|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:688|5:550|6:687|8:11|12:148|3:'
  721. ..'127|3:127;n;9|22:11;7|15:27|16:689;p;1|3:7|4:690|5:9|6:691|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:692;p;1|3:7|4:693|6:694|8:11|12:148|3:7|3:7;1|3:7|4:695|5:9|6:691|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:692;p;1|3:7|4:696|6:694|8:11|12:148|3:7|3:7;1|3:7|4:697|5:9|6:698|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:692;p;1|3:7|4:699|6:700|8:11|12:148|3:7|3:7;1|4:701|5:554|6:702|7:11|8:11|12:148;n;9|22:11;7|15:703|16:704;7|15:705|16:706;p;1|4:707|6:708|8:11|12:11;n;7|15:709|16:710;7|15:251|16:711;p;1|4:712|6:708|8:11|12:11;n;7|15:713|16:714;7|15:254|16:271;p;1|3:7|4:715|5:203|6:716|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:717;7|15:623|16:718;p;1|3:7|4:719|5:206|6:716|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1'
  722. ..'|4:720|5:550|6:702|7:11|8:11|12:148;n;9|22:11;7|15:133|16:721;7|15:703|16:704;p;1|4:722|5:326|6:723|7:11|8:11|12:148;n;9|22:11;p;1|4:724|5:566|6:723|7:11|8:11|12:148;n;9|22:11;7|15:133|16:725;p;1|4:726|5:554|6:615|7:11|8:11|12:148;n;9|22:11;7|15:617|16:618;7|15:451|16:727;p;1|4:728|5:326|6:620|7:11|8:11|12:148;n;9|22:11;p;1|3:127|4:729|5:9|6:730|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:254|16:731;p;1|3:127|4:732|5:9|6:730|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:254|16:733;p;1|3:402|27:734|20:403|4:735|5:9|6:736|7:11|8:11|12:148|3:402|3:402;n;9|22:11;7|15:654|16:737;7|15:654|16:738;7|15:654|16:739;7|15:654|16:740;7|15:254|16:741;p;1|3:7|4:742|5:9|6:730|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:743|5:317|6:649|7:11|'
  723. ..'8:11|12:148|3:7|3:7;n;9|22:11;7|15:650|16:744;7|15:650|16:745;p;1|3:7|4:746|6:747|8:11|12:11|3:7|3:7;n;7|15:17|16:748;7|15:749|16:750;7|15:27|16:751;7|15:17|16:752;7|15:27|16:753;7|15:749|16:754;7|15:17|16:755;7|15:27|16:756;7|15:27|16:757;7|15:749|16:758;7|15:749|16:759;7|15:27|16:760;7|15:17|16:761;7|15:17|16:762;7|15:27|16:763;7|15:17|16:764;7|15:749|16:765;7|15:27|16:766;7|15:27|16:767;7|15:17|16:768;7|15:17|16:769;7|15:27|16:770;7|15:17|16:771;7|15:27|16:772;7|15:27|16:773;7|15:27|16:774;7|15:17|16:775;7|15:27|16:776;p;1|3:7|4:777|5:195|6:778|8:11|12:11|3:7|3:7;n;7|15:131|16:779;7|15:780|16:781;7|15:131|16:782;7|15:238|16:783;p;1|3:7|4:784|5:195|6:778|8:11|12:11|3:7|3:7;n;7|15:456|16:785;p;1|3:127|4:786|6:787|7:11|8:11'
  724. ..'|12:148|3:127|3:127;n;9|22:11;7|15:669|16:788;7|15:669|16:781;7|15:238|16:789;p;1|3:127|4:790|6:787|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:240|16:791;7|15:669|16:792;7|15:238|16:793;7|15:669|16:794;p;1|3:127|4:795|5:9|6:796|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:654|16:797;p;1|3:127|4:798|5:9|6:796|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:799|5:9|6:800|8:11|12:148|3:127|3:127;1|3:127|4:801|5:9|6:800|8:11|12:148|3:127|3:127;n;7|15:802|16:803;p;1|3:127|4:804|5:317|6:525|7:11|8:148|12:148|3:127|3:127;n;9|22:11;7|15:279|16:805;7|15:320|16:528;p;1|3:127|4:806|5:317|6:525|7:11|8:148|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:807|5:9|6:796|8:11|12:148|3:127|3:127;n;9|22:11;7|15:137|16:808;7|15:137|16:809;p;1|3:12'
  725. ..'7|4:810|5:9|6:796|8:11|12:148|3:127|3:127;n;9|22:11;7|15:137|16:809;7|15:137|16:811;p;1|3:127|4:812|5:554|6:813|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:617|16:814;p;1|3:127|4:815|5:550|6:813|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:374|16:816;7|15:617|16:814;p;1|3:127|4:817|5:326|6:818|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:819|5:566|6:818|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:820|5:554|6:676|8:11|12:148|3:127|3:127;n;9|22:11;7|15:137|16:677;p;1|3:155|27:519|4:821|5:521|6:822|7:11|8:11|12:148|3:155|3:155;n;9;7|15:654|16:823;p;1|3:155|27:519|4:824|5:521|6:822|7:11|8:11|12:148|3:155|3:155;n;9;7|15:825|16:826;7|15:654|16:827;7|15:828|16:466;7|15:825|16:829;p;1|3:155|27:519|4:830|5:521|6:831|7:11'
  726. ..'|8:11|12:148|3:155|3:155;n;9;7|15:654|16:832;7|15:833|16:466;p;1|3:7|4:834|5:187|6:835|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:451|16:836;7|15:837|16:838;p;1|3:7|4:839|5:840|6:835|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:841|5:187|6:835|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:842|5:840|6:835|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:451|16:843;7|15:837|16:844;p;1|3:7|4:845|5:840|6:846|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:847|5:187|6:846|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:137|16:848;7|15:320|16:849;7|15:320|16:850;7|15:137|16:851;p;1|3:852|27:853|20:734|4:854|5:187|6:855|7:11|8:11|12:148|3:852|3:852;n;9;p;1|3:852|27:853|20:734|4:856|5:187|6:855|7:11|8:11|12:148|3:852|3:852;n;9;7|15:158|16:857;p;1|3:852|27'
  727. ..':853|20:734|4:858|5:187|6:855|7:11|8:11|12:148|3:852|3:852;n;9;p;1|3:7|4:859|5:152|6:860|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:137|16:861;7|15:137|16:862;7|15:650|16:863;7|15:650|16:864;7|15:137|16:865;7|15:137|16:866;p;1|3:7|4:867|5:195|6:860|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:650|16:868;7|15:650|16:869;7|15:137|16:870;7|15:137|16:871;7|15:137|16:872;7|15:137|16:873;p;1|3:7|4:874|6:875|8:11|12:11|3:7|3:7;n;7|15:876|16:877;7|15:214|16:878;7|15:876|16:879;7|15:876|16:880;p;1|3:7|4:881|6:882|8:11|12:11|3:7|3:7;n;7|15:225|16:883;7|15:749|16:884;7|15:225|16:885;7|15:225|16:886;7|15:225|16:887;7|15:137|16:888;7|15:749|16:889;7|15:225|16:890;7|15:137|16:891;7|15:225|16:892;7|15:137|16:893;7|15:137|16:894;7|15:225|16:895;7|'
  728. ..'15:225|16:896;7|15:225|16:897;7|15:137|16:898;p;1|3:127|4:899|5:195|6:900|8:11|12:148|3:127|3:127;n;7|15:901|16:902;7|15:158|16:903;p;1|3:127|4:904|5:195|6:900|8:11|12:148|3:127|3:127;n;7|15:158|16:905;7|15:158|16:906;7|15:901|16:902;p;1|3:127|4:907|5:9|6:360|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:908|5:9|6:360|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:909|5:9|6:535|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:910|5:9|6:535|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:27|16:911;p;1|3:7|4:912|5:9|6:730|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:654|16:913;p;1|4:914|5:152|6:915|7:11|8:11|12:148;n;9|22:11;7|15:27|16:916;7|15:320|16:917;7|15:320|16:918;p;1|4:919|5:195|6:915|7:11|8:11|12:148;n;9|22:11;7|15'
  729. ..':320|16:920;p;1|3:7|4:921|5:195|6:922|8:11|12:11|3:7|3:7;n;7|15:27|16:923;7|15:320|16:924;7|15:320|16:925;7|15:27|16:926;7|15:876|16:927;7|15:17|16:928;p;1|3:7|4:929|5:195|6:922|8:11|12:11|3:7|3:7;1|3:7|4:930|5:152|6:931|8:148|12:11|3:7|3:7;n;7|15:932|16:933;7|15:137|16:934;7|15:225|16:935;7|15:137|16:936;7|15:937|16:938;7|15:137|16:939;7|15:940|16:941;p;1|3:7|4:942|5:203|6:943|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:944|5:206|6:943|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|4:945|5:317|6:946|7:11|8:11|12:148;n;9|22:11;7|15:947|16:948;7|15:137|16:949;p;1|4:950|5:317|6:946|7:11|8:11|12:148;n;9|22:11;7|15:947|16:951;7|15:137|16:952;p;1|4:953|5:317|6:954|7:11|8:11|12:148;n;9|22:11;7|15:947|16:955;p;1|3:127|4:956|5:317|6:957|7'
  730. ..':11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:681|16:958;7|15:959|16:960;p;1|3:127|4:961|5:317|6:957|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:681|16:962;7|15:959|16:963;7|15:681|16:964;p;1|3:7|4:965|5:317|6:966|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:967|5:317|6:966|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:968;p;1|3:7|4:969|6:970|8:11|12:11|3:7|3:7;n;7|15:971|16:972;p;1|3:7|4:973|6:970|8:11|12:11|3:7|3:7;n;7|15:971|16:974;p;1|3:7|4:975|6:976|8:11|12:11|3:7|3:7;n;7|15:17|16:977;7|15:971|16:978;7|15:17|16:979;7|15:27|16:980;7|15:17|16:981;7|15:971|16:982;7|15:971|16:983;7|15:27|16:984;p;1|3:7|4:985|5:152|6:986|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:940|16:987;p;1|3:7|4:988|5:195|6:986|7:11|8:11|12:148|3:7|3:7;n;9|'
  731. ..'22:11;7|15:989|16:990;7|15:137|16:991;p;1|3:7|4:992|5:152|6:931|8:11|12:148|3:7|3:7;n;7|15:932|16:993;7|15:937|16:994;7|15:940|16:995;p;1|3:7|4:996|6:997|8:11|12:11|3:7|3:7;n;7|15:374|16:998;7|15:320|16:999;7|15:1000|16:1001;7|15:320|16:1002;p;1|4:1003|5:203|6:1004|7:11|8:11|12:148;n;9|22:11;7|15:131|16:1005;7|15:27|16:1006;p;1|3:127|4:1007|5:203|6:1008|8:11|12:148|3:127|3:127;n;7|15:1009|16:1010;p;1|3:127|4:1011|5:203|6:1008|8:11|12:148|3:127|3:127;n;7|15:158|16:1012;7|15:1009|16:1010;7|15:1013|16:1014;p;1|3:7|4:1015|5:152|6:1016|8:148|12:11|3:7|3:7;n;7|15:1017|16:1018;7|15:431|16:1019;p;1|3:7|4:1020|5:411|6:261|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1021|5:411|6:261|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|4:1022|5:10'
  732. ..'23|6:1024|7:11|8:11|12:148;n;9|22:11;7|15:305|16:1025;7|15:320|16:1026;7|15:502|16:1027;p;1|4:1028|5:1023|6:1024|7:11|8:11|12:148;n;9|22:11;7|15:320|16:1029;7|15:502|16:1030;p;1|3:7|4:1031|5:152|6:1032|8:148|12:11|3:7|3:7;1|4:1033|5:1034|6:1024|7:11|8:11|12:148;n;9|22:11;7|15:502|16:1035;p;1|4:1036|5:1034|6:1037|7:11|8:11|12:148;n;9|22:11;7|15:320|16:1038;7|15:1039|16:1040;p;1|3:7|4:1041|6:1042|8:11|12:11|3:7|3:7;n;7|15:139|16:1043;7|15:1000|16:1044;7|15:1045|16:1046;7|15:1045|16:1047;7|15:374|16:1048;7|15:1000|16:1049;p;1|3:7|4:1050|6:1042|8:11|12:11|3:7|3:7;n;7|15:139|16:1051;7|15:133|16:1052;7|15:1045|16:1053;7|15:133|16:1054;7|15:374|16:1055;7|15:1045|16:1056;7|15:1000|16:1057;7|15:139|16:1058;p;1|4:1059|5:177|6:1060|8:'
  733. ..'11|12:148;n;7|15:158|16:1061;p;1|4:1062|6:379|8:11|10:11|12:11;n;7|15:305|16:1063;p;1|4:1064|5:177|6:1060|8:11|12:148;1|4:1065|5:335|6:1060|8:11|12:148;n;7|15:158|16:1066;p;1|4:1067|5:335|6:1068|8:11|12:148;n;7|15:158|16:1069;p;1|4:1070|5:177|6:1068|8:11|12:148;1|4:1071|5:177|6:1068|8:11|12:148;n;7|15:158|16:1072;p;1|4:1073|6:379|8:11|10:11|12:11;1|4:1074|5:9|6:379|8:11|10:11|12:11;1|4:1075|5:335|6:1060|8:11|12:148;n;7|15:158|16:1076;p;1|3:127|4:1077|5:411|6:1078|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:1079|5:411|6:1078|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:1080|16:1081;7|15:1082|16:1083;p;1|4:1084|5:411|6:1085|7:11|8:11|12:148;n;9|22:11;7|15:947|16:1086;7|15:279|16:1087;p;1|3:7|4:1088|5:152|6:1016|8:148|12'
  734. ..':11|3:7|3:7;n;7|15:476|16:1089;7|15:1017|16:1090;p;1|3:7|4:1091|5:152|6:1032|8:148|12:11|3:7|3:7;n;7|15:476|16:1092;7|15:1093|16:1094;7|15:1093|16:1095;7|15:15|16:1096;7|15:1093|16:1097;p;1|4:1098|5:9|6:379|8:11|10:11|12:11;n;7|15:305|16:1099;p;1|4:1100|5:335|6:1068|8:11|12:148;n;7|15:158|16:1101;p;1|4:1102|5:9|6:379|8:11|10:11|12:11;n;7|15:305|16:1103;p;1|4:1104|5:326|6:1105|7:11|8:11|12:148;n;9|22:11;7|15:320|16:1106;p;1|4:1107|5:632|6:1105|7:11|8:11|12:148;n;9|22:11;7|15:1108|16:1109;p;1|4:1110|5:1034|6:1105|7:11|8:11|12:148;n;9|22:11;p;1|4:1111|6:1112|8:11|12:11;n;7|15:1000|16:1113;7|15:133|16:1114;7|15:133|16:1115;7|15:431|16:1116;7|15:133|16:1117;7|15:374|16:1118;p;1|4:1119|6:1112|8:11|12:11;n;7|15:1000|16:1120;7|15:1'
  735. ..'39|16:1121;7|15:139|16:1122;7|15:431|16:1123;7|15:374|16:1124;7|15:139|16:1125;p;1|4:1126|5:1023|6:1105|7:11|8:11|12:148;n;9|22:11;7|15:320|16:1127;7|15:1128|16:1129;p;1|3:7|4:1130|6:622|8:11|12:11|3:7|3:7;n;7|15:139|16:1131;7|15:184|16:1132;7|15:184|16:1133;7|15:476|16:1134;7|15:184|16:1135;p;1|3:127|4:1136|6:1137|21:183|8:11|12:11|3:127|3:127;n;10|1:1138|23:148;10|1:1138|23:297;p;1|3:7|4:1139|5:9|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:1140;p;1|3:7|4:1141|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:1142;p;1|3:7|4:1143|5:317|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1144|5:411|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1145|6:196|21:183|7:11|8:11|12:148|3:7|3'
  736. ..':7;n;9|22:11;7|15:131|16:1146;7|15:27|16:1147;p;1|3:7|4:1148|5:9|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:127|4:1149|6:1137|21:183|8:11|12:11|3:127|3:127;n;10|1:1138|23:148;10|1:1138|23:297;7|15:454|16:1150;p;1|3:7|4:1151|6:622|8:11|12:11|3:7|3:7;n;7|15:139|16:1152;p;1|3:7|4:1153|5:317|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:1154;7|15:131|16:1155;p;1|3:7|4:1156|5:411|6:196|21:183|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:1157;p;1|4:1158|5:326|6:1159|8:11|12:148;n;7|15:461|16:1160;7|15:461|16:1161;7|15:1162|16:1163;7|15:139|16:1164;7|15:465|16:674;p;1|4:1165|5:554|6:1159|8:11|12:148;1|3:7|4:1166|5:203|6:1167|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:184|16:1168;7|15:184|16:1169;7|15:184|16:1'
  737. ..'170;7|15:184|16:1171;7|15:184|16:1172;p;1|3:7|4:1173|5:206|6:1167|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:320|16:1174;7|15:184|16:1175;7|15:184|16:1171;7|15:184|16:1176;7|15:184|16:1177;7|15:184|16:1178;7|15:320|16:1179;7|15:184|16:1180;7|15:184|16:1181;p;1|3:7|4:1182|5:152|6:1183|8:11|12:11|3:7|3:7;n;7|15:802|16:1184;7|15:251|16:1185;7|15:802|16:1186;7|15:305|16:1187;p;1|3:7|4:1188|5:152|6:1183|8:11|12:11|3:7|3:7;n;7|15:254|16:1189;7|15:328|16:1190;7|15:251|16:1191;7|15:617|16:1192;7|15:251|16:1193;7|15:254|16:1194;7|15:328|16:1195;7|15:617|16:1196;p;1|3:7|4:1197|5:152|6:1183|8:11|12:11|3:7|3:7;1|3:7|4:1198|5:152|6:1183|8:11|12:11|3:7|3:7;1|3:7|4:1199|6:1200|8:11|12:11|3:7|3:7;1|3:7|4:1201|5:152|6:1202|7:11|8:11|12:148|3:7'
  738. ..'|3:7;n;9|22:11;7|15:320|16:1203;7|15:137|16:1204;7|15:320|16:1205;7|15:137|16:1206;7|15:137|16:1207;7|15:320|16:1208;7|15:320|16:1209;p;1|3:7|4:1210|5:195|6:1202|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:320|16:1211;7|15:320|16:1212;7|15:320|16:1213;7|15:320|16:1214;7|15:137|16:1215;7|15:137|16:1216;7|15:320|16:1217;7|15:137|16:1218;7|15:137|16:1219;7|15:137|16:1220;7|15:137|16:1221;p;1|3:402|27:519|20:403|4:1222|6:1223|8:11|12:11|3:402|3:402;n;7|15:303|16:1224;7|15:1225|16:1226;p;1|3:402|27:519|20:403|4:1227|6:1223|8:11|12:11|3:402|3:402;n;7|15:303|16:1228;7|15:1225|16:1229;p;1|3:7|4:1230|6:683|8:11|12:11|3:7|3:7;n;7|15:303|16:1231;7|15:1225|16:1232;p;1|3:7|4:1233|5:1023|6:1024|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:320|16:'
  739. ..'1234;p;1|3:7|4:1235|5:1034|6:1024|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:320|16:1236;7|15:320|16:1237;7|15:502|16:1238;p;1|3:7|4:1239|5:152|6:1240|8:11|12:11|3:7|3:7;n;7|15:305|16:1241;p;1|3:7|4:1242|5:152|6:1240|8:11|12:11|3:7|3:7;n;7|15:27|16:1243;7|15:27|16:1244;p;1|3:7|4:1245|6:1200|8:11|12:11|3:7|3:7;n;7|15:225|16:1246;7|15:225|16:1247;7|15:225|16:1248;7|15:225|16:1249;7|15:225|16:1250;p;1|3:402|27:519|20:403|4:1251|6:1223|8:11|12:11|3:402|3:402;n;7|15:1225|16:1226;p;1|3:7|4:1252|6:683|8:11|12:11|3:7|3:7;n;7|15:1225|16:1232;p;1|3:402|27:519|20:403|4:1253|6:1223|8:11|12:11|3:402|3:402;n;7|15:1225|16:1229;p;1|3:402|27:519|20:403|4:1254|6:1255|8:11|12:11|3:402|3:402;n;7|15:1225|16:1256;p;1|3:7|4:1257|6:683|8:11|12:11|3:7'
  740. ..'|3:7;n;7|15:1225|16:1258;p;1|3:7|4:1259|6:1260|8:11|12:11|3:7|3:7;1|3:402|27:519|20:403|4:1261|6:1255|8:11|12:11|3:402|3:402;n;7|15:303|16:1262;7|15:1225|16:1256;p;1|3:7|4:1263|6:683|8:11|12:11|3:7|3:7;n;7|15:303|16:1264;7|15:1225|16:1258;p;1|3:7|4:1265|6:1260|8:11|12:11|3:7|3:7;n;7|15:17|16:1266;7|15:305|16:1267;p;1|3:7|4:1268|5:1034|6:1024|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:320|16:1269;7|15:320|16:1270;7|15:502|16:1271;p;1|3:7|4:1272|5:1023|6:1024|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:320|16:1273;p;1|3:127|4:1274|5:9|6:1275|8:11|12:148|3:127|3:127;n;7|15:137|16:1276;p;1|3:127|4:1277|5:9|6:1275|8:11|12:148|3:127|3:127;n;7|15:137|16:1278;p;1|3:7|4:1279|5:9|6:1280|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:27|16:1281;7|1'
  741. ..'5:131|16:1282;p;1|3:7|4:1283|5:9|6:1284|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1285|5:9|6:1284|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1286|5:152|6:1287|8:11|12:11|3:7|3:7;n;7|15:17|16:1288;7|15:27|16:1289;7|15:17|16:1290;7|15:17|16:1291;7|15:17|16:1292;7|15:17|16:1293;7|15:27|16:1294;7|15:17|16:1295;7|15:17|16:1296;7|15:27|16:1297;7|15:623|16:1298;p;1|3:7|4:1299|5:152|6:1287|8:11|12:11|3:7|3:7;n;7|15:1300|16:1301;7|15:17|16:1302;p;1|4:1303|5:9|6:653|7:11|8:11|12:148;n;9|22:11;7|15:654|16:1304;7|15:374|16:1305;7|15:654|16:1116;p;1|4:1306|5:9|6:653|7:11|8:11|12:148;n;9|22:11;p;1|3:7|4:1307|6:1308|8:11|12:11|3:7|3:7;n;7|15:251|16:1309;7|15:254|16:1310;7|15:305|16:1311;p;1|3:7|4:1312|6:1308|8:11|12:11|3:7|3:7;n;7|15'
  742. ..':254|16:1313;7|15:328|16:1314;p;1|3:7|4:1315|6:1316|8:11|12:11|3:7|3:7;n;7|15:139|16:1317;7|15:1000|16:1318;7|15:971|16:1056;7|15:133|16:1319;7|15:971|16:1053;7|15:374|16:1320;p;1|3:7|4:1321|5:152|6:531|8:11|12:11|3:7|3:7;n;7|15:320|16:1322;p;1|3:7|4:1323|5:152|6:531|8:11|12:11|3:7|3:7;n;7|15:225|16:1324;7|15:876|16:1325;7|15:876|16:1326;7|15:137|16:1327;p;1|3:7|4:1328|6:1316|8:11|12:11|3:7|3:7;n;7|15:139|16:1329;7|15:133|16:1330;7|15:374|16:1331;p;1|3:7|4:1332|6:1333|8:11|12:11|3:7|3:7;n;7|15:17|16:1334;7|15:27|16:1335;7|15:27|16:1336;7|15:27|16:1337;7|15:27|16:1338;7|15:17|16:1339;7|15:17|16:1340;7|15:27|16:1341;7|15:17|16:1342;7|15:1343|16:175;7|15:17|16:1344;7|15:17|16:1345;7|15:27|16:1346;7|15:27|16:1347;7|15:17|16:134'
  743. ..'8;7|15:1349|16:1350;7|15:27|16:1351;7|15:17|16:1352;7|15:1353|16:1267;7|15:27|16:1354;7|15:27|16:1355;7|15:27|16:1356;7|15:27|16:1357;7|15:1343|16:902;7|15:27|16:1358;7|15:27|16:1359;7|15:17|16:1360;7|15:1343|16:173;7|15:1361|16:1362;7|15:17|16:1363;7|15:17|16:1364;7|15:27|16:1365;p;1|3:127|4:1366|5:9|6:1367|8:11|12:148|3:127|3:127;n;7|15:17|16:1368;p;1|3:127|4:1369|5:9|6:1367|8:11|12:148|3:127|3:127;1|3:7|4:1370|5:9|6:1284|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1371|5:9|6:1284|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1372|5:9|6:1280|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|4:1373|5:411|6:1374|7:11|8:11|12:148;n;9|22:11;p;1|4:1375|5:411|6:1374|7:11|8:11|12:148;n;9|22:11;7|15:1343|16:1376;7|15:184|16:1377;p;1|3:7|4:1'
  744. ..'378|5:9|6:1379|8:148|12:11|3:7|3:7;n;7|15:27|16:1380;p;1|3:7|4:1381|5:411|6:1280|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:131|16:1382;7|15:27|16:1383;p;1|4:1384|5:152|6:1385|8:148|12:11;n;7|15:184|16:1386;7|15:1013|16:1387;7|15:1013|16:1388;p;1|3:7|4:1389|5:411|6:1390|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:279|16:1391;7|15:643|16:1392;p;1|3:7|4:1393|5:411|6:1390|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1394|5:152|6:1395|8:148|12:11|3:7|3:7;n;7|15:277|16:1396;7|15:825|16:1397;7|15:1398|16:1399;7|15:279|16:1400;p;1|3:7|4:1401|5:152|6:1395|8:148|12:11|3:7|3:7;n;7|15:279|16:1402;p;1|4:1403|5:206|6:1004|7:11|8:11|12:148;n;9|22:11;7|15:131|16:1404;7|15:27|16:1405;p;1|3:127|4:1406|5:9|6:1407|8:11|12:148|3:127|3:127;n;7|15:279|'
  745. ..'16:1408;p;1|3:7|4:1409|5:9|6:1410|8:11|12:11|3:7|3:7;n;7|15:225|16:1411;7|15:137|16:1412;7|15:225|16:1413;7|15:225|16:1414;7|15:1415|16:1416;7|15:1417|16:1418;p;1|3:7|4:1419|5:9|6:1420|8:11|12:11|3:7|3:7;n;7|15:137|16:1421;p;1|3:7|4:1422|5:9|6:1420|8:11|12:11|3:7|3:7;n;7|15:137|16:1423;p;1|3:7|4:1424|5:9|6:1410|8:11|12:11|3:7|3:7;1|3:7|4:1425|5:521|6:1426|7:11|8:11|12:148|3:7|3:7;n;9;7|15:876|16:1427;7|15:320|16:1428;7|15:139|16:1429;7|15:828|16:1430;p;1|3:7|4:1431|5:521|6:1426|7:11|8:11|12:148|3:7|3:7;n;9;7|15:320|16:1428;7|15:133|16:1429;p;1|3:7|4:1432|5:554|6:1433|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1434|5:550|6:1433|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:837|16:1435;p;1|3:7|4:1436|5:9|6:1437|7:11|8:11|12:148|3'
  746. ..':7|3:7;n;9|22:11;p;1|3:7|4:1438|5:9|6:1437|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:7|4:1439|5:9|6:1440|8:11|12:148|3:7|3:7;n;7|15:1441|16:902;p;1|3:7|4:1442|5:9|6:1280|7:11|8:11|12:148|3:7|3:7;n;9|22:11;p;1|3:127|4:1443|5:9|6:1407|7:11|8:11|12:148|3:127|3:127;n;9|22:11;p;1|3:127|4:1444|5:9|6:1407|7:11|8:11|12:148|3:127|3:127;n;9|22:11;7|15:279|16:1408;7|15:1343|16:1445;p;1|3:127|4:1446|5:9|6:1407|8:11|12:148|3:127|3:127;n;7|15:1353|16:1447;p;1|3:7|4:1448|5:9|6:1449|8:11|12:11|3:7|3:7;1|3:7|4:1450|5:9|6:1449|8:11|12:11|3:7|3:7;1|3:7|4:1451|5:9|6:1449|8:11|12:11|3:7|3:7;1|3:7|4:1452|5:9|6:1453|8:11|12:11|3:7|3:7;n;7|15:254|16:1454;7|15:251|16:1455;p;1|3:7|4:1456|5:9|6:1453|8:11|12:11|3:7|3:7;n;7|15:254|16:1457;7|15:1415|16:1'
  747. ..'458;7|15:251|16:1459;7|15:456|16:1460;p;1|3:7|4:1461|5:9|6:1449|8:11|12:11|3:7|3:7;n;7|15:254|16:1462;7|15:251|16:1377;7|15:254|16:1463;p;1|3:7|4:1464|5:9|6:1465|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:431|16:1466;p;1|3:7|4:1467|5:9|6:1465|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:431|16:1468;7|15:214|16:1469;7|15:431|16:1466;p;1|3:7|4:1470|5:9|6:1471|8:11|12:11|3:7|3:7;n;7|15:17|16:1472;7|15:27|16:1473;7|15:27|16:1474;7|15:27|16:1475;7|15:1353|16:1476;p;1|3:7|4:1477|5:9|6:1478|8:11|12:11|3:7|3:7;n;7|15:17|16:1479;7|15:17|16:1480;7|15:27|16:1481;7|15:27|16:1482;7|15:17|16:1483;7|15:27|16:1484;7|15:17|16:1485;7|15:27|16:1486;7|15:1353|16:1487;7|15:27|16:1488;7|15:27|16:1489;7|15:1353|16:1490;7|15:27|16:1491;7|15:17|16:1472;p;1'
  748. ..'|3:402|27:734|20:403|4:1492|5:9|6:1493|7:11|8:11|12:148|3:402|3:402;n;9|22:11;7|15:650|16:1494;7|15:254|16:1495;p;1|3:7|4:1496|5:9|6:430|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:431|16:1497;7|15:434|16:1498;7|15:238|16:452;7|15:431|16:1499;7|15:434|16:1500;p;1|3:7|4:1501|5:9|6:1471|8:11|12:11|3:7|3:7;n;7|15:17|16:1502;7|15:17|16:1503;7|15:17|16:1504;7|15:17|16:1505;7|15:27|16:1506;7|15:27|16:1507;p;1|3:7|4:1508|6:1509|8:11|12:11|3:7|3:7;1|3:7|4:1510|5:9|6:430|7:11|8:11|12:148|3:7|3:7;n;9|22:11;7|15:431|16:1511;7|15:431|16:1512;7|15:238|16:437;7|15:1513|16:1514;p;2|1:1515;n;1|4:1516|6:182|21:183|8:11|12:148;n;9|22:11;p;11|4:1517|5:9|6:535|8:11|12:11;n;7|15:27|16:1518;p;p;2|1:1515;n;1|4:1519|5:195|6:182|21:183|8:11|12:148;n;9|'
  749. ..'22:11;p;11|4:1520|5:152|6:535|8:11|12:11;n;7|15:27|16:1521;p;p;2|1:1515;n;1|4:1522|5:152|6:182|21:183|8:11|12:148;n;9|22:11;7|15:184|16:1523;p;11|4:1524|5:195|6:535|8:11|12:11;p;2|1:1525;n;1|4:1526|5:195|6:1527|21:183|8:11|12:148;n;7|15:137|16:1528;7|15:225|16:1529;7|15:225|16:1530;7|15:225|16:1531;p;1|4:1532|5:195|6:1533|21:183|8:11|12:148;n;9|22:11;7|15:27|16:1534;p;1|4:1535|5:195|6:1536|21:183|8:11|12:148;11|4:1537|5:9|6:535|8:11|12:148;n;7|15:27|16:1538;p;1|4:1539|5:9|6:687|8:11|12:148;n;7|15:27|16:1540;p;1|4:1541|5:9|6:687|8:11|12:148;1|4:1542|5:9|6:1543|21:183|8:11|12:148;1|4:1544|5:9|6:1543|21:183|8:11|12:148;n;7|15:225|16:1545;7|15:137|16:1546;p;1|4:1547|5:152|6:687|21:183|8:11|12:148;n;9|22:11;p;11|4:1548|5:9|6:535'
  750. ..'|8:11|12:148;11|4:1549|5:9|6:535|8:11|12:148;1|4:1550|5:9|6:1551|21:183|8:11|12:148;n;9|22:11;p;1|4:1552|5:9|6:1551|21:183|8:11|12:148;n;9|22:11;7|15:137|16:1553;p;p;2|1:1525;n;1|4:1554|5:152|6:1527|21:183|8:11|12:148;1|4:1555|5:152|6:1533|21:183|8:11|12:148;n;9|22:11;7|15:27|16:1556;p;1|4:1557|5:152|6:1536|21:183|8:11|12:148;n;7|15:27|16:1558;p;11|4:1559|6:535|8:11|12:148;1|4:1560|6:687|8:11|12:148;1|4:1561|6:687|8:11|12:148;n;7|15:27|16:1562;p;1|4:1563|6:1543|21:183|8:11|12:148;n;7|15:225|16:1564;p;1|4:1565|6:1543|21:183|8:11|12:148;n;7|15:225|16:1545;p;1|4:1566|5:195|6:687|21:183|8:11|12:148;n;9|22:11;7|15:27|16:1567;p;11|4:1568|6:535|8:11|12:148;n;7|15:27|16:1569;p;11|4:1570|6:535|8:11|12:148;n;7|15:27|16:1571;p;1|4:157'
  751. ..'2|6:1551|21:183|8:11|12:148;n;9|22:11;7|15:137|16:1573;p;1|4:1574|6:1551|21:183|8:11|12:148;n;9|22:11;7|15:137|16:1575;p;p;2|1:1576;n;1|1:1577|3:348|4:1578|5:335|6:1579|8:11|12:148|3:348|3:348;n;12;5;p;1|1:1580|3:852|20:853|4:1581|5:152|6:1582|8:11|12:11|3:852|3:852;p;2|1:1583;n;1|1:1580|3:852|20:853|4:1584|5:152|6:1582|8:11|12:11|3:852|3:852;n;7|15:238|16:1585;7|15:240|16:668;p;1|1:1577|3:348|4:1586|5:335|6:1579|8:11|12:148|3:348|3:348;n;12;5;7|15:158|16:1587;p;p;2|1:1588;n;1|1:1577|3:348|4:1589|5:177|6:1579|8:11|12:148|3:348|3:348;n;12;5;7|15:158|16:1590;p;1|1:1580|3:852|20:853|4:1591|5:195|6:1582|8:11|12:11|3:852|3:852;8|1:111|19:1592;p;2|1:1138;n;1|1:1577|3:348|4:1593|5:177|6:1579|8:11|12:148|3:348|3:348;n;12;5;p;1|1:15'
  752. ..'80|3:852|20:853|4:1594|5:195|6:1582|8:11|12:11|3:852|3:852;n;7|15:238|16:1595;7|15:240|16:1596;p;p;2|1:1525;n;1|4:1597|5:195|6:1527|21:183|8:11|12:148;n;7|15:225|16:1530;p;1|4:1598|5:195|6:1533|21:183|8:11|12:148;n;9|22:11;7|15:27|16:1556;p;1|4:1599|5:195|6:1536|21:183|8:11|12:148;11|4:1600|5:9|6:535|8:11|12:148;1|4:1601|5:9|6:687|8:11|12:148;n;7|15:27|16:1602;p;1|4:1603|5:9|6:687|8:11|12:148;1|4:1604|5:9|6:1543|21:183|8:11|12:148;n;7|15:225|16:1564;7|15:137|16:1605;p;1|4:1606|5:9|6:1543|21:183|8:11|12:148;n;7|15:225|16:1545;7|15:137|16:1607;p;1|4:1608|5:152|6:687|21:183|8:11|12:148;n;9|22:11;7|15:27|16:1567;p;11|4:1609|5:9|6:535|8:11|12:148;n;7|15:27|16:1610;p;11|4:1611|5:9|6:535|8:11|12:148;n;7|15:27|16:1612;p;1|4:1613|5:'
  753. ..'9|6:1551|21:183|8:11|12:148;n;9|22:11;7|15:137|16:1614;p;1|4:1615|5:9|6:1551|21:183|8:11|12:148;n;9|22:11;p;p;2|1:1525;n;1|4:1616|5:152|6:1527|21:183|8:11|12:148;n;7|15:137|16:1617;7|15:225|16:1531;7|15:225|16:1530;7|15:225|16:1529;p;1|4:1618|5:152|6:1533|21:183|8:11|12:148;n;9|22:11;p;1|4:1619|5:152|6:1536|21:183|8:11|12:148;11|4:1620|6:535|8:11|12:148;1|4:1621|6:687|8:11|12:148;1|4:1622|6:687|8:11|12:148;1|4:1623|6:1543|21:183|8:11|12:148;n;7|15:225|16:1564;7|15:137|16:1624;p;1|4:1625|6:1543|21:183|8:11|12:148;1|4:1626|5:195|6:687|21:183|8:11|12:148;n;9|22:11;7|15:27|16:1627;p;11|4:1628|6:535|8:11|12:148;11|4:1629|6:535|8:11|12:148;n;7|15:27|16:1630;p;1|4:1631|6:1551|21:183|8:11|12:148;n;9|22:11;p;1|4:1632|6:1551|21:183|8'
  754. ..':11|12:148;n;9|22:11;7|15:137|16:1633;p;p;1|4:1634|5:550|6:673|8:11|12:148;n;9|22:11;p;11|4:1635|5:195|6:535|8:11|12:11;1|3:127|4:1636|5:550|6:1637|8:11|12:148|3:127|3:127;1|3:127|4:1638|5:1023|6:1639|8:11|12:148|3:127|3:127;1|3:127|4:1640|5:1023|6:1639|8:11|12:148|3:127|3:127;n;7|15:158|16:1641;p;1|3:127|4:1642|5:566|6:1637|8:11|12:148|3:127|3:127;n;7|15:158|16:1643;p;1|4:1644|5:550|6:1645|8:11|12:11;n;9|22:11;p;1|4:1646|5:1023|6:1645|8:11|12:11;n;9|22:11;7|15:184|16:1647;p;1|4:1648|5:9|6:282|7:11|8:11|12:148;n;9|22:11;7|15:131|16:1649;7|15:27|16:420;p;1|4:1650|5:195|6:379|8:11|11:11|12:11;n;7|15:27|16:1651;p;1|1:1652|3:150|4:1653|5:152|6:153|8:11|12:148|3:150|3:150;n;6|1:154|19:128;5;7|15:158|16:1654;p;1|4:1655|5:550|6:14'
  755. ..'33|8:11|12:11;n;9|22:11;p;1|4:1656|5:554|6:1433|8:11|12:11;n;9|22:11;7|15:133|16:1657;7|15:184|16:1658;7|15:184|16:1659;7|15:184|16:1660;7|15:184|16:1661;p;1|3:155|27:519|4:1662|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:328|16:1663;7|15:131|16:1664;7|15:328|16:1665;p;1|3:155|27:519|4:1666|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:328|16:1667;7|15:328|16:1668;p;1|3:155|27:519|4:1669|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:454|16:1670;7|15:328|16:1671;7|15:456|16:1672;7|15:451|16:1673;7|15:328|16:1674;p;1|3:155|27:519|4:1675|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:456|16:1676;p;1|3:155|27:519|4:1677|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:328|16:1678;7|15:328|16:1679;p;1|3:155|27:'
  756. ..'519|4:1680|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:454|16:1681;7|15:328|16:1682;7|15:456|16:1672;7|15:131|16:1683;7|15:451|16:1684;7|15:328|16:1685;p;1|4:1686|5:195|6:1687|8:11|12:11;n;7|15:713|16:1688;7|15:303|16:1689;p;1|3:155|27:519|4:1690|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;p;1|3:155|27:519|4:1691|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:454|16:1692;7|15:451|16:1693;7|15:131|16:1683;7|15:456|16:1694;7|15:305|16:1695;p;1|3:155|27:519|4:1696|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;7|15:131|16:1664;p;1|3:155|27:519|4:1697|5:317|6:450|7:11|8:11|12:148|3:155|3:155;n;9;p;1|4:1698|5:152|6:313|8:11|12:11;n;9|22:11;7|15:27|16:1699;7|15:27|16:1700;7|15:27|16:1701;7|15:27|16:1702;7|15:27|16:1703;7|'
  757. ..'15:27|16:1704;p;1|4:1705|5:195|6:313|8:11|12:11;n;9|22:11;7|15:27|16:1706;7|15:27|16:1707;7|15:27|16:1708;7|15:27|16:1709;7|15:27|16:1710;p;1|4:1711|5:195|6:1712|8:11|12:11;1|3:852|20:1713|4:1714|5:195|6:1137|21:183|8:11|12:11|3:852|3:852;1|4:1715|6:1137|8:11|12:11;n;7|15:451|16:1716;p;1|4:1717|6:1137|8:11|12:11;13|1:1718|27:403|4:1719|5:9|6:1720|7:11|8:11|12:148|28:1721|29:1722;n;14|1:1723|19:1724;5|1:1725;5|1:1726;n;15|1:1725;n;16|1:1727|4:1728|6:1729|30:1730|31:128|32:183|33:11;n;17|1:1731|4:1732|6:1733|30:1734|33:11|34:1735|35:13;17|1:1736|6:1733|30:1734|33:11|34:1737|35:13;17|1:1738|4:1739|6:1740|30:1730|33:11|34:1741|35:13;18|1:1742|4:1743|6:1744|30:13|33:11|34:1745|35:1730;17|1:1746|4:1747|6:1740|30:1734|33:11|34:174'
  758. ..'8|35:13;17|1:1749|4:1750|6:1733|30:1734|33:11|34:1751|35:13;p;p;p;14|1:1752|19:1741;10|36:1753;p;p;5;p;p;p;')
  759. for _,Object in pairs(Objects) do
  760. Object.Parent = script and script.Parent==workspace and script or workspace
  761. end
  762. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement