| 1 | <LevelInfo | 
|---|
| 2 |         name = "Super Orxo Bros." | 
|---|
| 3 |         description = "The retro-game Super Mario Bros. in Orxonox." | 
|---|
| 4 |         tags = "minigame" | 
|---|
| 5 |         screenshot = "SOB.png" | 
|---|
| 6 |         /> | 
|---|
| 7 |  | 
|---|
| 8 |         <?lua | 
|---|
| 9 |         include("stats.oxo") | 
|---|
| 10 |         include("templates/lodInformation.oxt") | 
|---|
| 11 |         include("overlays/SOBHUD.oxo") | 
|---|
| 12 |         ?> | 
|---|
| 13 |  | 
|---|
| 14 |  | 
|---|
| 15 |  | 
|---|
| 16 |         <Template name=mushroom defaults=0> | 
|---|
| 17 |                 <SOBMushroom collisionType="dynamic" speed=30> | 
|---|
| 18 |                         <attached> | 
|---|
| 19 |                                 <Model mesh="Pilz.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 20 |                         </attached> | 
|---|
| 21 |                         <collisionShapes> | 
|---|
| 22 |                                 <BoxCollisionShape position="0,0,20" halfExtents="5,5,5" /> | 
|---|
| 23 |                         </collisionShapes> | 
|---|
| 24 |                 </SOBMushroom> | 
|---|
| 25 |         </Template> | 
|---|
| 26 |  | 
|---|
| 27 |         <Template name=coin defaults=0 > | 
|---|
| 28 |                 <SOBCoin speed = 15 lifetime = 0.7> | 
|---|
| 29 |                         <attached> | 
|---|
| 30 |                                 <Model mesh="Coin.mesh" position="0,0,11" scale=3 pitch=-90 roll=90/>  | 
|---|
| 31 |                         </attached> | 
|---|
| 32 |                          | 
|---|
| 33 |                 </SOBCoin> | 
|---|
| 34 |         </Template> | 
|---|
| 35 |  | 
|---|
| 36 |  | 
|---|
| 37 |  | 
|---|
| 38 |         <Template name=sobfigurecameras defaults=0> | 
|---|
| 39 |                 <SOBFigure> | 
|---|
| 40 |                         <camerapositions> | 
|---|
| 41 |                                 <CameraPosition position="0,-150,30" absolute=true mouselook=false drag=false direction="0,1,0"/> | 
|---|
| 42 |                         </camerapositions> | 
|---|
| 43 |                 </SOBFigure> | 
|---|
| 44 |         </Template> | 
|---|
| 45 |  | 
|---|
| 46 |  | 
|---|
| 47 |  | 
|---|
| 48 |  | 
|---|
| 49 |         <Template name=sobFigureTemplate> | 
|---|
| 50 |                 <SOBFigure camerapositiontemplate=sobfigurecameras collisionType="dynamic" position="0,0,30"> | 
|---|
| 51 |                         <attached> | 
|---|
| 52 |                                 <Model  mesh="orxo.mesh" position = "0,0,12" scale=2.5 pitch=0 roll=90 yaw=90/> | 
|---|
| 53 |                                 <ParticleSpawner source="Orxonox/fire4" startdelay=0  position="-4,0,0" visible="false"/> | 
|---|
| 54 |                         </attached> | 
|---|
| 55 |  | 
|---|
| 56 |                         <collisionShapes> | 
|---|
| 57 |                                 <BoxCollisionShape position="0,0,2" halfExtents="3,1,10" /> | 
|---|
| 58 |                         </collisionShapes> | 
|---|
| 59 |  | 
|---|
| 60 |  | 
|---|
| 61 |                 </SOBFigure> | 
|---|
| 62 |         </Template>  | 
|---|
| 63 |  | 
|---|
| 64 |  | 
|---|
| 65 |         <Template name=fireball> | 
|---|
| 66 |                 <SOBFireball collisionType="dynamic" speed=90> | 
|---|
| 67 |                         <attached> | 
|---|
| 68 |                                 <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/>  | 
|---|
| 69 |  | 
|---|
| 70 |                                 <ParticleSpawner source="Orxonox/fire4" startdelay=0  position="-4,0,0" visible="false"/> | 
|---|
| 71 |                                  | 
|---|
| 72 |                         </attached> | 
|---|
| 73 |                         <collisionShapes> | 
|---|
| 74 |                                 <SphereCollisionShape position="0,0,0" radius="3" />                     | 
|---|
| 75 |                         </collisionShapes> | 
|---|
| 76 |                 </SOBFireball> | 
|---|
| 77 |         </Template> | 
|---|
| 78 |  | 
|---|
| 79 |         <Template name=gumbaShootable> | 
|---|
| 80 |                 <SOBGumba collisionType="dynamic" speed=60> | 
|---|
| 81 |                         <attached> | 
|---|
| 82 |                                 <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/>                            | 
|---|
| 83 |                         </attached> | 
|---|
| 84 |                         <collisionShapes> | 
|---|
| 85 |                                 <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" />                       | 
|---|
| 86 |                         </collisionShapes> | 
|---|
| 87 |                 </SOBGumba> | 
|---|
| 88 |         </Template> | 
|---|
| 89 |  | 
|---|
| 90 |  | 
|---|
| 91 |         <Level | 
|---|
| 92 |                 plugins = "superorxobros" | 
|---|
| 93 |                 gametype = "SOB" | 
|---|
| 94 |                 >- | 
|---|
| 95 |  | 
|---|
| 96 |  | 
|---|
| 97 |                 <templates> | 
|---|
| 98 |                         <Template link=lodtemplate_default /> | 
|---|
| 99 |                 </templates> | 
|---|
| 100 |                 <?lua include("includes/notifications.oxi") ?> | 
|---|
| 101 |  | 
|---|
| 102 |                 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true"/> | 
|---|
| 103 |  | 
|---|
| 104 |  | 
|---|
| 105 |                 <Scene ambientlight="1.0, 1.0, 1.0" skybox="Orxonox/skyBoxBasic"> | 
|---|
| 106 |                         <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> | 
|---|
| 107 |                         <SpawnPoint position="1984,-5,88 " orientation="0.534038, 0.563456, 0.212168, 0.593553" /> | 
|---|
| 108 |  | 
|---|
| 109 |  | 
|---|
| 110 |  | 
|---|
| 111 |                         <MovableEntity > | 
|---|
| 112 |                                 <attached> | 
|---|
| 113 |                                         <SOBCenterpoint name=jumpcenter cameraOffset="10" figureTemplate=sobFigureTemplate> | 
|---|
| 114 |                                                 <attached>   | 
|---|
| 115 |                                                 </attached> | 
|---|
| 116 |                                         </SOBCenterpoint> | 
|---|
| 117 |  | 
|---|
| 118 |                                 </attached> | 
|---|
| 119 |                         </MovableEntity> | 
|---|
| 120 |  | 
|---|
| 121 |  | 
|---|
| 122 |  | 
|---|
| 123 |  | 
|---|
| 124 |  | 
|---|
| 125 |  | 
|---|
| 126 |  | 
|---|
| 127 |                                         <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0"> | 
|---|
| 128 |                                                 <attached> | 
|---|
| 129 |                                                         <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/>  | 
|---|
| 130 |                                                          | 
|---|
| 131 |                                                 </attached> | 
|---|
| 132 |                                                 <collisionShapes> | 
|---|
| 133 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" />                       | 
|---|
| 134 |                                                 </collisionShapes> | 
|---|
| 135 |                                         </SOBGumba> | 
|---|
| 136 |  | 
|---|
| 137 |                                         <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0"> | 
|---|
| 138 |                                                 <attached> | 
|---|
| 139 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 140 |  | 
|---|
| 141 |                                                 </attached> | 
|---|
| 142 |                                                 <collisionShapes> | 
|---|
| 143 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 144 |                                                 </collisionShapes> | 
|---|
| 145 |                                         </SOBGumba> | 
|---|
| 146 |                                         <SOBGumba collisionType="dynamic" speed=30 position = "500,0,0"> | 
|---|
| 147 |                                                 <attached> | 
|---|
| 148 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 149 |                                                          | 
|---|
| 150 |                                                 </attached> | 
|---|
| 151 |                                                 <collisionShapes> | 
|---|
| 152 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 153 |                                                 </collisionShapes> | 
|---|
| 154 |                                         </SOBGumba> | 
|---|
| 155 |  | 
|---|
| 156 |                                         <SOBGumba collisionType="dynamic" speed=30 position = "510,0,0"> | 
|---|
| 157 |                                                 <attached> | 
|---|
| 158 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 159 |                                                          | 
|---|
| 160 |                                                 </attached> | 
|---|
| 161 |                                                 <collisionShapes> | 
|---|
| 162 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 163 |                                                 </collisionShapes> | 
|---|
| 164 |                                         </SOBGumba> | 
|---|
| 165 |                                         <SOBGumba collisionType="dynamic" speed=30 position = "930,0,0"> | 
|---|
| 166 |                                                 <attached> | 
|---|
| 167 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 168 |                                                          | 
|---|
| 169 |                                                 </attached> | 
|---|
| 170 |                                                 <collisionShapes> | 
|---|
| 171 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 172 |                                                 </collisionShapes> | 
|---|
| 173 |                                         </SOBGumba> | 
|---|
| 174 |  | 
|---|
| 175 |                                         <SOBGumba collisionType="dynamic" speed=20 position = "940,0,0"> | 
|---|
| 176 |                                                 <attached> | 
|---|
| 177 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 178 |                                                 </attached> | 
|---|
| 179 |                                                 <collisionShapes> | 
|---|
| 180 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 181 |                                                 </collisionShapes> | 
|---|
| 182 |                                         </SOBGumba> | 
|---|
| 183 |  | 
|---|
| 184 |                                         <SOBGumba collisionType="dynamic" speed=30 position = "1180,0,0"> | 
|---|
| 185 |                                                 <attached> | 
|---|
| 186 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 187 |                                                          | 
|---|
| 188 |                                                 </attached> | 
|---|
| 189 |                                                 <collisionShapes> | 
|---|
| 190 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 191 |                                                 </collisionShapes> | 
|---|
| 192 |                                         </SOBGumba> | 
|---|
| 193 |  | 
|---|
| 194 |                                         <SOBGumba collisionType="dynamic" speed=20 position = "1190,0,0"> | 
|---|
| 195 |                                                 <attached> | 
|---|
| 196 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 197 |                                                          | 
|---|
| 198 |                                                 </attached> | 
|---|
| 199 |                                                 <collisionShapes> | 
|---|
| 200 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 201 |                                                 </collisionShapes> | 
|---|
| 202 |                                         </SOBGumba> | 
|---|
| 203 |  | 
|---|
| 204 |                                         <SOBGumba collisionType="dynamic" speed=30 position = "1320,0,0"> | 
|---|
| 205 |                                                 <attached> | 
|---|
| 206 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 207 |                                                          | 
|---|
| 208 |                                                 </attached> | 
|---|
| 209 |                                                 <collisionShapes> | 
|---|
| 210 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 211 |                                                 </collisionShapes> | 
|---|
| 212 |                                         </SOBGumba> | 
|---|
| 213 |  | 
|---|
| 214 |                                         <SOBGumba collisionType="dynamic" speed=20 position = "1330,0,0"> | 
|---|
| 215 |                                                 <attached> | 
|---|
| 216 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>  | 
|---|
| 217 |                                                          | 
|---|
| 218 |                                                 </attached> | 
|---|
| 219 |                                                 <collisionShapes> | 
|---|
| 220 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                      | 
|---|
| 221 |                                                 </collisionShapes> | 
|---|
| 222 |                                         </SOBGumba> | 
|---|
| 223 |  | 
|---|
| 224 |                                         <!--GumbaBoss--> | 
|---|
| 225 |                                         <SOBGumbaBoss collisionType="dynamic" speed=20 position = "1750,0,0"> | 
|---|
| 226 |                                                 <attached> | 
|---|
| 227 |                                                         <Model mesh="Goomba.mesh" position="0,0,21" scale=6 pitch=90/>  | 
|---|
| 228 |                                                          | 
|---|
| 229 |                                                 </attached> | 
|---|
| 230 |                                                 <collisionShapes> | 
|---|
| 231 |                                                         <BoxCollisionShape position="0,0,20" halfExtents="10,10,6" />                    | 
|---|
| 232 |                                                 </collisionShapes> | 
|---|
| 233 |                                         </SOBGumbaBoss> | 
|---|
| 234 | x        | 
|---|
| 235 |  | 
|---|
| 236 |                                         <!--CollisionShape for Gumba--> | 
|---|
| 237 |                                         <StaticEntity collisionType="static"> | 
|---|
| 238 |                                                 <collisionShapes> | 
|---|
| 239 |                                                         <BoxCollisionShape position="0,0,-20" halfExtents="5,5,5" /> | 
|---|
| 240 |                                                         <BoxCollisionShape position="890,0,-20" halfExtents="5,5,5" /> | 
|---|
| 241 |                                                          | 
|---|
| 242 |                                                          | 
|---|
| 243 |                                                          | 
|---|
| 244 |                                                          | 
|---|
| 245 |                                                 </collisionShapes> | 
|---|
| 246 |                                         </StaticEntity> | 
|---|
| 247 |  | 
|---|
| 248 |  | 
|---|
| 249 |                                         <!-- Boden 1 --> | 
|---|
| 250 |                                         <Model mesh="Cube2.12.mesh" position="0,0,-30" scale=10 Pitch=90/>                                      <!-- B1.1 --> | 
|---|
| 251 |                                         <Model mesh="Cube2.12.mesh" position="120,0,-30" scale=10 Pitch=90/>                            <!-- B1.2--> | 
|---|
| 252 |                                         <Model mesh="Cube2.12.mesh" position="240,0,-30" scale=10 Pitch=90/>                            <!-- B1.3 --> | 
|---|
| 253 |                                         <Model mesh="Cube2.12.mesh" position="360,0,-30" scale=10 Pitch=90/>                            <!-- B1.4 --> | 
|---|
| 254 |                                         <Model mesh="Cube2.12.mesh" position="480,0,-30" scale=10 Pitch=90/>                            <!-- B1.5 --> | 
|---|
| 255 |                                         <Model mesh="Cube2.6.mesh" position="600,0,-30" scale=10 Pitch=90/>                             <!-- B1.6 --> | 
|---|
| 256 |                                         <Model mesh="Cube2.3.mesh" position="660,0,-30" scale=10 Pitch=90/>                             <!-- B1.7 --> | 
|---|
| 257 |  | 
|---|
| 258 |  | 
|---|
| 259 |                                         <StaticEntity collisionType="static" mass='-1'> | 
|---|
| 260 |                                                 <collisionShapes> | 
|---|
| 261 |                                                         <BoxCollisionShape position="340,0,-20" halfExtents="345,5,5" /> | 
|---|
| 262 |                                                 </collisionShapes> | 
|---|
| 263 |                                         </StaticEntity> | 
|---|
| 264 |  | 
|---|
| 265 |  | 
|---|
| 266 |  | 
|---|
| 267 |  | 
|---|
| 268 |                                         <!-- Luft 1 --> | 
|---|
| 269 |  | 
|---|
| 270 |  | 
|---|
| 271 |                                         <SOBQBlock collisionType="static" type="Coin" position="170,0,20" mass='-1'>                                                    <!-- L1.1 --> | 
|---|
| 272 |                                                 <attached> | 
|---|
| 273 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90 /> | 
|---|
| 274 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>  | 
|---|
| 275 |                                                 </attached> | 
|---|
| 276 |                                                 <collisionShapes> | 
|---|
| 277 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 278 |                                                 </collisionShapes> | 
|---|
| 279 |                                         </SOBQBlock> | 
|---|
| 280 |  | 
|---|
| 281 |                                         <SOBQBlock collisionType="static" type="Coin" position="230,0,60" mass='-1' >  | 
|---|
| 282 |                                                 <attached> | 
|---|
| 283 |                                                         <Model mesh="QCube.mesh"  scale=10 pitch=90/> | 
|---|
| 284 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>                                                                 <!-- L1.2 -->  | 
|---|
| 285 |                                                          | 
|---|
| 286 |                                                 </attached> | 
|---|
| 287 |                                                 <collisionShapes> | 
|---|
| 288 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />                       | 
|---|
| 289 |                                                 </collisionShapes> | 
|---|
| 290 |                                         </SOBQBlock> | 
|---|
| 291 |  | 
|---|
| 292 |                                         <Model mesh="Cube1.1.mesh" position="210,0,20" scale=10 />                                                                                              <!-- L1.3 --> | 
|---|
| 293 |  | 
|---|
| 294 |  | 
|---|
| 295 |                                         <SOBQBlock collisionType="static" type="Mushroom" position="220,0,20" mass='-1'><!--ITEM--> | 
|---|
| 296 |                                                 <attached> | 
|---|
| 297 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/>                                                                                                    <!-- L1.4 -->  | 
|---|
| 298 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 299 |                                                 </attached> | 
|---|
| 300 |                                                 <collisionShapes> | 
|---|
| 301 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /><!-- 3 --> | 
|---|
| 302 |                                                 </collisionShapes> | 
|---|
| 303 |                                         </SOBQBlock> | 
|---|
| 304 |  | 
|---|
| 305 |                                         <Model mesh="Cube1.1.mesh" position="230,0,20" scale=10/>                                                                                               <!-- L1.5 --> | 
|---|
| 306 |  | 
|---|
| 307 |                                         <SOBQBlock collisionType="static" type="Coin" position="240,0,20" mass='-1'><!-- ? Block -->  | 
|---|
| 308 |                                                 <attached> | 
|---|
| 309 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/>  | 
|---|
| 310 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>                                                                 <!-- L1.6 --> | 
|---|
| 311 |                                                          | 
|---|
| 312 |                                                 </attached> | 
|---|
| 313 |                                                 <collisionShapes> | 
|---|
| 314 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 315 |                                                 </collisionShapes> | 
|---|
| 316 |                                         </SOBQBlock>  | 
|---|
| 317 |                                          | 
|---|
| 318 |                                         <Model mesh="Cube1.1.mesh" position="250,0,20" scale=10/>                                                                                               <!-- L1.7 --> | 
|---|
| 319 |                                         <!-- Rohre--> | 
|---|
| 320 |                                         <Model mesh="Rohr.mesh" position="295,5,-35" scale=10 roll=90 yaw=90 pitch=-90/>                                                <!-- L1.8 --> | 
|---|
| 321 |                                         <Model mesh="Rohr.mesh" position="395,5,-25" scale=10 roll=90 yaw=90 pitch=-90/>                                                <!-- L1.9 --> | 
|---|
| 322 |                                         <Model mesh="Rohr.mesh" position="475,5,-15" scale=10 roll=90 yaw=90 pitch=-90 />                                               <!-- L1.10 --> | 
|---|
| 323 |                                         <Model mesh="Rohr.mesh" position="585,5,-15" scale=10 roll=90 yaw=90 pitch=-90 />                                               <!-- L1.11 -->   | 
|---|
| 324 |  | 
|---|
| 325 |                                         <SOBQBlock collisionType="static" type="Mushroom" position="650,0,30" mass='-1'> | 
|---|
| 326 |                                                 <attached> | 
|---|
| 327 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/>                                                                                                    <!-- L1.12 -->  | 
|---|
| 328 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 329 |                                                 </attached> | 
|---|
| 330 |                                                 <collisionShapes> | 
|---|
| 331 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 332 |                                                 </collisionShapes> | 
|---|
| 333 |                                         </SOBQBlock>                     | 
|---|
| 334 |                                          | 
|---|
| 335 |                                          | 
|---|
| 336 |  | 
|---|
| 337 |  | 
|---|
| 338 |  | 
|---|
| 339 |  | 
|---|
| 340 |                                         <StaticEntity collisionType="static"  mass='-1'> | 
|---|
| 341 |                                                 <collisionShapes> | 
|---|
| 342 |                                                          | 
|---|
| 343 |                                                         <BoxCollisionShape position="210,0,20" halfExtents="5,5,5" />                                           <!-- 1.3 --> | 
|---|
| 344 |                                                         <BoxCollisionShape position="230,0,20" halfExtents="5,5,5" />                                           <!-- 1.5 --> | 
|---|
| 345 |                                                         <BoxCollisionShape position="250,0,20" halfExtents="5,5,5" />                                           <!-- 1.7 --> | 
|---|
| 346 |                                                          | 
|---|
| 347 |  | 
|---|
| 348 |                                                 </collisionShapes> | 
|---|
| 349 |                                         </StaticEntity> | 
|---|
| 350 |  | 
|---|
| 351 |  | 
|---|
| 352 |                                         <StaticEntity collisionType="static" > | 
|---|
| 353 |                                                 <collisionShapes> | 
|---|
| 354 |                                                          | 
|---|
| 355 |  | 
|---|
| 356 |                                                         <BoxCollisionShape position="295,0,-4" halfExtents="12,5,12" />                                         <!-- 1.8 --> | 
|---|
| 357 |                                                         <BoxCollisionShape position="395,0,1" halfExtents="12,5,17" />                                          <!-- 1.9 --> | 
|---|
| 358 |                                                         <BoxCollisionShape position="475,0,6" halfExtents="12,5,22" />                                          <!-- 1.10 --> | 
|---|
| 359 |                                                         <BoxCollisionShape position="585,0,6" halfExtents="12,5,22" />                                          <!-- 1.11 --> | 
|---|
| 360 |  | 
|---|
| 361 |                                                 </collisionShapes> | 
|---|
| 362 |                                         </StaticEntity> | 
|---|
| 363 |  | 
|---|
| 364 |  | 
|---|
| 365 |  | 
|---|
| 366 |  | 
|---|
| 367 |  | 
|---|
| 368 |  | 
|---|
| 369 |  | 
|---|
| 370 |                                         <!-- Boden 2 --> | 
|---|
| 371 |                                         <Model mesh="Cube2.12.mesh" position="710,0,-30" scale=10 Pitch=90/>                                            <!-- B2.1 --> | 
|---|
| 372 |                                         <Model mesh="Cube2.3.mesh" position="830,0,-30" scale=10 Pitch=90/>                                                     <!-- B2.2 --> | 
|---|
| 373 |  | 
|---|
| 374 |                                         <StaticEntity collisionType="static" mass='-1'> | 
|---|
| 375 |                                                 <collisionShapes> | 
|---|
| 376 |                                                         <BoxCollisionShape position="780,0,-20" halfExtents="75,5,5" /> | 
|---|
| 377 |                                                 </collisionShapes> | 
|---|
| 378 |                                         </StaticEntity> | 
|---|
| 379 |  | 
|---|
| 380 |  | 
|---|
| 381 |  | 
|---|
| 382 |  | 
|---|
| 383 |  | 
|---|
| 384 |                                         <!-- Luft 2 --> | 
|---|
| 385 |                                         <Model mesh="Cube1.1.mesh" position="770,0,20" scale=10/>                                                                       <!-- L2.1 --> | 
|---|
| 386 |  | 
|---|
| 387 |                                         <SOBQBlock collisionType="static" type="Mushroom" position="780,0,20" mass='-1'>                        <!-- L2.2 --> | 
|---|
| 388 |                                                 <attached> | 
|---|
| 389 |                                                         <Model mesh="QCube.mesh"  scale=10 pitch=90/> | 
|---|
| 390 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 391 |                                                 </attached> | 
|---|
| 392 |                                                 <collisionShapes> | 
|---|
| 393 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 394 |                                                 </collisionShapes> | 
|---|
| 395 |                                         </SOBQBlock> | 
|---|
| 396 |  | 
|---|
| 397 |                                         <Model mesh="Cube1.1.mesh" position="790,0,20" scale=10/>                                                                       <!-- L2.3 --> | 
|---|
| 398 |                                         <Model mesh="Cube1.6.mesh" position="800,0,60" scale=10/>                                                                       <!-- L2.4 --> | 
|---|
| 399 |                                         <Model mesh="Cube1.1.mesh" position="860,0,60" scale=10/>                                                                       <!-- L2.5 --> | 
|---|
| 400 |                                         <Model mesh="Cube1.1.mesh" position="870,0,60" scale=10/>                                                                       <!-- L2.6 --> | 
|---|
| 401 |  | 
|---|
| 402 |                                         <StaticEntity collisionType="static"> | 
|---|
| 403 |                                                 <collisionShapes> | 
|---|
| 404 |                                                         <BoxCollisionShape position="770,0,20" halfExtents="5,5,5" />                                                                   <!-- 2.1 --> | 
|---|
| 405 |                                                          | 
|---|
| 406 |                                                         <BoxCollisionShape position="790,0,20" halfExtents="5,5,5" />                                                                   <!-- 2.3 --> | 
|---|
| 407 |                                                         <BoxCollisionShape position="835,0,60" halfExtents="40,5,5" />                                                                  <!-- 2.4 to 2.6 --> | 
|---|
| 408 |  | 
|---|
| 409 |  | 
|---|
| 410 |  | 
|---|
| 411 |  | 
|---|
| 412 |                                                 </collisionShapes> | 
|---|
| 413 |                                         </StaticEntity> | 
|---|
| 414 |                                          | 
|---|
| 415 |  | 
|---|
| 416 |                                         <!-- Luft 3 --> | 
|---|
| 417 |                                         <Model mesh="Cube1.3.mesh" position="910,0,60" scale=10/>                                                                                               <!-- L3.1 --> | 
|---|
| 418 |  | 
|---|
| 419 |                                         <SOBQBlock collisionType="static" type="Coin" position="940,0,60" mass='-1'>                                                    <!-- L3.2 --> | 
|---|
| 420 |                                                 <attached> | 
|---|
| 421 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 422 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 423 |                                                 </attached> | 
|---|
| 424 |                                                 <collisionShapes> | 
|---|
| 425 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 426 |                                                 </collisionShapes> | 
|---|
| 427 |                                         </SOBQBlock> | 
|---|
| 428 |  | 
|---|
| 429 |                                         <SOBQBlock collisionType="static" type="Mushroom" position="940,0,20" mass='-1'>                                                <!-- L3.3 --> | 
|---|
| 430 |                                                 <attached> | 
|---|
| 431 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 432 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 433 |                                                          | 
|---|
| 434 |                                                 </attached> | 
|---|
| 435 |                                                 <collisionShapes> | 
|---|
| 436 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 437 |                                                 </collisionShapes> | 
|---|
| 438 |                                         </SOBQBlock> | 
|---|
| 439 |  | 
|---|
| 440 |                                         <Model mesh="Cube1.1.mesh" position="1000,0,20" scale=10/>                                                                                              <!-- L3.4 --> | 
|---|
| 441 |  | 
|---|
| 442 |  | 
|---|
| 443 |                                         <SOBQBlock collisionType="static" type="Mushroom" position="1010,0,20" mass='-1'>                                                <!-- L3.5 --> | 
|---|
| 444 |                                                 <attached> | 
|---|
| 445 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 446 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 447 |                                                 </attached> | 
|---|
| 448 |                                                 <collisionShapes> | 
|---|
| 449 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 450 |                                                 </collisionShapes> | 
|---|
| 451 |                                         </SOBQBlock> | 
|---|
| 452 |  | 
|---|
| 453 |                                         <SOBQBlock collisionType="static" type="Coin" position="1060,0,20" mass='-1'>                                                   <!-- L3.6 --> | 
|---|
| 454 |                                                 <attached> | 
|---|
| 455 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 456 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 457 |                                                 </attached> | 
|---|
| 458 |                                                 <collisionShapes> | 
|---|
| 459 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 460 |                                                 </collisionShapes> | 
|---|
| 461 |                                         </SOBQBlock> | 
|---|
| 462 |  | 
|---|
| 463 |                                          | 
|---|
| 464 |                                         <SOBQBlock collisionType="static" type="Mushroom" position="1090,0,60" mass='-1'>                                                <!-- L3.7 --> | 
|---|
| 465 |                                                 <attached> | 
|---|
| 466 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 467 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 468 |                                                 </attached> | 
|---|
| 469 |                                                 <collisionShapes> | 
|---|
| 470 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 471 |                                                 </collisionShapes> | 
|---|
| 472 |                                         </SOBQBlock> | 
|---|
| 473 |  | 
|---|
| 474 |                                         <SOBQBlock collisionType="static" type="Coin" position="1090,0,20" mass='-1'>                                                   <!-- L3.8 --> | 
|---|
| 475 |                                                 <attached> | 
|---|
| 476 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 477 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 478 |                                                 </attached> | 
|---|
| 479 |                                                 <collisionShapes> | 
|---|
| 480 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 481 |                                                 </collisionShapes> | 
|---|
| 482 |                                         </SOBQBlock> | 
|---|
| 483 |                                          | 
|---|
| 484 |                                         <SOBQBlock collisionType="static" type="Coin" position="1120,0,20" mass='-1'>                                                   <!-- L3.9 --> | 
|---|
| 485 |                                                 <attached> | 
|---|
| 486 |                                                         <Model mesh="QCube.mesh" scale=10 pitch=90/> | 
|---|
| 487 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 488 |                                                 </attached> | 
|---|
| 489 |                                                 <collisionShapes> | 
|---|
| 490 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 491 |                                                 </collisionShapes> | 
|---|
| 492 |                                         </SOBQBlock>                                     | 
|---|
| 493 |  | 
|---|
| 494 |                                         <Model mesh="Cube1.1.mesh" position="1180,0,20" scale=10/>                                                                                              <!-- L3.10 --> | 
|---|
| 495 |  | 
|---|
| 496 |                                         <Model mesh="Cube1.3.mesh" position="1210,0,60" scale=10/>                                                                                              <!-- L3.11 --> | 
|---|
| 497 |  | 
|---|
| 498 |                                         <Model mesh="Cube1.1.mesh" position="1280,0,60" scale=10/>                                                                                              <!-- L3.12 --> | 
|---|
| 499 |  | 
|---|
| 500 |                                         <SOBQBlock collisionType="static" type="Coin" position="1290,0,60" mass='-1'>                                                   <!-- L3.13 --> | 
|---|
| 501 |                                                 <attached> | 
|---|
| 502 |                                                         <Model mesh="QCube.mesh" type="Mushroom" scale=10 pitch=90/> | 
|---|
| 503 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 504 |                                                 </attached> | 
|---|
| 505 |                                                 <collisionShapes> | 
|---|
| 506 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 507 |                                                 </collisionShapes> | 
|---|
| 508 |                                         </SOBQBlock> | 
|---|
| 509 |  | 
|---|
| 510 |  | 
|---|
| 511 |                                         <SOBQBlock collisionType="static" type="Coin" position="1300,0,60" mass='-1'>                                                   <!-- L3.14 --> | 
|---|
| 512 |                                                 <attached> | 
|---|
| 513 |                                                         <Model mesh="QCube.mesh" type="Mushroom" scale=10 pitch=90/> | 
|---|
| 514 |                                                         <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> | 
|---|
| 515 |                                                 </attached> | 
|---|
| 516 |                                                 <collisionShapes> | 
|---|
| 517 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 518 |                                                 </collisionShapes> | 
|---|
| 519 |                                         </SOBQBlock> | 
|---|
| 520 |  | 
|---|
| 521 |                                         <Model mesh="Cube1.1.mesh" position="1310,0,60" scale=10/>                                                                                              <!-- L3.15 --> | 
|---|
| 522 |                                         <Model mesh="Cube1.1.mesh" position="1290,0,20" scale=10/>                                                                                              <!-- L3.16 -->  | 
|---|
| 523 |                                         <Model mesh="Cube1.1.mesh" position="1300,0,20" scale=10/>                                                                                              <!-- L3.17 --> | 
|---|
| 524 |                                          | 
|---|
| 525 |  | 
|---|
| 526 |                                          | 
|---|
| 527 |                                         <Model mesh="Dreieck.mesh" position="1370,0,-10" scale=10 Roll=90 Pitch=90 yaw=90/>                                     <!-- L3.18 -->  | 
|---|
| 528 |                                         <Model mesh="Dreieck.mesh" position="1400,0,-10" scale=10 Roll=90 Pitch=-90 yaw=90/>                                    <!-- L3.19 --> | 
|---|
| 529 |                                         <Model mesh="Dreieck_links+1.mesh" position="1510,0,-10" scale=10 Roll=90 Pitch=90 yaw=90/>                     <!-- L3.20 -->   | 
|---|
| 530 |                                          | 
|---|
| 531 |  | 
|---|
| 532 |  | 
|---|
| 533 |                                         <StaticEntity collisionType="static"> | 
|---|
| 534 |                                                 <collisionShapes> | 
|---|
| 535 |                                                          | 
|---|
| 536 |                                                         <BoxCollisionShape position="1355,0,-10" halfExtents="20,5,5" />                                                                <!-- 3.18 --> | 
|---|
| 537 |                                                         <BoxCollisionShape position="1360,0,0" halfExtents="15,5,5" /> | 
|---|
| 538 |                                                         <BoxCollisionShape position="1365,0,10" halfExtents="10,5,5" /> | 
|---|
| 539 |                                                         <BoxCollisionShape position="1370,0,20" halfExtents="5,5,5" /> | 
|---|
| 540 |  | 
|---|
| 541 |                                                         <BoxCollisionShape position="1415,0,-10" halfExtents="20,5,5" />                                                                <!-- 3.19-->  | 
|---|
| 542 |                                                         <BoxCollisionShape position="1410,0,0" halfExtents="15,5,5" /> | 
|---|
| 543 |                                                         <BoxCollisionShape position="1405,0,10" halfExtents="10,5,5" /> | 
|---|
| 544 |                                                         <BoxCollisionShape position="1400,0,20" halfExtents="5,5,5" /> | 
|---|
| 545 |  | 
|---|
| 546 |                                                         <BoxCollisionShape position="1500,0,-10" halfExtents="25,5,5" />                                                                <!-- 3.20 --> | 
|---|
| 547 |                                                         <BoxCollisionShape position="1505,0,0" halfExtents="20,5,5" /> | 
|---|
| 548 |                                                         <BoxCollisionShape position="1510,0,10" halfExtents="15,5,5" /> | 
|---|
| 549 |                                                         <BoxCollisionShape position="1515,0,20" halfExtents="10,5,5" /> | 
|---|
| 550 |                                                          | 
|---|
| 551 |  | 
|---|
| 552 |  | 
|---|
| 553 |  | 
|---|
| 554 |  | 
|---|
| 555 |                                                 </collisionShapes> | 
|---|
| 556 |                                         </StaticEntity> | 
|---|
| 557 |  | 
|---|
| 558 |                                         <StaticEntity collisionType="static" mass='-1'> | 
|---|
| 559 |                                                 <collisionShapes> | 
|---|
| 560 |                                                         <BoxCollisionShape position="920,0,60" halfExtents="15,5,5" />                                                  <!-- 3.1 --> | 
|---|
| 561 |  | 
|---|
| 562 |                                                         <BoxCollisionShape position="1000,0,20" halfExtents="5,5,5" />                                                  <!-- 3.4 --> | 
|---|
| 563 |  | 
|---|
| 564 |  | 
|---|
| 565 |                                                         <BoxCollisionShape position="1180,0,20" halfExtents="5,5,5" />                                                  <!-- 3.10 --> | 
|---|
| 566 |                                                         <BoxCollisionShape position="1220,0,60" halfExtents="15,5,5" />                                                 <!-- 3.11 --> | 
|---|
| 567 |                                                         <BoxCollisionShape position="1280,0,60" halfExtents="5,5,5" />                                                  <!-- 3.12 --> | 
|---|
| 568 |                                                         <BoxCollisionShape position="1310,0,60" halfExtents="5,5,5" />                                                  <!-- 3.15 --> | 
|---|
| 569 |                                                         <BoxCollisionShape position="1300,0,20" halfExtents="10,5,5" />                                                 <!-- 3.16 and 3.17--> | 
|---|
| 570 |                                                          | 
|---|
| 571 |                                                 </collisionShapes> | 
|---|
| 572 |                                         </StaticEntity> | 
|---|
| 573 |  | 
|---|
| 574 |  | 
|---|
| 575 |  | 
|---|
| 576 |  | 
|---|
| 577 |                                         <!-- Boden3 --> | 
|---|
| 578 |                                         <Model mesh="Cube2.12.mesh" position="890,0,-30" scale=10 Pitch=90/> | 
|---|
| 579 |                                         <Model mesh="Cube2.12.mesh" position="1010,0,-30" scale=10 Pitch=90/> | 
|---|
| 580 |                                         <Model mesh="Cube2.12.mesh" position="1130,0,-30" scale=10 Pitch=90/> | 
|---|
| 581 |                                         <Model mesh="Cube2.12.mesh" position="1250,0,-30" scale=10 Pitch=90/> | 
|---|
| 582 |  | 
|---|
| 583 |                                         <Model mesh="Cube2.12.mesh" position="1370,0,-30" scale=10 Pitch=90/> | 
|---|
| 584 |                                         <Model mesh="Cube2.2.mesh" position="1490,0,-30" scale=10 Pitch=90/> | 
|---|
| 585 |                                         <Model mesh="Cube2.2.mesh" position="1510,0,-30" scale=10 Pitch=90/> | 
|---|
| 586 |                                          | 
|---|
| 587 |  | 
|---|
| 588 |                                         <StaticEntity collisionType="static" mass='-1'> | 
|---|
| 589 |                                                 <collisionShapes> | 
|---|
| 590 |                                                         <BoxCollisionShape position="1205,0,-20" halfExtents="320,5,5" /> | 
|---|
| 591 |                                                 </collisionShapes> | 
|---|
| 592 |                                         </StaticEntity> | 
|---|
| 593 |  | 
|---|
| 594 |  | 
|---|
| 595 |  | 
|---|
| 596 |  | 
|---|
| 597 |  | 
|---|
| 598 |                                         <!-- Luft4 (BossAbschnitt)--> | 
|---|
| 599 |                                         <Model mesh="Dreieck.mesh" position="1560,0,-10" scale=10 Roll=90 Pitch=-90 yaw=90/>                    <!-- L4.1 --> | 
|---|
| 600 |  | 
|---|
| 601 |                                         <Model mesh="Rohr.mesh" position="1645,5,-35" scale=10  roll=90 yaw=90 pitch=-90 />                     <!-- L4.2 --> | 
|---|
| 602 |                                         <Model mesh="Rohr.mesh" position="1805,5,-35" scale=10  roll=90 yaw=90 pitch=-90 />                     <!-- L4.7 --> | 
|---|
| 603 |                                         <Model mesh="Dreieckgross.mesh" position="1850,0,-10" scale=10 pitch=90 />                                              <!-- L4.8 --> | 
|---|
| 604 |  | 
|---|
| 605 |  | 
|---|
| 606 |  | 
|---|
| 607 |  | 
|---|
| 608 |                                         <Model mesh="Schloss.mesh" position="2050,40,80" scale=15 pitch=90/>                                    <!-- L4.12 --> | 
|---|
| 609 |                                         <Model mesh="Fahne.mesh" position="1984,-5,88" scale=10 pitch=90/>                                              <!-- L4.11 --> | 
|---|
| 610 |                                         <Model mesh="Fahnenstange.mesh" position="1990,0,95" pitch=90 scale=3/>                                 <!-- L4.10 --> | 
|---|
| 611 |                                         <Model mesh="Fundament.mesh" position="1990,0,-10" scale=10 yaw=180/>                                   <!-- L4.9 --> | 
|---|
| 612 |  | 
|---|
| 613 |  | 
|---|
| 614 |  | 
|---|
| 615 |                                          | 
|---|
| 616 |                                         <!-- FLAG --> | 
|---|
| 617 |                                         <SOBFlagstone points = 100  position="1990,0,10" collisionType="static"> | 
|---|
| 618 |                                                 <collisionShapes> | 
|---|
| 619 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 620 |                                                 </collisionShapes> | 
|---|
| 621 |                                         </SOBFlagstone> | 
|---|
| 622 |                                         <SOBFlagstone points = 200  position="1990,0,20" collisionType="static"> | 
|---|
| 623 |                                                 <collisionShapes> | 
|---|
| 624 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 625 |                                                 </collisionShapes> | 
|---|
| 626 |                                         </SOBFlagstone> | 
|---|
| 627 |                                         <SOBFlagstone points = 400  position="1990,0,30" collisionType="static"> | 
|---|
| 628 |                                                 <collisionShapes> | 
|---|
| 629 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 630 |                                                 </collisionShapes> | 
|---|
| 631 |                                         </SOBFlagstone> | 
|---|
| 632 |                                         <SOBFlagstone points = 800  position="1990,0,40" collisionType="static"> | 
|---|
| 633 |                                                 <collisionShapes> | 
|---|
| 634 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 635 |                                                 </collisionShapes> | 
|---|
| 636 |                                         </SOBFlagstone> | 
|---|
| 637 |                                         <SOBFlagstone points = 1600  position="1990,0,50" collisionType="static"> | 
|---|
| 638 |                                                 <collisionShapes> | 
|---|
| 639 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 640 |                                                 </collisionShapes> | 
|---|
| 641 |                                         </SOBFlagstone> | 
|---|
| 642 |                                         <SOBFlagstone points = 2200  position="1990,0,60" collisionType="static"> | 
|---|
| 643 |                                                 <collisionShapes> | 
|---|
| 644 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 645 |                                                 </collisionShapes> | 
|---|
| 646 |                                         </SOBFlagstone> | 
|---|
| 647 |                                         <SOBFlagstone points = 2700  position="1990,0,70" collisionType="static"> | 
|---|
| 648 |                                                 <collisionShapes> | 
|---|
| 649 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 650 |                                                 </collisionShapes> | 
|---|
| 651 |                                         </SOBFlagstone> | 
|---|
| 652 |                                         <SOBFlagstone points = 3400  position="1990,0,80" collisionType="static"> | 
|---|
| 653 |                                                 <collisionShapes> | 
|---|
| 654 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 655 |                                                 </collisionShapes> | 
|---|
| 656 |                                         </SOBFlagstone> | 
|---|
| 657 |                                         <SOBFlagstone points = 4000  position="1990,0,90" collisionType="static"> | 
|---|
| 658 |                                                 <collisionShapes> | 
|---|
| 659 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 660 |                                                 </collisionShapes> | 
|---|
| 661 |                                         </SOBFlagstone> | 
|---|
| 662 |  | 
|---|
| 663 |  | 
|---|
| 664 |                                         <!-- Castlestone --> | 
|---|
| 665 |                                         <SOBCastlestone position="2060,0,-10" collisionType="static"> | 
|---|
| 666 |                                                 <collisionShapes> | 
|---|
| 667 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 668 |                                                 </collisionShapes> | 
|---|
| 669 |                                         </SOBCastlestone> | 
|---|
| 670 |  | 
|---|
| 671 |                                         <SOBCastlestone position="2050,40,-10" collisionType="static"> | 
|---|
| 672 |                                                 <collisionShapes> | 
|---|
| 673 |                                                         <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> | 
|---|
| 674 |                                                 </collisionShapes> | 
|---|
| 675 |                                         </SOBCastlestone> | 
|---|
| 676 |                                         <StaticEntity collisionType="static" mass='-1'> | 
|---|
| 677 |                                                 <collisionShapes> | 
|---|
| 678 |                                                         <BoxCollisionShape position="2050,20,-20" halfExtents="5,20,5" /> | 
|---|
| 679 |                                                 </collisionShapes> | 
|---|
| 680 |                                         </StaticEntity> | 
|---|
| 681 |  | 
|---|
| 682 |  | 
|---|
| 683 |  | 
|---|
| 684 |                                         <StaticEntity collisionType="static"> | 
|---|
| 685 |                                                 <collisionShapes> | 
|---|
| 686 |  | 
|---|
| 687 |                                                         <BoxCollisionShape position="1575,0,-10" halfExtents="20,5,5" />                                        <!-- 4.1-->  | 
|---|
| 688 |                                                         <BoxCollisionShape position="1570,0,0" halfExtents="15,5,5" /> | 
|---|
| 689 |                                                         <BoxCollisionShape position="1565,0,10" halfExtents="10,5,5" /> | 
|---|
| 690 |                                                         <BoxCollisionShape position="1560,0,20" halfExtents="5,5,5" /> | 
|---|
| 691 |  | 
|---|
| 692 |                                                         <BoxCollisionShape position="1645,0,-4" halfExtents="12,5,12" />                                        <!-- 4.2 --> | 
|---|
| 693 |  | 
|---|
| 694 |  | 
|---|
| 695 |                                                         <BoxCollisionShape position="1805,0,-4" halfExtents="12,5,12" />                                        <!-- 4.7 --> | 
|---|
| 696 |  | 
|---|
| 697 |                                                         <BoxCollisionShape position="1860,0,-10" halfExtents="45,5,5" />                                        <!-- 4.8 --> | 
|---|
| 698 |                                                         <BoxCollisionShape position="1865,0,0" halfExtents="40,5,5" /> | 
|---|
| 699 |                                                         <BoxCollisionShape position="1870,0,10" halfExtents="35,5,5" /> | 
|---|
| 700 |                                                         <BoxCollisionShape position="1875,0,20" halfExtents="30,5,5" /> | 
|---|
| 701 |                                                         <BoxCollisionShape position="1880,0,30" halfExtents="25,5,5" /> | 
|---|
| 702 |                                                         <BoxCollisionShape position="1885,0,40" halfExtents="20,5,5" /> | 
|---|
| 703 |                                                         <BoxCollisionShape position="1890,0,50" halfExtents="15,5,5" /> | 
|---|
| 704 |                                                         <BoxCollisionShape position="1895,0,60" halfExtents="10,5,5" /> | 
|---|
| 705 |                                                         <BoxCollisionShape position="1990,0,125" halfExtents="5,5,30" /> | 
|---|
| 706 |                                                         <BoxCollisionShape position="1940,0,150" halfExtents="45,5,5" /> | 
|---|
| 707 |                                                          | 
|---|
| 708 |  | 
|---|
| 709 |  | 
|---|
| 710 |                                                 </collisionShapes> | 
|---|
| 711 |                                         </StaticEntity> | 
|---|
| 712 |  | 
|---|
| 713 |  | 
|---|
| 714 |  | 
|---|
| 715 |  | 
|---|
| 716 |  | 
|---|
| 717 |                                          | 
|---|
| 718 |  | 
|---|
| 719 |                                         //Boden4 | 
|---|
| 720 |                                         <Model mesh="Cube2.12.mesh" position="1560,0,-30" scale=10 Pitch=90/> | 
|---|
| 721 |                                         <Model mesh="Cube2.12.mesh" position="1680,0,-30" scale=10 Pitch=90/> | 
|---|
| 722 |                                         <Model mesh="Cube2.12.mesh" position="1800,0,-30" scale=10 Pitch=90/> | 
|---|
| 723 |                                         <Model mesh="Cube2.12.mesh" position="1920,0,-30" scale=10 Pitch=90/> | 
|---|
| 724 |                                         <Model mesh="Cube2.12.mesh" position="2040,0,-30" scale=10 Pitch=90/> | 
|---|
| 725 |  | 
|---|
| 726 |  | 
|---|
| 727 |                                          | 
|---|
| 728 |                                         <Model mesh="Cube1.3.mesh" position="1990,10,-20" scale=10 Pitch=90/> | 
|---|
| 729 |                                         <Model mesh="Cube1.3.mesh" position="1990,20,-20" scale=10 Pitch=90/> | 
|---|
| 730 |                                         <Model mesh="Cube1.3.mesh" position="1990,30,-20" scale=10 Pitch=90/> | 
|---|
| 731 |                                         <Model mesh="Cube1.3.mesh" position="1990,40,-20" scale=10 Pitch=90/> | 
|---|
| 732 |                                         <Model mesh="Cube1.3.mesh" position="1960,10,-20" scale=10 Pitch=90/> | 
|---|
| 733 |                                         <Model mesh="Cube1.1.mesh" position="1980,20,-20" scale=10 Pitch=90/> | 
|---|
| 734 |                                         <Model mesh="Cube1.1.mesh" position="1970,20,-20" scale=10 Pitch=90/> | 
|---|
| 735 |                                         <Model mesh="Cube1.1.mesh" position="1980,30,-20" scale=10 Pitch=90/> | 
|---|
| 736 |  | 
|---|
| 737 |                                         <Model mesh="Cube1.1.mesh" position="2000,50,-20" scale=10 Pitch=90/> | 
|---|
| 738 |                                         <Model mesh="Cube1.1.mesh" position="2010,50,-20" scale=10 Pitch=90/> | 
|---|
| 739 |                                         <Model mesh="Cube1.1.mesh" position="2010,60,-20" scale=10 Pitch=90/> | 
|---|
| 740 |                                          | 
|---|
| 741 |  | 
|---|
| 742 |                                         <Model mesh="Cube1.6.mesh" position="2020,10,-20" scale=10 Pitch=90/> | 
|---|
| 743 |                                         <Model mesh="Cube1.6.mesh" position="2020,20,-20" scale=10 Pitch=90/> | 
|---|
| 744 |                                         <Model mesh="Cube1.6.mesh" position="2020,30,-20" scale=10 Pitch=90/> | 
|---|
| 745 |                                         <Model mesh="Cube1.6.mesh" position="2020,40,-20" scale=10 Pitch=90/> | 
|---|
| 746 |                                         <Model mesh="Cube1.6.mesh" position="2020,50,-20" scale=10 Pitch=90/> | 
|---|
| 747 |                                         <Model mesh="Cube1.6.mesh" position="2020,60,-20" scale=10 Pitch=90/> | 
|---|
| 748 |                                         <Model mesh="Cube1.6.mesh" position="2020,70,-20" scale=10 Pitch=90/> | 
|---|
| 749 |                                         <Model mesh="Cube1.6.mesh" position="2080,10,-20" scale=10 Pitch=90/> | 
|---|
| 750 |                                         <Model mesh="Cube1.6.mesh" position="2080,20,-20" scale=10 Pitch=90/> | 
|---|
| 751 |                                         <Model mesh="Cube1.6.mesh" position="2080,30,-20" scale=10 Pitch=90/> | 
|---|
| 752 |                                         <Model mesh="Cube1.6.mesh" position="2080,40,-20" scale=10 Pitch=90/> | 
|---|
| 753 |                                         <Model mesh="Cube1.6.mesh" position="2080,50,-20" scale=10 Pitch=90/> | 
|---|
| 754 |                                         <Model mesh="Cube1.3.mesh" position="2080,60,-20" scale=10 Pitch=90/> | 
|---|
| 755 |                                         <Model mesh="Cube1.1.mesh" position="2110,60,-20" scale=10 Pitch=90/> | 
|---|
| 756 |                                         <Model mesh="Cube1.3.mesh" position="2080,70,-20" scale=10 Pitch=90/> | 
|---|
| 757 |  | 
|---|
| 758 |                                          | 
|---|
| 759 |  | 
|---|
| 760 |                                         <StaticEntity collisionType="static" mass='-1'> | 
|---|
| 761 |                                                 <collisionShapes> | 
|---|
| 762 |                                                         <BoxCollisionShape position="1855,0,-20" halfExtents="300,5,5" /> | 
|---|
| 763 |                                                 </collisionShapes> | 
|---|
| 764 |                                         </StaticEntity> | 
|---|
| 765 |  | 
|---|
| 766 |  | 
|---|
| 767 |  | 
|---|
| 768 |  | 
|---|
| 769 |  | 
|---|
| 770 |  | 
|---|
| 771 |                                          | 
|---|
| 772 |  | 
|---|
| 773 |  | 
|---|
| 774 |                                 </Scene> | 
|---|
| 775 |                         </Level> | 
|---|
| 776 |  | 
|---|