SHOW:
|
|
- or go back to the newest paste.
1 | if game:GetService("RunService"):IsClient() then error("Use h/ Buster ") end | |
2 | warn("Remember the old times") | |
3 | warn(" the time when roblox was still fun ") | |
4 | local Player,game,owner = owner,game | |
5 | local RealPlayer = Player | |
6 | do | |
7 | print("FE Compatibility code by Mokiros") | |
8 | local rp = RealPlayer | |
9 | script.Parent = rp.Character | |
10 | ||
11 | --RemoteEvent for communicating | |
12 | local Event = Instance.new("RemoteEvent") | |
13 | Event.Name = "UserInput_Event" | |
14 | ||
15 | --Fake event to make stuff like Mouse.KeyDown work | |
16 | local function fakeEvent() | |
17 | local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end} | |
18 | t.connect = t.Connect | |
19 | return t | |
20 | end | |
21 | ||
22 | --Creating fake input objects with fake variables | |
23 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} | |
24 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} | |
25 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) | |
26 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil | |
27 | end} | |
28 | --Merged 2 functions into one by checking amount of arguments | |
29 | CAS.UnbindAction = CAS.BindAction | |
30 | ||
31 | --This function will trigger the events that have been :Connect()'ed | |
32 | local function te(self,ev,...) | |
33 | local t = m[ev] | |
34 | if t and t._fakeEvent then | |
35 | for _,f in pairs(t.Functions) do | |
36 | f(...) | |
37 | end | |
38 | end | |
39 | end | |
40 | m.TrigEvent = te | |
41 | UIS.TrigEvent = te | |
42 | ||
43 | Event.OnServerEvent:Connect(function(plr,io) | |
44 | if plr~=rp then return end | |
45 | m.Target = io.Target | |
46 | m.Hit = io.Hit | |
47 | if not io.isMouse then | |
48 | local b = io.UserInputState == Enum.UserInputState.Begin | |
49 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
50 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
51 | end | |
52 | for _,t in pairs(CAS.Actions) do | |
53 | for _,k in pairs(t.Keys) do | |
54 | if k==io.KeyCode then | |
55 | t.Function(t.Name,io.UserInputState,io) | |
56 | end | |
57 | end | |
58 | end | |
59 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
60 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
61 | end | |
62 | end) | |
63 | Event.Parent = NLS([==[ | |
64 | local Player = game:GetService("Players").LocalPlayer | |
65 | local Event = script:WaitForChild("UserInput_Event") | |
66 | ||
67 | local Mouse = Player:GetMouse() | |
68 | local UIS = game:GetService("UserInputService") | |
69 | local input = function(io,a) | |
70 | if a then return end | |
71 | --Since InputObject is a client-side instance, we create and pass table instead | |
72 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target}) | |
73 | end | |
74 | UIS.InputBegan:Connect(input) | |
75 | UIS.InputEnded:Connect(input) | |
76 | ||
77 | local h,t | |
78 | --Give the server mouse data 30 times every second, but only if the values changed | |
79 | --If player is not moving their mouse, client won't fire events | |
80 | while wait(1/30) do | |
81 | if h~=Mouse.Hit or t~=Mouse.Target then | |
82 | h,t=Mouse.Hit,Mouse.Target | |
83 | Event:FireServer({isMouse=true,Target=t,Hit=h}) | |
84 | end | |
85 | end]==],Player.Character) | |
86 | ||
87 | ----Sandboxed game object that allows the usage of client-side methods and services | |
88 | --Real game object | |
89 | local _rg = game | |
90 | ||
91 | --Metatable for fake service | |
92 | local fsmt = { | |
93 | __index = function(self,k) | |
94 | local s = rawget(self,"_RealService") | |
95 | if s then return s[k] end | |
96 | end, | |
97 | __newindex = function(self,k,v) | |
98 | local s = rawget(self,"_RealService") | |
99 | if s then s[k]=v end | |
100 | end, | |
101 | __call = function(self,...) | |
102 | local s = rawget(self,"_RealService") | |
103 | if s then return s(...) end | |
104 | end | |
105 | } | |
106 | local function FakeService(t,RealService) | |
107 | t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService | |
108 | return setmetatable(t,fsmt) | |
109 | end | |
110 | ||
111 | --Fake game object | |
112 | local g = { | |
113 | GetService = function(self,s) | |
114 | return self[s] | |
115 | end, | |
116 | Players = FakeService({ | |
117 | LocalPlayer = FakeService({GetMouse=function(self)return m end},Player) | |
118 | },"Players"), | |
119 | UserInputService = FakeService(UIS,"UserInputService"), | |
120 | ContextActionService = FakeService(CAS,"ContextActionService"), | |
121 | } | |
122 | rawset(g.Players,"localPlayer",g.Players.LocalPlayer) | |
123 | g.service = g.GetService | |
124 | ||
125 | g.RunService = FakeService({ | |
126 | RenderStepped = _rg:GetService("RunService").Heartbeat, | |
127 | BindToRenderStep = function(self,name,_,fun) | |
128 | ||
129 | end, | |
130 | UnbindFromRenderStep = function(self,name) | |
131 | self._btrs[name]:Disconnect() | |
132 | end, | |
133 | },"RunService") | |
134 | ||
135 | setmetatable(g,{ | |
136 | __index=function(self,s) | |
137 | return _rg:GetService(s) or typeof(_rg[s])=="function" | |
138 | and function(_,...)return _rg[s](_rg,...)end or _rg[s] | |
139 | end, | |
140 | __newindex = fsmt.__newindex, | |
141 | __call = fsmt.__call | |
142 | }) | |
143 | --Changing owner to fake player object to support owner:GetMouse() | |
144 | game,owner = g,g.Players.LocalPlayer | |
145 | end | |
146 | ||
147 | Model = Instance.new("Model") Model.Parent = workspace Model.Name = "gdfPlace" | |
148 | PA="Part" DE="Decal" BM="BlockMesh" BL="BlockMesh" CY="CylinderMesh" SP="SpecialMesh" WE="WedgePart" TR="TrussPart" | |
149 | WS = workspace t = true f = false | |
150 | smo = "Smooth" glu = "Glue" wel = "Weld" stu = "Studs" inl = "Inlet" uni = "Universal" hin = "Hinge" mot = "Motor" ste = "SteppingMotor" | |
151 | sym = "Symmetric" bri = "Brick" pla = "Plate" cus = "Custom" bal = "Ball" blo = "Block" cyl = "Cylinder" | |
152 | Pla = "Plastic" Woo = "Wood" Sla = "Slate" Con = "Concrete" Cor = "CorrodedMetal" Dia = "DiamondPlate" Foi = "Foil" Gra = "Grass" Ice = "Ice" CF = CFrame.new | |
153 | function createPart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,formFactor,Shape,x,y,z,CFrame, | |
154 | BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface) | |
155 | Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material Part.Reflectance = Reflectance | |
156 | Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name Part.Anchored = Anchored Part.CanCollide = CanCollide | |
157 | Part.Friction = Friction Part.formFactor = formFactor Part.Shape = Shape Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame | |
158 | Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface | |
159 | Part.RightSurface = RightSurface Part.TopSurface = TopSurface | |
160 | end | |
161 | function createTrussPart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,x,y,z,CFrame, | |
162 | BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface) | |
163 | Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material | |
164 | Part.Reflectance = Reflectance Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name | |
165 | Part.Anchored = Anchored Part.CanCollide = CanCollide Part.Friction = Friction Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame | |
166 | Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface | |
167 | Part.RightSurface = RightSurface Part.TopSurface = TopSurface | |
168 | end | |
169 | function createWedgePart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,x,y,z,CFrame, | |
170 | BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface) | |
171 | Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material | |
172 | Part.Reflectance = Reflectance Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name | |
173 | Part.Anchored = Anchored Part.CanCollide = CanCollide Part.Friction = Friction Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame | |
174 | Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface | |
175 | Part.RightSurface = RightSurface Part.TopSurface = TopSurface | |
176 | end | |
177 | function createMesh(className,Parent,x,y,z,x1,y1,z1,x2,y2,z2) | |
178 | Mesh = Instance.new(className) Mesh.Parent = Parent Mesh.Offset = Vector3.new(x,y,z) | |
179 | Mesh.Scale = Vector3.new(x1,y1,z1) Mesh.VertexColor = Vector3.new(x2,y2,z2) | |
180 | end | |
181 | function createSpecialMesh(className,Parent,x,y,z,x1,y1,z1,x2,y2,z2,MeshType,TextureId,MeshId) | |
182 | Mesh = Instance.new(className) Mesh.Parent = Parent Mesh.Offset = Vector3.new(x,y,z) Mesh.Scale = Vector3.new(x1,y1,z1) | |
183 | Mesh.VertexColor = Vector3.new(x2,y2,z2) Mesh.MeshType = MeshType Mesh.TextureId = TextureId Mesh.MeshId = MeshId | |
184 | end | |
185 | function createDecal(className,Parent,Texture,Face) | |
186 | Decal = Instance.new(className) Decal.Parent = Parent Decal.Texture = Texture Decal.Face = Face | |
187 | end | |
188 | --Script in .gdf format, made by HatHelper | |
189 | createPart(PA, WS, 1003, Pla, 1, 0, 0.5, "Platform", t, t, 0.300, bri, blo, 10, 1.20, 10, CF(-65, 343.399994, 155, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
190 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=14417348", Enum.NormalId.Top) | |
191 | createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Head", t, f, 0.300, sym, blo, 2, 1, 1, CF(-72.2768326, 5.19912052, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, inl, smo, smo, smo, smo) | |
192 | createSpecialMesh(SP, Part, 0, 0, 0, 1.25, 1.25, 1.25, 1, 1, 1, Enum.MeshType.Head, "", "") | |
193 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=7076053", Enum.NormalId.Front) | |
194 | createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Torso", t, f, 0.300, sym, blo, 2, 2, 1, CF(-72.2768326, 3.69912076, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, inl, smo, wel, wel, stu) | |
195 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=31468898", Enum.NormalId.Front) | |
196 | createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Left Arm", t, f, 0.300, sym, blo, 1, 2, 1, CF(-72.6133347, 3.69933581, -117.101578, 0.214786097, 0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, -0.0293300226, -0.976661146, 0.00629968103, 0.214693695), smo, inl, smo, smo, smo, stu) | |
197 | createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Right Arm", t, f, 0.300, sym, blo, 1, 2, 1, CF(-71.9403305, 3.69933581, -120.025269, 0.214786097, -0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, 0.0293300226, -0.976661146, -0.00629968103, 0.214693695), smo, inl, smo, smo, smo, stu) | |
198 | createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Left Leg", t, f, 0.300, sym, blo, 1, 2, 1, CF(-72.3555832, 1.69955099, -118.068794, 0.214786097, -0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, 0.0293300226, -0.976661146, -0.00629968103, 0.214693695), smo, smo, smo, smo, smo, stu) | |
199 | createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Right Leg", t, f, 0.300, sym, blo, 1, 2, 1, CF(-72.198082, 1.69955099, -119.058052, 0.214786097, 0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, -0.0293300226, -0.976661146, 0.00629968103, 0.214693695), smo, smo, smo, smo, smo, stu) | |
200 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Handle", t, f, 0.300, pla, blo, 1, 1.60, 1, CF(-72.2768326, 5.39912033, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, smo, smo, smo, smo, smo) | |
201 | createSpecialMesh(SP, Part, 0, 0, 0, 1, 1, 1, 1, 1, 1, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1051546", "http://www.roblox.com/asset/?id=1051545") | |
202 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Handle", t, f, 0.300, sym, blo, 1, 1, 1, CF(-72.4233322, 5.44912052, -118.595642, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, smo, smo, smo, smo, smo) | |
203 | createSpecialMesh(SP, Part, 0, 0, 0, 1, 1, 1, 1, 1, 1, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18755438", "http://www.roblox.com/asset/?id=18755442") | |
204 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Handle", t, f, 0.300, pla, blo, 1, 0.40, 1, CF(-72.2768326, 5.83912039, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, smo, smo, smo, smo, smo) | |
205 | createSpecialMesh(SP, Part, 0, 0, 0, 1, 1, 1, 1, 1, 1, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=9907545", "http://www.roblox.com/asset/?id=9907551") | |
206 | createPart(PA, WS, 1006, Pla, 0, 0, 0.5, "Part", t, t, 0.300, bri, blo, 29, 2.40, 40, CF(-65.5, 341.600006, 157, 1, 0, 0, 0, 1, 0, 0, 0, 1), uni, uni, uni, uni, uni, wel) | |
207 | createPart(PA, WS, 21, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(-90.9978485, 1771.44873, 86.9978485, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), wel, wel, wel, wel, wel, wel) | |
208 | createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(-90.3943176, 1769.38013, 89.0851212, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo) | |
209 | createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(-91.6013794, 1773.51733, 84.9105759, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo) | |
210 | createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(-88.0690765, 1771.69751, 86.3974991, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo) | |
211 | createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(-93.9266205, 1771.19995, 87.5981979, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo) | |
212 | createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(-90.7569504, 1773.60718, 89.0673599, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo) | |
213 | createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(-91.2387466, 1769.29028, 84.9283371, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo) | |
214 | createPart(PA, WS, 26, Pla, 1, 0, 0.5, "BattleArmor", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(192.5, 86.4000015, -184.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, smo) | |
215 | createPart(PA, WS, 135, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 4, CF(192.5, 84.1999969, -184.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
216 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 3, 0.40, 4, CF(192.5, 85, -184.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
217 | createPart(PA, WS, 149, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(-102, 1757.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), wel, wel, wel, wel, wel, wel) | |
218 | createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1760.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo) | |
219 | createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1754.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo) | |
220 | createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(-99, 1757.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo) | |
221 | createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(-105, 1757.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo) | |
222 | createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1757.66431, -109, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo) | |
223 | createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1757.66431, -103, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo) | |
224 | createPart(PA, WS, 28, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(139, 1777.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), wel, wel, wel, wel, wel, wel) | |
225 | createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1780.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo) | |
226 | createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1774.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo) | |
227 | createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(142, 1777.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo) | |
228 | createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(136, 1777.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo) | |
229 | createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1777.91724, -94, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo) | |
230 | createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1777.91724, -88, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo) | |
231 | createPart(PA, WS, 196, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(150, 1781.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), wel, wel, wel, wel, wel, wel) | |
232 | createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1784.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo) | |
233 | createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1778.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo) | |
234 | createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(153, 1781.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo) | |
235 | createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(147, 1781.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo) | |
236 | createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1781.54395, 124, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo) | |
237 | createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1781.54395, 130, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo) | |
238 | createPart(PA, WS, 151, Pla, 0, 0, 0.5, "Floor", t, t, 0.300, pla, blo, 400, 0.40, 400, CF(-7.62939453e-006, 0.200000763, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
239 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Back Wall", t, t, 0.300, bri, blo, 400, 30.0, 2, CF(-7.62939453e-006, 15.4000006, -198.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
240 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Front Wall", t, t, 0.300, bri, blo, 400, 30.0, 2, CF(-7.62939453e-006, 15.4000006, 199.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
241 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Right Wall", t, t, 0.300, bri, blo, 396, 30.0, 2, CF(199, 15.4000006, 1.52587891e-005, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
242 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Left Wall", t, t, 0.300, bri, blo, 396, 30.0, 2, CF(-199, 15.4000006, 1.52587891e-005, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
243 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "House Platform", t, t, 0.300, pla, blo, 181, 0.40, 183, CF(105.499992, 0.600000739, 104.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
244 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Castle Platform", t, t, 0.300, pla, blo, 186, 0.40, 183, CF(-104.000008, 0.600000739, 105.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
245 | createPart(PA, WS, 208, Pla, 0, 0, 0.5, "Front back path", t, t, 0.300, pla, blo, 26, 0.40, 371, CF(1.99999237, 0.600000739, 7.50001526, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
246 | createPart(PA, WS, 208, Pla, 0, 0, 0.5, "Left path", t, t, 0.300, pla, blo, 187, 0.40, 27, CF(-104.500008, 0.600000739, -1.49998474, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
247 | createPart(PA, WS, 208, Pla, 0, 0, 0.5, "Right path", t, t, 0.300, pla, blo, 182, 0.40, 27, CF(105.999992, 0.600000739, -1.49998474, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
248 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Back Ledge", t, t, 0.300, pla, blo, 213, 17.2, 20, CF(-91.5, 9.19999504, -188, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, smo) | |
249 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Tower Platform", t, t, 0.300, pla, blo, 184, 0.40, 162, CF(-103.000008, 0.600000739, -95.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
250 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Brickyard Base", t, t, 0.300, pla, blo, 183, 0.40, 183, CF(106.499992, 0.600000739, -106.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, wel, smo, smo, smo, stu) | |
251 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
252 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
253 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
254 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
255 | createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167, 18.0856133, 96.3999939, 7.27176666e-005, 1.1920929e-006, -0.999999881, 0.999999881, 1.51395798e-005, 7.25984573e-005, 1.50203705e-005, -0.999999881, -1.07288361e-006), smo, smo, smo, smo, smo, smo) | |
256 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
257 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
258 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
259 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
260 | createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167, 18.0855942, 18.3999939, 7.18832016e-005, -2.08616257e-007, -0.999999881, 0.999999881, 1.60336494e-005, 7.1823597e-005, 1.59442425e-005, -0.99999994, 2.98023224e-007), smo, smo, smo, smo, smo, smo) | |
261 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
262 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
263 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
264 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
265 | createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167, 18.0856266, -59.6000061, 6.38365746e-005, -1.55866146e-005, -0.999999881, 0.999999881, 1.6450882e-005, 6.37471676e-005, 1.63316727e-005, -0.999999881, 1.56760216e-005), smo, smo, smo, smo, smo, smo) | |
266 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
267 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu) | |
268 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
269 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
270 | createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167.161148, 9.72641563, -138.094131, -0.000738978386, -0.00337782502, -0.99999398, 0.975494385, -0.220024347, 2.23219395e-005, -0.220023096, -0.975488544, 0.00345766544), smo, smo, smo, smo, smo, smo) | |
271 | createPart(PA, WS, 217, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-109.052673, 1.28975105, -169.923386, 0, 0.999997616, 0.0022032666, 1, 0, 1.29803084e-007, 1.29803084e-007, 0.0022032666, -0.999997616), smo, smo, smo, smo, smo, smo) | |
272 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-146, 8.60000038, -162.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu) | |
273 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-146, 17.4000015, -162.999985, 1, 0, 0, 0, -1, 0, 0, 0, -1), hin, stu, smo, smo, smo, inl) | |
274 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-145.873642, 8.18978786, -177.50679, 0.999996126, -3.2122909e-005, -0.00278398907, 3.18320963e-005, 1, -0.000104503793, 0.00278399233, 0.000104414765, 0.999996126), smo, wel, smo, smo, smo, stu) | |
275 | createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-145.87532, 16.9897346, -177.005875, -0.999996126, 3.2122909e-005, -0.00278398907, -3.18320963e-005, -1, -0.000104503793, -0.00278399233, -0.000104414765, 0.999996126), hin, stu, smo, smo, smo, inl) | |
276 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-36.0000076, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
277 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-36.0000076, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
278 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-79.0000076, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
279 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-79.0000076, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
280 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-120.000008, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
281 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-120.000008, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
282 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-156, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
283 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-156, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
284 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(157, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
285 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(157, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
286 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(113.999992, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
287 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(113.999992, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
288 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(72.9999924, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
289 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(72.9999924, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
290 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(36.9999924, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
291 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(36.9999924, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
292 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(104, 42.6000023, -190.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
293 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(104, 33.6000023, -190.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
294 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(119.999992, 71.4000015, -171.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
295 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(119.999992, 62.4000015, -171.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
296 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(35.4999847, 19.4000015, -188.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
297 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(35.4999847, 24.7000008, -188.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
298 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(99.5, 31.4000015, -111.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
299 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(99.5, 36.7000008, -111.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
300 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(77.4999924, 24.2000008, -124.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
301 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(77.4999924, 29.5, -124.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
302 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(125.499992, 60.2000008, -108.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
303 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(125.499992, 65.5, -108.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
304 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(73.4999924, 15.8000002, -104.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
305 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(73.4999924, 21.1000004, -104.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
306 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(103.5, 23, -57.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
307 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(103.5, 28.2999992, -57.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
308 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(62.9999924, 27, -76, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
309 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(62.9999924, 18, -76, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
310 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(164, 34.2000008, -81, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
311 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(164, 25.2000008, -81, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
312 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(129.5, 2.60000086, -43.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
313 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(129.5, 7.90000105, -43.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
314 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(166.5, 23, -71.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
315 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(166.5, 28.2999992, -71.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
316 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(43.4999924, 2.60000086, -83.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel) | |
317 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(43.4999924, 7.90000105, -83.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
318 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(171, 36.400032, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
319 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008743", Enum.NormalId.Front) | |
320 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(179.5, 34.400032, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
321 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(171, 41.0000305, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
322 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(171, 31.8000317, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, wel, wel, stu) | |
323 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(162.5, 34.400032, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
324 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(54.4999924, 8.80000114, -102.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
325 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008744", Enum.NormalId.Front) | |
326 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(54.4999924, 6.80000114, -111.499985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
327 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(54.4999924, 13.4000015, -102.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
328 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(54.4999924, 4.20000076, -102.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, wel, wel, stu) | |
329 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(54.4999924, 6.80000067, -94.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
330 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(34, 32.7999992, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
331 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008745", Enum.NormalId.Front) | |
332 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(42.5, 30.7999992, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
333 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(34, 37.3999977, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
334 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(34, 28.1999989, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, wel, wel, stu) | |
335 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(25.5, 30.7999992, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
336 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(-127, 22, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
337 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008748", Enum.NormalId.Front) | |
338 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(-118.5, 20, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
339 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(-127, 26.6000004, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
340 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(-127, 17.3999996, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, wel, wel, stu) | |
341 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(-135.5, 20, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
342 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-86.0000076, 41.3999977, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
343 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-85.5000076, 40.5999985, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
344 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-85.0000076, 38.6000023, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
345 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-86.0000076, 39.7999992, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
346 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-91.5000076, 42.1999969, -95.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
347 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-82.0000076, 35, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
348 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 32.5999985, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
349 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-81.0000076, 33.7999992, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
350 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 35.5999985, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
351 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-83.0000076, 36.2000008, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
352 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 40.5999985, -89.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
353 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-79.0000076, 31.3999977, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
354 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-84.0000076, 37.4000015, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
355 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 49.8000031, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
356 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 47.4000015, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
357 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 43.7999992, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
358 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 46.2000008, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
359 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 51.0000038, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
360 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 42.5999985, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
361 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 45, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
362 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-80.5000076, 42.1999969, -83.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
363 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-98.0000076, 41.3999977, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
364 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-98.5000076, 42.1999969, -89.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
365 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 48.6000023, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
366 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-74.0000076, 40.5999985, -83.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
367 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 25.6000004, -70.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
368 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 30.5999985, -76.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
369 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 25.6000004, -82.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
370 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 30.5999985, -89.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
371 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 25.6000004, -70.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
372 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 25.6000004, -82.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
373 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 25.6000004, -94.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
374 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-86.5000076, 30.5999985, -83.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
375 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 25.6000004, -94.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
376 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-86.5000076, 30.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
377 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 27.3999996, -84.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
378 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 26.2000027, -85.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
379 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 29.8000011, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
380 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 28.6000004, -83.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
381 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 30.6000004, -76.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
382 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 21.3999996, -89.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
383 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 25.0000019, -86.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
384 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 22.6000004, -88.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
385 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 23.8000011, -87.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
386 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 25.6000004, -70.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
387 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 25.6000004, -82.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
388 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-98.0000076, 30.5999985, -83.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
389 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 25.6000004, -94.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
390 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(-98.0000076, 30.5999985, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
391 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-98.0000076, 41.3999977, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
392 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-86.0000076, 41.3999977, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
393 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-74.0000076, 41.3999977, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
394 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-85.5000076, 40.5999985, -83.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
395 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 35.5999985, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
396 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 35.5999985, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
397 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 35.5999985, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
398 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 12, CF(-98.5000076, 42.1999969, -76.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
399 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 40.5999985, -76.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
400 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 35.5999985, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
401 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 40.5999985, -76.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
402 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-73.5000076, 42.1999969, -77.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
403 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 15.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
404 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 20.6000004, -89.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
405 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 15.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
406 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 20.6000004, -89.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
407 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 15.6000004, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
408 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 15.6000004, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
409 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 15.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
410 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-86.5000076, 20.6000004, -82.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
411 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 15.6000004, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
412 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-98.0000076, 20.6000004, -82.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
413 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-88.0000076, 17.3999996, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
414 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-89.0000076, 16.2000008, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
415 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-86.0000076, 19.8000011, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
416 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-87.0000076, 18.6000004, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
417 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 20.6000004, -76.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
418 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-93.0000076, 11.4000006, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
419 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-90.0000076, 15, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
420 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 12.6000004, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
421 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-91.0000076, 13.8000002, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
422 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 15.6000004, -70.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
423 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 15.6000004, -70.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
424 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-86.5000076, 20.6000004, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
425 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 15.6000004, -70.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
426 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(-98.0000076, 20.6000004, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
427 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-98.0000076, 41.3999977, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
428 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-86.0000076, 41.3999977, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
429 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-92.5000076, 42.1999969, -70.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
430 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 5.60000086, -94.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
431 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 10.6000004, -89.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
432 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 5.60000086, -82.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
433 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 10.6000004, -76.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
434 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 5.60000086, -94.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
435 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 5.60000086, -82.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
436 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 5.60000086, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
437 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-85.5000076, 10.6000004, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
438 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 5.60000086, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
439 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-85.5000076, 10.6000004, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
440 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 7.40000057, -80.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
441 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 6.20000076, -79.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
442 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 9.80000019, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
443 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 8.60000038, -81.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
444 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 10.6000004, -89.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
445 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 1.40000081, -75.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
446 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 5.00000095, -78.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
447 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 2.60000086, -76.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
448 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 3.80000091, -77.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
449 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 5.60000086, -94.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
450 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 5.60000086, -82.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
451 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-74.0000076, 10.6000004, -82.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
452 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 5.60000086, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
453 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(-74.0000076, 10.6000004, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
454 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 35.5999985, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
455 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-74.0000076, 41.3999977, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
456 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 35.5999985, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
457 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 35.5999985, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
458 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-79.5000076, 42.1999969, -70.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
459 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 4, CF(-129, 5.60000086, -71.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
460 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-129, 5.00000095, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
461 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-142, 5.60000086, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
462 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-122, 5.60000086, -64.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
463 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 12, CF(-121.5, 5.60000086, -57.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
464 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-134, 5.40000105, -70.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo) | |
465 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-122.5, 5.40000105, -58.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, smo) | |
466 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-126, 5.60000086, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
467 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-121, 5.00000095, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
468 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 6, CF(-120.5, 5.60000086, -58.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
469 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-124.000008, 5.00000095, -65.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
470 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 16, 0.40, 16, CF(-134, 5.40000105, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo) | |
471 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125.000008, 3.80000067, -67.9999847, 0, 1, 0, 1, 0, 0, 0, 0, -1), wel, wel, wel, wel, wel, wel) | |
472 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 18, 0.40, 1, CF(-134, 5.40000105, -67.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo) | |
473 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-124, 5.40000105, -58.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, smo) | |
474 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-122, 5.00000095, -53.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
475 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-134, 5.40000105, -68.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo) | |
476 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-122.000008, 5.00000095, -63.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
477 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-134, 5.00000095, -71.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
478 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-139, 5.00000095, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
479 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-124, 5.60000086, -66.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
480 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-141, 5.00000095, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
481 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-140, 5.60000086, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
482 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 2, CF(-138, 5.60000086, -71.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
483 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 16, 0.40, 1, CF(-125.5, 5.40000105, -58.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, smo) | |
484 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 2, CF(-128, 5.60000086, -70.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
485 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125.000008, 1.80000079, -67.9999847, 0, 1, 0, 1, 0, 0, 0, 0, -1), wel, wel, wel, wel, wel, wel) | |
486 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 18, 0.40, 1, CF(-134, 5.40000105, -50.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, smo) | |
487 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-127.000008, 5.00000095, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
488 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 6, CF(-134, 5.60000086, -71.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
489 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-144, 5.60000086, -66.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
490 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 3.80000067, -67.9999847, 0, 0, -1, 1, 0, 0, 0, -1, 0), wel, wel, wel, wel, wel, wel) | |
491 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-134, 5.00000095, -45.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
492 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 6, CF(-134, 5.60000086, -45.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
493 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-124, 5.60000086, -50.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
494 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-126, 5.60000086, -48.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
495 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 1.80000079, -67.9999847, 0, 0, -1, 1, 0, 0, 0, -1, 0), wel, wel, wel, wel, wel, wel) | |
496 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 10, CF(-134, 5.60000086, -46.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
497 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-144, 5.00000095, -65.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
498 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-144, 5.40000105, -58.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, smo) | |
499 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-146, 5.60000086, -64.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
500 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-127, 5.00000095, -48.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
501 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-140, 5.60000086, -46.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
502 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-139, 5.00000095, -46.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
503 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-146, 5.00000095, -63.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
504 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-134, 5.40000105, -48.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, smo) | |
505 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-124, 5.00000095, -51.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
506 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-129, 5.00000095, -46.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
507 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 16, 0.40, 1, CF(-142.5, 5.40000105, -58.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, smo) | |
508 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-134, 5.40000105, -47.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, smo) | |
509 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 2, CF(-122.5, 5.60000086, -52.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
510 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-128, 5.60000086, -46.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
511 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125, 3.80000091, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
512 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125.000008, 1.80000079, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
513 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-146, 5.00000095, -53.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
514 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-142, 5.60000086, -48.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
515 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-144, 5.60000086, -50.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
516 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 3.80000067, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
517 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-144, 5.00000095, -51.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
518 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-147, 5.00000095, -58.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu) | |
519 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-145.5, 5.40000105, -58.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, smo) | |
520 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 6, CF(-147.5, 5.60000086, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
521 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 1.80000079, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
522 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-141, 5.00000095, -48.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu) | |
523 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-146, 5.60000086, -52.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu) | |
524 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 10, CF(-146.5, 5.60000086, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu) | |
525 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 27, 16.8, 36, CF(28.4999847, 9.20000076, -179.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
526 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 25, 16.8, 36, CF(86.4999924, 9.20000076, -179.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
527 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 19.2, 18, CF(92.4999924, 10.4000006, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
528 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 21.6, 22, CF(86.9999924, 11.6000004, -132.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
529 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 99, 28.8, 100, CF(148.5, 15.2000008, -147.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
530 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 28, 2.40, 38, CF(49.9999924, 2, -50, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
531 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 43, 13.2, 45, CF(77.4999924, 7.39999962, -91.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
532 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 34, 4.80, 35, CF(80.9999924, 3.20000076, -51.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
533 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 27, 3.60, 17, CF(84.4999924, 7.39999962, -60.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
534 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 16, CF(86.4999924, 6.19999981, -44, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
535 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 2.40, 15, CF(88.4999924, 10.3999996, -61.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
536 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 2.40, 35, CF(88.9999924, 15.2000008, -88.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
537 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 12, CF(94.9999924, 17.6000023, -87, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
538 | createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 99, 20.4, 45, CF(148.5, 11, -75, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
539 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 58, 13.2, 24, CF(166, 7.39999962, -40, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
540 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 23, 7.20, 4, CF(120.499992, 24.8000031, -95.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
541 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 13.2, 4, CF(151.5, 27.8000031, -95.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
542 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 13.2, 2, CF(122.499992, 36.2000008, -101.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
543 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 28.8, 50, CF(122.499992, 44, -127.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
544 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 28.8, 34, CF(122.999992, 44, -180.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
545 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 48, 28.8, 18, CF(156, 44, -188.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
546 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 26.4, 7, CF(152.5, 42.7999992, -100.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
547 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 24, 7, CF(168, 33.2000008, -93.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
548 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 29, 3.60, 6, CF(173.5, 47, -94.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
549 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 25.2, 7, CF(193, 33.7999992, -93.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
550 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 7.20, 3, CF(191, 50, -95.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
551 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 28, 7.20, 3, CF(174, 52.4000015, -95.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
552 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 24, 6, CF(194, 41.6000023, -100.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
553 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 28.8, 94, CF(189, 44, -150.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
554 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 48, 1.20, 73, CF(156, 30.2000008, -142.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
555 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 25.2, 26, CF(187.5, 71, -184.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
556 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 15.6, 16, CF(170.5, 66.1999969, -189.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
557 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 12, 16, CF(157, 64.3999939, -189.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
558 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 8.40, 30, CF(144, 62.6000023, -182.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
559 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 4.80, 11, CF(136.5, 60.7999992, -181.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
560 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(181, 15.1999998, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
561 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 4, CF(181, 17.6000023, -50, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
562 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 48, 13.2, 5, CF(156, 45.7999992, -176.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
563 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(143.5, 56.6000023, -169.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
564 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 2, CF(138, 57.2000008, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
565 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 7, CF(135, 53, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
566 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 42, 1.20, 9, CF(153, 53, -174.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
567 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 6, CF(138, 57.8000031, -167.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
568 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(140.5, 54.2000008, -168.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
569 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 13.2, 12, CF(132.5, 45.7999992, -168.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
570 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 9, CF(142.5, 57.8000031, -174.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
571 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(143.5, 55.4000015, -167.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
572 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(128.5, 47, -162.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
573 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 3.60, 3, CF(176.5, 55.4000015, -159.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
574 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 3, CF(176.5, 53, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
575 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -155.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
576 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
577 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
578 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(164.5, 32, -155.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, smo) | |
579 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
580 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
581 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(164.5, 33.7000008, -156.799988, 1, 0, 0, 0, 0, -1, 0, 1, 0), wel, inl, smo, smo, smo, stu) | |
582 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 57.8000031, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
583 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(166.5, 32, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
584 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -163.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
585 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 51.7999992, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
586 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -153.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
587 | createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(176.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
588 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(173.5, 54.2000008, -151.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
589 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 7, CF(174.5, 57.8000031, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
590 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 11, CF(178, 53, -151.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
591 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 57.8000031, -149.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
592 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -160.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
593 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(166.5, 32, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
594 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -148.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
595 | createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(178.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
596 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 12, CF(161, 57.8000031, -173.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
597 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 41, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
598 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 44.6000023, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
599 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -150.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
600 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 8.40, 51, CF(175, 35, -153.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
601 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 10, CF(163, 56.6000023, -155.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
602 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 13, CF(161, 57.8000031, -160.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
603 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
604 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
605 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(164.5, 32, -144.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, smo) | |
606 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
607 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
608 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(164.5, 33.7000008, -144.199982, -1, 0, 0, 0, 0, -1, 0, -1, 0), wel, inl, smo, smo, smo, stu) | |
609 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 2.40, 14, CF(146.5, 59.6000023, -160.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
610 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 48.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
611 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(146, 54.2000008, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
612 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(146, 54.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
613 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 2.40, 1, CF(137.5, 57.2000008, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
614 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 44.6000023, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
615 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 12, CF(148.5, 31.4000015, -152.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
616 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 15.6, 13, CF(141.5, 47, -156.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
617 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(141, 55.4000015, -148.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
618 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 41.0000038, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
619 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 8.40, 73, CF(132.5, 35, -142.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
620 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 13, CF(149, 56.6000023, -137.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
621 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 14, CF(150, 56.6000023, -156.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
622 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(148.5, 32.6000023, -153.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
623 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(148.5, 33.8000031, -154.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
624 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 9, CF(164.5, 55.4000015, -170.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
625 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 6, CF(148.5, 35.0000038, -155.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
626 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 9, CF(174.5, 57.8000031, -174.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
627 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 4, CF(171.5, 56.6000023, -176.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
628 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(156.5, 32, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
629 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 41, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
630 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 6, CF(161.5, 33.4000015, -150.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
631 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 2, CF(148.5, 37.4000053, -157.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
632 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 48.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
633 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(156.5, 32, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
634 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 51.7999992, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
635 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(138.5, 39.7999992, -132.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
636 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 1, CF(166, 40.5999985, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
637 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(138.5, 40.5999985, -134.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
638 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(138.5, 54.2000008, -141.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
639 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(140.5, 40.5999985, -137.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
640 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(138.5, 39.7999992, -137.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
641 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 51.7999992, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
642 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 48.1999969, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
643 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 8.40, 21, CF(139, 35, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
644 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(167.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
645 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 44.5999985, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
646 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 14, CF(142.5, 57.8000031, -145.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
647 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -167.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
648 | createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(170.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
649 | createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(172.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
650 | createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
651 | createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -170.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
652 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(169, 54.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
653 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 9, CF(141.5, 57.2000008, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
654 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(154.5, 40.5999985, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
655 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 37, 8.40, 21, CF(151.5, 35, -168.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
656 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(149, 55.4000015, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
657 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(157.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
658 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(135, 53, -146.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
659 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(128.5, 47, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
660 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 10.8, 11, CF(128.5, 35, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
661 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
662 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
663 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(158.5, 32, -144.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, smo) | |
664 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
665 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo) | |
666 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(158.5, 33.7000008, -144.199982, -1, 0, 0, 0, 0, -1, 0, -1, 0), wel, inl, smo, smo, smo, stu) | |
667 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(166, 55.4000015, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
668 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(162.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
669 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(159.5, 40.5999985, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
670 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 11, CF(136.5, 55.4000015, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
671 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(152.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
672 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 4, CF(148.5, 36.2000046, -156.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
673 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(121.5, 36.2000008, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
674 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(130, 54.2000008, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
675 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(149, 55.4000015, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
676 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(149.5, 54.2000008, -167.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
677 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(160.5, 54.2000008, -169.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
678 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 11, CF(134.5, 53, -135.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
679 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(121.5, 36.2000008, -162.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
680 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
681 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
682 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(158.5, 32, -155.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, smo) | |
683 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
684 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo) | |
685 | createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(158.5, 33.7000008, -156.799988, 1, 0, 0, 0, 0, -1, 0, 1, 0), wel, inl, smo, smo, smo, stu) | |
686 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 18, CF(148.5, 57.8000031, -161.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
687 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(156, 55.4000015, -166.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
688 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 57.8000031, -134.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
689 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 48.1999969, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
690 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 41, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
691 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(169, 54.2000008, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
692 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -143.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
693 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(175.5, 54.2000008, -139.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
694 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(176.5, 53, -140.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
695 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 32, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
696 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(144.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
697 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 34.4000015, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
698 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(146, 55.4000015, -126.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
699 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 8.40, 10, CF(142, 35, -123.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
700 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 51.7999992, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
701 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 44.5999985, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
702 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 13.2, 54, CF(179.5, 45.7999992, -147.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
703 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(173.5, 55.4000015, -145.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
704 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 36.8000031, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
705 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(166, 55.4000015, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
706 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 57.8000031, -140.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
707 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -134.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
708 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 12, CF(164, 56.6000023, -139.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
709 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(135, 53, -124.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
710 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(138.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
711 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(139.5, 54.2000008, -130.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
712 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 8.40, 20, CF(136, 35, -127.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
713 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(138.5, 40.5999985, -129.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
714 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 1, CF(142, 40.5999985, -127.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
715 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 13.2, 46, CF(132.5, 45.7999992, -129.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
716 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 13, CF(142.5, 57.8000031, -131.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
717 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(170.5, 40.5999985, -143.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
718 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 36.8000031, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
719 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(163.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
720 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 34.4000015, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
721 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 1, CF(136, 40.5999985, -117.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
722 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 2, CF(138.5, 39.7999992, -118.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
723 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 5, CF(149.5, 38.6000023, -123.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
724 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 32, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
725 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -132.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
726 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(133.5, 39.7999992, -117.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
727 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 2, CF(133.5, 36.2000008, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
728 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 14, CF(143.5, 55.4000015, -115.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
729 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(174.5, 54.2000008, -110.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
730 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 16.8, 1, CF(152.5, 46.4000015, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
731 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 11, CF(177.5, 53, -118.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
732 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 32, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
733 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(168.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
734 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(177, 53, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
735 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 8.40, 8, CF(171.5, 35, -124.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
736 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 36.8000031, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
737 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(165.5, 53, -100.499985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
738 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 13, CF(142.5, 56.6000023, -119.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
739 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 56.6000023, -113.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
740 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 56.6000023, -108.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
741 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 8.40, 2, CF(152.5, 33.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
742 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 34.4000015, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
743 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(174.5, 54.2000008, -123.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
744 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(178.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
745 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 57.8000031, -131.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
746 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(165.5, 40.5999985, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
747 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -129.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
748 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(163, 53, -108.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
749 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 8, CF(152, 55.4000015, -108.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
750 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(173.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
751 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 36.8000031, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
752 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 19, CF(166.5, 55.4000015, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
753 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 32, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
754 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(163.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
755 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 7, 0.40, 1, CF(141.5, 40.5999985, -118.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
756 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
757 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 56.6000023, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
758 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 5, CF(158.5, 38.6000023, -123.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
759 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 1, CF(176, 40.5999985, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
760 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(144.5, 39.7999992, -118.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
761 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 2, CF(143.5, 36.2000008, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
762 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 7, 0.40, 1, CF(166.5, 40.5999985, -127.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
763 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 34.4000015, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
764 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
765 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(155, 55.4000015, -118.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
766 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 10, CF(138.5, 54.2000008, -118.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
767 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(173, 55.4000015, -105.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
768 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 56.6000023, -122.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
769 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 9, CF(179.5, 56.6000023, -98.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
770 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 11, CF(134, 53, -113.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
771 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 6, CF(165.5, 56.6000023, -99.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
772 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 22.8, 9, CF(161, 41, -101.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
773 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 13, CF(162.5, 54.2000008, -115.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
774 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(166.5, 54.2000008, -106.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
775 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(97.4999924, 25.4000015, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
776 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 10, CF(96.9999924, 24.2000008, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
777 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 10, CF(97.9999924, 26.6000023, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
778 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 10, CF(98.4999924, 27.8000031, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
779 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 10, CF(96.4999924, 23, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
780 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 1, CF(184, 27.8000031, -97, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
781 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 2, CF(184, 26.6000023, -96.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
782 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 3, CF(184, 25.4000015, -96, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
783 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 4, CF(184, 24.2000008, -95.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
784 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 5, CF(184, 23, -95, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
785 | createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 6, CF(184, 21.7999992, -94.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
786 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 1, CF(135.5, 54.8000107, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
787 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(142, 54.8000107, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
788 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(143, 52.4000092, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
789 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(139, 52.4000092, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
790 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(134.5, 52.4000092, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
791 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(134, 50.0000076, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
792 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(138, 50.0000076, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
793 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(142.5, 50.0000076, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
794 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(142.5, 47.6000061, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
795 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(135, 47.6000061, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
796 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(134, 45.2000046, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
797 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(139, 47.6000061, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
798 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(138.5, 45.2000046, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
799 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(143, 45.2000046, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
800 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(142, 42.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
801 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(135.5, 42.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
802 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(135, 40.4000015, -104.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
803 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(141.5, 40.4000015, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
804 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(142, 38, -104.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
805 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(135.5, 38, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
806 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(134, 34.4000015, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
807 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(135, 30.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
808 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(141.5, 30.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
809 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 2, CF(142.5, 34.4000015, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
810 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 2, CF(138.5, 36.2000008, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
811 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 2, CF(135.5, 32.6000023, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
812 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(142, 32.6000023, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
813 | createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 4.80, 7, CF(190, 56, -99.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
814 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(51.4999924, 31.4000092, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
815 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(48.4999924, 31.4000092, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
816 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(50.4999924, 32.6000099, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
817 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(50.4999924, 29.0000076, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
818 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(53.4999924, 32.6000099, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
819 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(52.4999924, 30.2000084, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
820 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 27.8000069, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
821 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(44.4999924, 29.0000076, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
822 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(47.4999924, 29.0000076, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
823 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(45.4999924, 27.8000069, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
824 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(49.4999924, 30.2000084, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
825 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(46.4999924, 30.2000084, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
826 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(48.4999924, 31.4000092, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
827 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(53.4999924, 32.6000099, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
828 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(50.4999924, 32.6000099, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
829 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(51.4999924, 31.4000092, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
830 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(48.4999924, 27.8000069, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
831 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 1.20, 8, CF(57.9999924, 31.4000092, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
832 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(42.4999924, 26.6000061, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
833 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 25.4000053, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
834 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 25.4000053, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
835 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 1, CF(57.9999924, 33.8000107, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
836 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(44.4999924, 29.0000076, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
837 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(47.4999924, 29.0000076, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
838 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(46.4999924, 30.2000084, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
839 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 1, CF(57.9999924, 33.8000107, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
840 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(49.4999924, 30.2000084, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
841 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(45.4999924, 25.4000053, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
842 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(46.4999924, 26.6000061, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
843 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 23.0000038, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
844 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 23.0000038, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
845 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(40.4999924, 24.2000046, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
846 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 27.8000069, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
847 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(45.4999924, 27.8000069, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
848 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(63.4999924, 30.2000084, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
849 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(62.4999924, 32.6000099, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
850 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(62.4999924, 32.6000099, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
851 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(44.4999924, 24.2000046, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
852 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(43.4999924, 23.0000038, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
853 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 20.6000023, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
854 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(38.4999924, 21.8000031, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
855 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 25.4000053, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
856 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 25.4000053, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
857 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(42.4999924, 26.6000061, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
858 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(65.4999924, 32.6000099, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
859 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(65.4999924, 29.0000076, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
860 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(64.4999924, 31.4000092, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
861 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(64.4999924, 31.4000092, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
862 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(41.4999924, 20.6000023, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
863 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(42.4999924, 21.8000031, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
864 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 19.4000015, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
865 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 20.6000023, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
866 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 18.2000008, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
867 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 23.0000038, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
868 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(40.4999924, 24.2000046, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
869 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 23.0000038, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
870 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(69.4999924, 30.2000084, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
871 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(67.4999924, 27.8000069, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
872 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(67.4999924, 31.4000092, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
873 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(68.4999924, 29.0000076, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
874 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(66.4999924, 30.2000084, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
875 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(68.4999924, 29.0000076, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
876 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(66.4999924, 30.2000084, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
877 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(65.4999924, 32.6000099, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
878 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(67.4999924, 31.4000092, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
879 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(71.4999924, 29.0000076, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
880 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 25.4000053, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
881 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(40.4999924, 19.4000015, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
882 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(38.4999924, 21.8000031, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
883 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(70.4999924, 27.8000069, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
884 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(72.4999924, 23.0000038, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
885 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(69.4999924, 26.6000061, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
886 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(70.4999924, 25.4000053, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
887 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(73.4999924, 26.6000061, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
888 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 27.8000069, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
889 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 25.4000053, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
890 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(71.4999924, 29.0000076, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
891 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(71.4999924, 24.2000046, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
892 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(69.4999924, 30.2000084, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
893 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(70.4999924, 27.8000069, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
894 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(39.4999924, 18.2000008, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
895 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 20.6000023, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
896 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 20.6000023, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
897 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 19.4000015, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
898 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(75.4999924, 24.2000046, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
899 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 20.6000023, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
900 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(75.4999924, 19.4000015, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
901 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 25.4000053, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
902 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 23.0000038, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
903 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 25.4000053, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
904 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(74.4999924, 20.6000023, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
905 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(73.4999924, 21.8000031, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
906 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 23.0000038, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
907 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(73.4999924, 26.6000061, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
908 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 27.8000069, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
909 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 18.2000008, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
910 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 19.4000015, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
911 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 20.6000023, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
912 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(77.4999924, 21.8000031, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
913 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 18.2000008, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
914 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 23.0000038, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
915 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 23.0000038, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
916 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 20.6000023, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
917 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(75.4999924, 24.2000046, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
918 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(76.4999924, 18.2000008, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
919 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 20.6000023, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
920 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 19.4000015, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
921 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 18.2000008, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
922 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(77.4999924, 21.8000031, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
923 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 44.5999985, -182.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo) | |
924 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 41.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
925 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 44.5999985, -179.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo) | |
926 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 49.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
927 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 47.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
928 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 45.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
929 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 43.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
930 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 34.5999985, -182.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo) | |
931 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 31.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
932 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 34.5999985, -179.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo) | |
933 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 39.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
934 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 37.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
935 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 35.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
936 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 33.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
937 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 54.5999985, -182.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo) | |
938 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 51.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
939 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 54.5999985, -179.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo) | |
940 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 59.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
941 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 57.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
942 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 55.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
943 | createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 53.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo) | |
944 | createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(177, 71.4000015, -139.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo) | |
945 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(177, 62.4000015, -139.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel) | |
946 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 122, 13.2, 47, CF(-88.0000076, 7.39999962, 57.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
947 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 33, 10.8, 56, CF(-129.5, 19.400013, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
948 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 26, 4.80, 8, CF(-126, 27.2000237, 47.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
949 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 4.80, 33, CF(-139.5, 27.2000122, 67.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
950 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 7.20, 35, CF(-140.5, 17.6000061, 114.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
951 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 2.40, 23, CF(-129.5, 15.2000046, 108.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
952 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 7.20, 12, CF(-132, 20.0000153, 103.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
953 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 8, CF(-135.5, 17.6000061, 113.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
954 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 49, 13.2, 62, CF(-173.5, 7.39999962, 167.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
955 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 8, CF(-167, 15.2000008, 137.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
956 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 52, 13.2, 117, CF(-123.000008, 7.39999962, 139.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
957 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 141, 13.2, 21, CF(-26.5000076, 7.39999962, 187.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
958 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 83, 1.20, 84, CF(-55.5000076, 13.3999996, 135.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
959 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 55, 10.8, 72, CF(-68.5000076, 19.4000015, 162.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
960 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 38, 24, 43, CF(-66.0000076, 36.8000107, 154.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
961 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 50, 7.20, 28, CF(10.9999924, 16.4000092, 163.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
962 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 57, 12, 25, CF(15.4999924, 6.79999924, 152.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
963 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 64, 1.20, 12, CF(-53.0000076, 13.3999996, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
964 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 72, 12, 84, CF(-49.0000076, 6.79999924, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
965 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(43, 2.60000038, 171, 3.42285418e-008, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
966 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 84, CF(-91.0000076, 1.39999962, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
967 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 141, 1.20, 12, CF(-26.5, 1.39999962, 171, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
968 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 4.80, 12, CF(-77.5000076, 27.2000027, 182.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
969 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 7.20, 10, CF(-74.5000076, 28.4000034, 181.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
970 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 9.60, 8, CF(-71.5000076, 29.6000023, 180.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
971 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 12, 9, CF(-68.5000076, 30.8000031, 180.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
972 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 14.4, 8, CF(-65.5000076, 32.0000076, 180.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
973 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 16.8, 11, CF(-62.5000076, 33.2000046, 181.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
974 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 19.2, 10, CF(-59.5000076, 34.4000015, 181.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
975 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 21.6, 8, CF(-54.0000076, 35.6000061, 180.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
976 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 14, CF(-80.5000076, 26, 183.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
977 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 2.40, 40, CF(-106.000008, 15.1999998, 178.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
978 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 37, CF(-102.000008, 17.6000004, 179.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
979 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 32, CF(-100.000008, 20.0000019, 182.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
980 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 18, CF(-99.0000076, 21.8000031, 189.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
981 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 22, 2.40, 77, CF(159.5, 24.8000069, 186.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
982 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 6, CF(192.5, 27.2000008, 195, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
983 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 4, CF(194, 29.6000023, 196, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
984 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 26, 16.8, 71, CF(153.5, 15.2000008, 184.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
985 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 92, 6, 144, CF(152, 3.79999924, 125.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
986 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 16.8, 116, CF(193.5, 15.2000008, 139.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
987 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 32, 9.60, 8, CF(173, 23.6000328, 93.5000153, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
988 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 70, 2.40, 6, CF(195, 24.8000031, 140.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
989 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 20.4, 12, CF(193.500031, 14.5999994, 47.0000153, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
990 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 3.60, 37, CF(188.5, 2.60000038, 35.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
991 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 5, CF(160, 3.80000019, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
992 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 2.40, 7, CF(161.5, 2, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
993 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 18, 35, CF(142, 9.80000019, 36.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
994 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 12, 48, CF(143, 12.7999992, 90.0000153, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
995 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(152, 20, 91.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
996 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 26, 16.8, 34, CF(140, 15.2000055, 107.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
997 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 12, 23, CF(142.5, 29.6000061, 109.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
998 | createPart(PA, WS, 151, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 23, CF(142.5, 36.2000046, 109.500015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
999 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 2.40, 7, CF(127.499992, 24.8000031, 106.5, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1000 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 7, CF(127.499992, 27.2000046, 107.5, 3.42285418e-008, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1001 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(127.499992, 29.6000023, 108.5, 2.02815926e-007, 0, -1, 0, 1, 0, 1, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1002 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 7, CF(127.499992, 32, 109.5, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1003 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 7, CF(127.499992, 34.4000015, 110.5, 2.02815926e-007, 0, -1, 0, 1, 0, 1, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1004 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 2.40, 7, CF(110.499992, 8, 116.5, 3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1005 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 7, CF(110.499992, 10.4000006, 115.5, 3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1006 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(110.499992, 12.8000002, 114.499992, 3.42285418e-008, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1007 | createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 7, CF(110.499992, 15.1999998, 113.5, 3.42285418e-008, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1008 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 7, CF(110.499992, 17.6000023, 112.5, 3.42285418e-008, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1009 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 12, 48, CF(118.499992, 12.7999992, 133.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1010 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 16.8, 12, CF(135.5, 15.2000008, 134.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1011 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 7, CF(119.499992, 20, 132.500015, 3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1012 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 4.80, 22, CF(119.499992, 21.2000008, 146.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1013 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 37, CF(127.999992, 24.2000008, 136.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1014 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 25, CF(101.999992, 5, 143.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1015 | createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 62, 3.60, 89, CF(74.9999924, 2.60000038, 153.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1016 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 40, 2.40, 25, CF(63.9999924, 5.60000038, 130, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1017 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 2.40, 20, CF(55.9999924, 8, 132.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1018 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 2.40, 13, CF(52.4999924, 10.3999996, 136, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1019 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 31, 8.40, 20, CF(59.4999924, 8.60000134, 152.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1020 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 28, 1.20, 50, CF(57.9999847, 13.4000006, 172.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1021 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 30, 1.20, 31, CF(50.9999847, 14.6000013, 168.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1022 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 51, 8.40, 24, CF(80.4999924, 8.60000038, 174.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1023 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 32, 3.60, 22, CF(87.9999924, 14.6000023, 186.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1024 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 9.60, 12, CF(90.4999924, 21.2000122, 191.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1025 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 24, 29, CF(34, 12.8000002, 125.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1026 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 40, 1.20, 25, CF(64.9999924, 1.39999962, 96.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1027 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 40, 13.2, 30, CF(66.9999924, 7.39999962, 43.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1028 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 12, 28, CF(35, 6.79999924, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1029 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 9.60, 8, CF(53, 5.60000038, 62.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1030 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 7.20, 8, CF(63, 4.39999962, 62.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1031 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 4.80, 8, CF(70.9999924, 3.20000076, 62.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1032 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 8, CF(78.9999924, 2, 62.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1033 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(135.5, 31.3999996, 52.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), mot, inl, smo, smo, smo, smo) | |
1034 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 12, 2, CF(141, 24.7999992, 52.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1035 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 1, CF(135.499924, 31.3993874, 50.5000038, 0.822911263, 0.568169892, 2.55058003e-005, 0.568169892, -0.822911263, -0.000194161403, -8.93276592e-005, 0.000174269226, -1), smo, inl, smo, smo, smo, stu) | |
1036 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(173, 23.4000015, 118, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1037 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 22.6000004, 118.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1038 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 21, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1039 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 19, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1040 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 17, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1041 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 14.999999, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1042 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 12.999999, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1043 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 10.999999, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1044 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 8.99999905, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1045 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 7.39999914, 118.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1046 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(173, 23.4000015, 137, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1047 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 22.6000004, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1048 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 21, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1049 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 19, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1050 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 17, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1051 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 14.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1052 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 12.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1053 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 10.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1054 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 8.99999905, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1055 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 7.39999914, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1056 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(154, 23.4000015, 137, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1057 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 22.6000004, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1058 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 21, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1059 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 19, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1060 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 17, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1061 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 14.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1062 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 12.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1063 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 10.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1064 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 8.99999905, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1065 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 7.39999914, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1066 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(173, 23.4000015, 156, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1067 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 22.6000004, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1068 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 21, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1069 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 19, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1070 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 17, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1071 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 14.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1072 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 12.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1073 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 10.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1074 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 8.99999905, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1075 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 7.39999914, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1076 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(154, 23.4000015, 156, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1077 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 22.6000004, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1078 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 21, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1079 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 19, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1080 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 17, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1081 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 14.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1082 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 12.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1083 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 10.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1084 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 8.99999905, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1085 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 7.39999914, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1086 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(135, 23.4000015, 156, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1087 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(135, 22.6000004, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1088 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 21, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1089 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 19, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1090 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 17, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1091 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 14.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1092 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 12.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1093 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 10.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1094 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 8.99999905, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1095 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(135, 7.39999914, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1096 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 24.7999973, 42.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1097 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 29.5999966, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1098 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 24.7999973, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1099 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 22.3999977, 46.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1100 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(70.9999924, 27.1999969, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1101 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 22.3999977, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1102 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(69.4999924, 22.3999977, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1103 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(72.9999924, 24.7999973, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1104 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 19.9999981, 48.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1105 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 19.9999981, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1106 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 17.5999985, 46.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1107 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 15.1999989, 42.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1108 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 17.5999985, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1109 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(68.9999924, 17.5999985, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1110 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 15.1999989, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1111 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 15.1999989, 48.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1112 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 27.1999969, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1113 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 22.3999977, 40.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1114 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 19.9999981, 42.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1115 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 17.5999985, 40.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1116 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(50.9999924, 29.7999992, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1117 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 28.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1118 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 26.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1119 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 24.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1120 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 22.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1121 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 20.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1122 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 18.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1123 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 16.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel) | |
1124 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(50.9999924, 14.5999994, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1125 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 22.3999977, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1126 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 24.7999973, 36.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1127 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 17.5999985, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1128 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 2, CF(77.4999924, 22.3999977, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1129 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 15.1999989, 36.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1130 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 27.1999969, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1131 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 24.7999973, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1132 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 19.9999981, 36.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1133 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 27.1999969, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1134 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 24.7999973, 46.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1135 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(63.9999924, 19.9999981, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1136 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(64.9999924, 17.5999985, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1137 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 15.1999989, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1138 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(72.9999924, 22.3999977, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1139 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 24.7999973, 40.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1140 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 24.7999973, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1141 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 24.7999973, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1142 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 22.3999977, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1143 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(70.9999924, 24.7999973, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1144 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(70.9999924, 15.1999989, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1145 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 27.1999969, 36.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1146 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 29.5999966, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1147 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 27.1999969, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1148 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(74.9999924, 17.5999985, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1149 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(72.9999924, 27.1999969, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1150 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 27.1999969, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1151 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 29.5999966, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1152 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 19.9999981, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1153 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 29.5999966, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1154 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 22.3999977, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1155 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 24.7999973, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1156 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 22.3999977, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1157 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 19.9999981, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1158 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 22.3999977, 42.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1159 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(77.9999924, 17.5999985, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1160 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 22.3999977, 36.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1161 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 19.9999981, 46.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1162 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 19.9999981, 40.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1163 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 15.1999989, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1164 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 15.1999989, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1165 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 17.5999985, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1166 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 17.5999985, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1167 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 19.9999981, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1168 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 17.5999985, 42.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1169 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 17.5999985, 36.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1170 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 15.1999989, 46.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1171 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 15.1999989, 40.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1172 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 15.1999989, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1173 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 2.60000086, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1174 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 17, CF(188.5, 15.4000015, -8.49998474, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1175 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, 19.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1176 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, 19.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1177 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1178 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 8, CF(144, 19.3999996, 19.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1179 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 2.60000086, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1180 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1181 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1182 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1183 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 19.3999996, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1184 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 19, CF(188.5, 15.4000015, 9.50001526, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1185 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(136, 20, 19.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1186 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, 19.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1187 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 22, CF(188.5, 15.4000015, 30.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1188 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 8, CF(154.5, 19, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1189 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, 38.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1190 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, 38.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1191 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, 38.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1192 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 6.20000076, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1193 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 9.79999924, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1194 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 13.3999996, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1195 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 6.20000076, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1196 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 9.79999924, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1197 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 17, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1198 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 14, CF(165.5, 19, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1199 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 9, CF(177, 19, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1200 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 5, CF(185.5, 16.2000008, 38.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1201 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 5, CF(184.5, 17.4000015, 38.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1202 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 5, CF(183.5, 18.6000023, 38.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1203 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 2.60000086, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1204 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 2.60000086, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1205 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 13.3999996, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1206 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 17, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1207 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 12, CF(135.5, 19, 58.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1208 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 13, CF(192.500031, 25, 58.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1209 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 17.6000004, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1210 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.5, 8.59999943, 65.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1211 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 12.1999989, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1212 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 15.7999992, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1213 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 23, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1214 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 17.6000004, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1215 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 11, CF(135.5, 19, 81.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1216 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 11, CF(135.5, 19, 70.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1217 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 17, CF(192.500031, 25, 73.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1218 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 15.1999998, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1219 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 8, CF(132.5, 19.3999996, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1220 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 15.1999998, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1221 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(132.5, 20, 31.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1222 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(132.5, 20, 23.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1223 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 12.1999998, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1224 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 12.1999998, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1225 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 8.59999943, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1226 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000065, 99.5000153, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1227 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 16.8, 10, CF(173, 15.1999989, 100.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1228 | createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 8.59999943, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1229 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 99.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1230 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(149, 38.0000038, 102.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1231 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(141.5, 38.0000038, 102.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1232 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(134.5, 38.0000038, 102.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1233 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000065, 108.500015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1234 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(153.5, 38.0000038, 105.000015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1235 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(182.5, 25.4000015, 108.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1236 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 5, CF(131.5, 38.0000038, 105.000015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1237 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000072, 108.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1238 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(153.5, 38.0000038, 112.500015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1239 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 118.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1240 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000065, 118.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1241 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(150.5, 38.0000038, 117.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1242 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(143.5, 38.0000038, 117.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1243 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(131.5, 38.0000038, 115.500015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1244 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(136, 38.0000038, 117.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu) | |
1245 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(182.5, 25.4000015, 127.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1246 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000008, 127.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1247 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000015, 127.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1248 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(154, 24.2000065, 127.500015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1249 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(144.5, 25.4000015, 127.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1250 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 137.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1251 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(135, 24.2000065, 127.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1252 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000008, 137.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1253 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(144.5, 24.2000008, 137.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1254 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000015, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1255 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000008, 146.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1256 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(182.5, 25.4000015, 146.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1257 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(154, 24.2000008, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1258 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(144.5, 25.4000015, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1259 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(163, 46.2000084, 151.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1260 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 41.6000061, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1261 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 44.0000076, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1262 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 39.2000046, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1263 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 34.4000015, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1264 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 36.8000031, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1265 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 34.4000015, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1266 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 32, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1267 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 32, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1268 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 29.6000004, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1269 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 27.2000008, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1270 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 27.2000008, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1271 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 27.2000008, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1272 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 156.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1273 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 41.6000061, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1274 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(135, 24.2000008, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1275 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 29.6000004, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1276 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 32, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1277 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 29.6000004, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1278 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 27.2000008, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1279 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000008, 156.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1280 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.004761, 47.9826889, 151.499329, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1281 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 52.8000107, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1282 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.00354, 52.782692, 151.499023, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1283 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 50.4000092, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1284 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(158.5, 47.0000076, 150.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1285 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(149.5, 47.0000076, 150.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1286 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 48.0000076, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1287 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.00415, 50.3826904, 151.499176, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1288 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(154, 46.2000084, 151.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1289 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 41.6000061, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1290 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 44.0000076, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1291 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 41.6000061, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1292 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 44.0000076, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1293 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 39.2000046, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1294 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 39.2000046, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1295 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 34.4000015, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1296 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 29.6000004, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1297 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 32, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1298 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 44.0000076, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1299 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 55.2000122, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1300 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 39.2000046, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1301 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 2, CF(163, 34.4000015, 154.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1302 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 36.8000031, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1303 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 36.8000031, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1304 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 36.8000031, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1305 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(163, 29.6000004, 154.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1306 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(144.5, 24.2000008, 156.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1307 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.00293, 55.1826935, 151.498871, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1308 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499252, 50.3893661, 151.498291, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu) | |
1309 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.49939, 52.7893677, 151.49826, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu) | |
1310 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499115, 47.9893646, 151.498322, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu) | |
1311 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(163.5, 47.0000076, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1312 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 10, CF(159, 45.4000092, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1313 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(145, 46.2000084, 151.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1314 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 44.0000076, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1315 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 27.2000008, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1316 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 14, CF(182, 7.99999905, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1317 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 39.2000046, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1318 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 34.4000015, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1319 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 32, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1320 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 36.8000031, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1321 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 2, CF(188, 22.3999977, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1322 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(158.000656, 58.1732597, 155.997513, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1323 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(158.501312, 56.9840927, 155.500076, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel) | |
1324 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499527, 55.1893692, 151.49823, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu) | |
1325 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 41.6000061, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1326 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 10, CF(149, 45.4000092, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1327 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 41.6000061, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1328 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 12, CF(183, 10.3999996, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1329 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 10, CF(184, 12.7999992, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1330 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 8, CF(185, 15.1999989, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1331 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 6, CF(186, 17.5999985, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1332 | createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 4, CF(187, 19.9999981, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1333 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 36.8000031, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1334 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(144.5, 47.0000076, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1335 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000008, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1336 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(157.500336, 59.3731956, 156.997437, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1337 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(149.501312, 56.9817924, 155.497452, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel) | |
1338 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(150.000656, 58.1711884, 155.997498, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1339 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 50.4000092, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1340 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 48.0000076, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1341 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 44.0000076, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1342 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(163, 46.2000084, 160.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1343 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 39.2000046, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1344 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(163, 29.6000004, 163.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1345 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(163, 34.4000015, 162.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1346 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(125.499992, 24.2000008, 156.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1347 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 34.4000015, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1348 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 29.6000004, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1349 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(154, 24.2000008, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1350 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(156.500031, 60.5730057, 157.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1351 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 8, CF(150.500031, 60.5714531, 157.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1352 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(150.500336, 59.3713837, 156.997421, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1353 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 52.8000107, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1354 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 44.0000076, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1355 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 39.2000046, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1356 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 36.8000031, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1357 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 32, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1358 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 32, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1359 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 27.2000008, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1360 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 27.2000008, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1361 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000015, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1362 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 55.2000122, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1363 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 36.8000031, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1364 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 1.20, 10, CF(153.99971, 61.7724915, 159.997269, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1365 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(153.999405, 62.9724922, 159.997192, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1366 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 6, CF(153.9991, 64.172493, 159.997116, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1367 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.501678, 50.3810463, 159.996704, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1368 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.502289, 47.9810448, 159.996857, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1369 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.501068, 52.7810478, 159.996552, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1370 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(163.5, 47.0000076, 165.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1371 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 41.6000061, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1372 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 41.6000061, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1373 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 39.2000046, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1374 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 4, CF(150.500015, 60.5718498, 163.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1375 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 27.2000008, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1376 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 34.4000015, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1377 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 27.2000008, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1378 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 27.2000008, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1379 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 44.0000076, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1380 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(153.998489, 66.5724869, 159.996964, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1381 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 32, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1382 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 34.4000015, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1383 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 29.6000004, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1384 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.500458, 55.1810493, 159.996399, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1385 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(158.000641, 58.1737862, 163.997513, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1386 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(153.998795, 65.3724899, 159.99704, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1387 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 34.4000015, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1388 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(145, 46.2000084, 160.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1389 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 29.6000004, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1390 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 10, CF(159, 45.4000092, 165.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1391 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 29.6000004, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1392 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(144.5, 25.4000015, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1393 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(135, 24.2000008, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1394 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(158.498688, 56.9846497, 164.500076, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel) | |
1395 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 32, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1396 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 29.6000004, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1397 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 6, CF(157.500336, 59.3736572, 163.997437, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1398 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 36.8000031, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1399 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 39.2000046, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1400 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 4, CF(156.500015, 60.5734024, 163.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1401 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(149.498688, 56.9823494, 164.497452, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel) | |
1402 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(150.000641, 58.1717148, 163.997498, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1403 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 55.2000122, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1404 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 52.8000107, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1405 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 48.0000076, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1406 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 50.4000092, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1407 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 41.6000061, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1408 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 44.0000076, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1409 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(158.5, 47.0000076, 169.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1410 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(144.5, 47.0000076, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1411 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 41.6000061, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1412 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 41.6000061, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1413 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 2, CF(145, 45.4000092, 165.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1414 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 36.8000031, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1415 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 32, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1416 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 34.4000015, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1417 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 29.6000004, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1418 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 32, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1419 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 34.4000015, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1420 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(163, 46.2000084, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1421 | createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 6, CF(150.500336, 59.3718452, 163.997421, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel) | |
1422 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 44.0000076, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1423 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 39.2000046, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1424 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 39.2000046, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1425 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 36.8000031, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1426 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 36.8000031, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1427 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 27.2000008, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1428 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.999207, 50.3837433, 168.499176, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1429 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.999817, 47.9837418, 168.499329, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1430 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.998596, 52.7837448, 168.499023, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1431 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.997986, 55.1837463, 168.498871, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu) | |
1432 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(154, 46.2000084, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1433 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499817, 47.9815712, 168.496857, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1434 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 41.6000061, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1435 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 44.0000076, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1436 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 8, CF(150, 45.4000092, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1437 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(149.5, 47.0000076, 169.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu) | |
1438 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 44.0000076, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1439 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 39.2000046, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1440 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.498596, 52.7815742, 168.496552, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1441 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499207, 50.3815727, 168.496704, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1442 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.497986, 55.1815758, 168.496399, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu) | |
1443 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(145, 46.2000084, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu) | |
1444 | createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1445 | createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1446 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 17, CF(188.5, 15.4000015, -25.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1447 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 43.8000145, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1448 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 43.400013, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1449 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 45.8000145, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1450 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 46.200016, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1451 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 44.6000137, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1452 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 45.0000153, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1453 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 42.2000122, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1454 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 41.0000114, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1455 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 41.400013, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1456 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 44.6000137, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1457 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 43.400013, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1458 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 41.0000114, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1459 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 42.2000122, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1460 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 42.6000137, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1461 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 45.8000145, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1462 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 39.8000107, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1463 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 40.2000122, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1464 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 38.6000099, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1465 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 38.6000099, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1466 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 39.0000114, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1467 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 39.8000107, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1468 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 37.8000107, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1469 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 36.2000084, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1470 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 36.6000099, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1471 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 35.0000076, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1472 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 37.4000092, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1473 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 36.2000084, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1474 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 37.4000092, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1475 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 35.0000076, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1476 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 35.4000092, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1477 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 33.8000069, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1478 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 33.8000069, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1479 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 34.2000084, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1480 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 33.0000076, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1481 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 32.6000061, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1482 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 32.6000061, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1483 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 31.4000053, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1484 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 31.800005, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1485 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 31.4000053, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1486 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 30.6000042, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1487 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 30.2000046, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1488 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 30.2000046, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1489 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 29.0000038, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1490 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 29.4000034, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1491 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 29.0000038, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1492 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 28.2000027, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1493 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 27.8000031, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1494 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 27.8000031, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1495 | createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 27.0000019, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel) | |
1496 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 26.6000023, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1497 | createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 26.6000023, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu) | |
1498 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-85.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1499 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-87.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1500 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-89.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1501 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-91.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1502 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-93.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1503 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-95.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1504 | createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-97.5000076, 14.1999989, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1505 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-63.5000076, 19, 60.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1506 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 15.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1507 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-66.5000076, 19, 60.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1508 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 23.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1509 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 21.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1510 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 19.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1511 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 17.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1512 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(-42.5000076, 37.5999947, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1513 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 22.3999977, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1514 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 10.8, 2, CF(-52.0000076, 19.3999996, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1515 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-44.0000076, 39.3999939, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1516 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-46.5000076, 30.2000008, 59.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1517 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 26.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1518 | createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-49.5000076, 30.2000008, 59.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1519 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 34.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1520 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 32.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1521 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 30.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1522 | createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 28.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo) | |
1523 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 25, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1524 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 10.8, 2, CF(-52.0000076, 30.6000004, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1525 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-81.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1526 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1527 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-80.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1528 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1529 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1530 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-76.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1531 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-75.5000076, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1532 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1533 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1534 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1535 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1536 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1537 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-71.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1538 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-74.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1539 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-71.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1540 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-79.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1541 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1542 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1543 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1544 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-68.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1545 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-66.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1546 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1547 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1548 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1549 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1550 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-61.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1551 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-63.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1552 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-62.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1553 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-60.5000076, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1554 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1555 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1556 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1557 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1558 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-56.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1559 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1560 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1561 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-56.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1562 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1563 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-56.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1564 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-60.5000076, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1565 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1566 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1567 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1568 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1569 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1570 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1571 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-75.5000076, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1572 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1573 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1574 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1575 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1576 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1577 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1578 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1579 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1580 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1581 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1582 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1583 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1584 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1585 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1586 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1587 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1588 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(-42.0000076, 35.3999939, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1589 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-52.0000076, 24.1999969, 82.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1590 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1591 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-52.0000076, 22.3999977, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1592 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 82.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1593 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999962, 80.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1594 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1595 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-48.0000076, 24.9999962, 87.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1596 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1597 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-52.0000076, 17.5999985, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1598 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1599 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1600 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1601 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 87.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1602 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 81.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1603 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-44.0000076, 24.1999969, 82.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1604 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 87.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1605 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1606 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-44.0000076, 22.3999977, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1607 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1608 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1609 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1610 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1611 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 77.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1612 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1613 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.5999985, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1614 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1615 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 75.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1616 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-44.0000076, 17.6000004, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1617 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1618 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.6000004, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1619 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1620 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1621 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 19.9999981, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1622 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1623 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 72.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1624 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1625 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1626 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.5999985, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1627 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999962, 72.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1628 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1629 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 19.9999981, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1630 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 69.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1631 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 67.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1632 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-44.0000076, 24.1999969, 67.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1633 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1634 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1635 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-52.0000076, 24.1999969, 67.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1636 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.5999985, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1637 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1638 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1639 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 10.8, 2, CF(-60.0000076, 19.3999996, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1640 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1641 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1642 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999962, 64.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1643 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-57.0000076, 25, 64.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1644 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1645 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1646 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1647 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 19.9999981, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1648 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 63.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1649 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 17.5999985, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1650 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 33.5999947, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1651 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 36.2000008, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1652 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 36.1999931, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1653 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-39.0000076, 39.3999939, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1654 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 26.3999958, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1655 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-37.5000076, 37.5999947, 57.5000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1656 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 28.7999954, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1657 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 62.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1658 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 22.3999977, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1659 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 31.199995, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1660 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1661 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-38.5000076, 37.5999947, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1662 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-37.5000076, 39.3999939, 59.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1663 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(-52.5000076, 37.5999947, 50.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1664 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 17.5999985, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1665 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 24.9999962, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1666 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(-52.5000076, 39.3999939, 50.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1667 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 17.5999985, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1668 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 31.199995, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1669 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1670 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 33.5999947, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1671 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 8, CF(-52.0000076, 24.1999969, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1672 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 31.199995, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1673 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1674 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 26.3999958, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1675 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 14, CF(-38.0000076, 35.3999939, 53.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1676 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-37.5000076, 39.3999939, 54.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1677 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(-42.0000076, 24.1999969, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1678 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 22.3999977, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1679 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 24.9999962, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1680 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1681 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-37.5000076, 37.5999947, 53.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1682 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 33.5999947, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1683 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-43.0000076, 19.9999981, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1684 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 22.3999977, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1685 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 2, CF(-44.0000076, 24.1999969, 45.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1686 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 22.3999977, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1687 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1688 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-43.0000076, 15.1999989, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1689 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 17.5999985, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1690 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 26.3999958, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1691 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1692 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 8, CF(-52.0000076, 35.3999939, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1693 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 19.9999981, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1694 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-38.0000076, 31.199995, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1695 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 36.1999931, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1696 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 33.5999947, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1697 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 28.7999954, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1698 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 15.1999989, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1699 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 26.3999958, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1700 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 22.3999977, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1701 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 22.3999977, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1702 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 17.5999985, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1703 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 28.7999954, 56.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1704 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 26.3999958, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1705 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-49.0000076, 28.7999954, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1706 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 24.9999962, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1707 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 14, CF(-38.0000076, 24.1999969, 53.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1708 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 28.7999954, 48.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1709 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-52.5000076, 37.5999947, 46.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1710 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 17.5999985, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1711 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 2, CF(-44.0000076, 35.3999939, 45.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1712 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 19.9999981, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1713 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 19.9999981, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1714 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-37.5000076, 39.3999939, 49.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1715 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 36.1999931, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1716 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 33.5999947, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1717 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 17.5999985, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1718 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-40.0000076, 28.7999954, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1719 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 26.3999958, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1720 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 33.5999947, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1721 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-43.0000076, 26.3999958, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1722 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-41.0000076, 31.199995, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1723 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-37.5000076, 37.5999947, 47.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1724 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-52.5000076, 39.3999939, 45.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1725 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 31.199995, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1726 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 31.199995, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1727 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 19.9999981, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1728 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 15.1999989, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1729 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 15.1999989, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1730 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 15.1999989, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1731 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-50.0000076, 37.5999947, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1732 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-39.5000076, 37.5999947, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1733 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.0000076, 39.3999939, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1734 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-44.0000076, 37.5999947, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1735 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 39.3999939, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1736 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-38.0000076, 39.3999939, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1737 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-111.000008, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1738 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1739 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-110.000008, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1740 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1741 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1742 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-106.000008, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1743 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-105.500008, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1744 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1745 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1746 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1747 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1748 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1749 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-101.000008, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1750 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-104.000008, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1751 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-101.000008, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1752 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-109.000008, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1753 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1754 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1755 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1756 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-98.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1757 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-96.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1758 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1759 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1760 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1761 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1762 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-91.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1763 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-93.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1764 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-92.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1765 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-90.5000076, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1766 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1767 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1768 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1769 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1770 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-86.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1771 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1772 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1773 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-86.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1774 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1775 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-86.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1776 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-90.5000076, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1777 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1778 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1779 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1780 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1781 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1782 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1783 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-105.500008, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1784 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1785 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1786 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1787 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1788 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1789 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1790 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1791 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1792 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1793 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1794 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1795 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1796 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1797 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1798 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1799 | createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1800 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 22.3999996, 92.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1801 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 93.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1802 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 93.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1803 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 103.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1804 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 10, CF(-48.0000076, 22.3999996, 100.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1805 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999996, 97.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1806 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1807 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.6000004, 97.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1808 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1809 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1810 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 17.6000004, 92.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1811 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1812 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 10, CF(-48.0000076, 21.7999973, 102.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1813 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 22.9999981, 102.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1814 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 24.1999989, 104.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1815 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-44.0000076, 24.1999989, 96.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1816 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999981, 100.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1817 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-48.0000076, 24.9999981, 93.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1818 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 105.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1819 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 99.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1820 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 98.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1821 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 20, 101.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1822 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-48.0000076, 17.6000004, 101.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1823 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-52.0000076, 22.3999996, 95.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1824 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-52.0000076, 24.1999989, 96.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1825 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999981, 108.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1826 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 108.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1827 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1828 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 10, CF(-48.0000076, 21.7999973, 114.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1829 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 15.1999998, 115.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1830 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1831 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999981, 116.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1832 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-48.0000076, 17.6000004, 115.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1833 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1834 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 10, CF(-48.0000076, 22.3999996, 115.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1835 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 20, 115.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1836 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1837 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1838 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1839 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 15.1999998, 101.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1840 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-52.0000076, 17.6000004, 95.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1841 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1842 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1843 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 22.9999981, 113.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1844 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 24.1999989, 111.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1845 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 117.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1846 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 111.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1847 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 113.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1848 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 118.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1849 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1850 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1851 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.6000004, 119.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1852 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-44.0000076, 17.6000004, 121.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1853 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999996, 119.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1854 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-44.0000076, 22.3999996, 121.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1855 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1856 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1857 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-44.0000076, 24.1999989, 119.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1858 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-52.0000076, 24.1999989, 119.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1859 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-48.0000076, 24.9999981, 123.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1860 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 123.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1861 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 17.6000004, 124.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1862 | createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 22.3999996, 124.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu) | |
1863 | createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 123.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1864 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-90.0000076, 10.3999996, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1865 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-95.0000076, 10.3999996, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1866 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-92.0000076, 8, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1867 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-87.0000076, 8, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1868 | createDecal(DE, Part, "http://www.roblox.com/asset/?id=1361904", Enum.NormalId.Right) | |
1869 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-86.0000076, 10.3999996, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1870 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 6, CF(-88.0000076, 12.1999998, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1871 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 6, CF(-94.0000076, 12.1999998, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1872 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-96.0000076, 8, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1873 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-95.0000076, 5.5999999, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1874 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-90.0000076, 5.5999999, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1875 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-86.0000076, 5.5999999, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1876 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-87.0000076, 3.19999981, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1877 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-92.0000076, 3.19999981, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1878 | createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-96.0000076, 3.19999981, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu) | |
1879 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 8, CF(-91, 3.20000005, 85, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1880 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 6, CF(-91, 5.5999999, 84, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1881 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 4, CF(-91, 8, 83, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1882 | createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 2, CF(-91, 10.4000006, 82, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu) | |
1883 | print("Done creating map from .gdf format. This script may now be deleted") |