diff --git a/src/main/java/train/client/render/RenderEnum.java b/src/main/java/train/client/render/RenderEnum.java index 58a6b23b7d..cea81cec81 100644 --- a/src/main/java/train/client/render/RenderEnum.java +++ b/src/main/java/train/client/render/RenderEnum.java @@ -155,7 +155,7 @@ public enum RenderEnum { add(new double[] { 1.25D, 1.15D, 0.0D }); } }, "", null, 0, false), - locoCD754(EntityLocoDieselCD754.class, new ModelCD754(), "cd754_", true, new float[] { -2.2F, 0.05F, 0.0F }, new float[] { 180F, 0F, 0F }, new float[] { 0.8F, 0.8F, 0.8F }, "smoke", 5, new ArrayList() { + locoCD754(EntityLocoDieselCD754.class, new ModelCD754(), "cd754_", true, new float[] { -2.2F, 0.2F, 0.0F }, new float[] { 180F, 0F, 0F }, new float[] { 1F, 1F, 1F }, "smoke", 5, new ArrayList() { { add(new double[] { 1.25D, 1.15D, 0.0D }); } @@ -196,7 +196,7 @@ public enum RenderEnum { } }, "", null, 0, false), - locoShunter(EntityLocoDieselShunter.class, new ModelShunter(), "shunter_", true, new float[] { -1.2F, -0.42F, 0.0F }, null, null, "smoke", 5, new ArrayList() { + locoShunter(EntityLocoDieselShunter.class, new ModelShunter(), "shunter_", true, new float[] { -1.2F, -0.45F, 0.0F }, null, null, "smoke", 5, new ArrayList() { { add(new double[] { 2.4D, 1.5D, -0.1D }); add(new double[] { 2.4D, 1.5D, 0.1D }); @@ -1178,7 +1178,7 @@ public enum RenderEnum { GP38dash9W( EntityLocoDieselBapGP38dash9W.class, new ModelGP38dash9W(), "GP38dash9W_Green", false,new float[] {-1.5F, 0.155F, 0F}, new float[] { 0F, 180F, 180F }, null, "smoke", 3, new ArrayList() { { } }, "", null, 0, false), - class158motor(EntityLocoDieselClass158.class, new ModelClass158(), "Class_158_", true, new float[] { -1.9F, -0.45F, 0.0F }, new float[] { 0F, 180F, 180F }, null, "smoke", 2, new ArrayList() { + class158motor(EntityLocoDieselClass158.class, new ModelClass158(), "Class_158_", true, new float[] { -1.85F, -0.45F, 0.0F }, new float[] { 0F, 180F, 180F }, null, "smoke", 2, new ArrayList() { { } }, "", null, 0, false), class158car(EntityClass158Coach.class, new ModelClass158Middle(), "Class_158_", true, new float[] { 0.5F, -0.45F, 0.0F }, new float[] { 0F, 180F, 180F }, null, "", 0, null, "", null, 0, false), diff --git a/src/main/java/train/client/render/models/ModelClass142.java b/src/main/java/train/client/render/models/ModelClass142.java index 803a0e78b0..ffcd99803e 100644 --- a/src/main/java/train/client/render/models/ModelClass142.java +++ b/src/main/java/train/client/render/models/ModelClass142.java @@ -923,5 +923,11 @@ public void render(Entity entity, float f, float f1, float f2, float f3, float f } } } - + public ArrayList getSmokePosition() { + return new ArrayList() { + { + add(new double[]{-0.8D, 1.28D, 0.45D}); + } + }; + } } \ No newline at end of file diff --git a/src/main/java/train/client/render/models/ModelClass153.java b/src/main/java/train/client/render/models/ModelClass153.java index 4616183abc..ad111a677d 100644 --- a/src/main/java/train/client/render/models/ModelClass153.java +++ b/src/main/java/train/client/render/models/ModelClass153.java @@ -1,1546 +1,1557 @@ -//This File was created with the Minecraft-SMP Modelling Toolbox 2.3.0.0 -// Copyright (C) 2022 Minecraft-SMP.de -// This file is for Flan's Flying Mod Version 4.0.x+ - -// Model: -// Model Creator: -// Created on:11.09.2021 - 18:24:13 -// Last changed on: 11.09.2021 - 18:24:13 - -package train.client.render.models; - -import net.minecraft.client.Minecraft; -import net.minecraft.entity.Entity; -import org.lwjgl.opengl.GL11; -import tmt.ModelBase; -import tmt.ModelRendererTurbo; - -import java.util.ArrayList; - - -public class ModelClass153 extends ModelBase -{ - int textureX = 512; - int textureY = 256; - - public ModelClass153() - { - class153Model = new ModelRendererTurbo[371]; - class153Model[0] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // Box 13 - class153Model[1] = new ModelRendererTurbo(this, 193, 1, textureX, textureY); // Box 20 - class153Model[2] = new ModelRendererTurbo(this, 193, 9, textureX, textureY); // Box 26 - class153Model[3] = new ModelRendererTurbo(this, 201, 17, textureX, textureY); // Box 48 - class153Model[4] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // Box 50 - class153Model[5] = new ModelRendererTurbo(this, 361, 1, textureX, textureY); // Box 51 - class153Model[6] = new ModelRendererTurbo(this, 377, 1, textureX, textureY); // Box 52 - class153Model[7] = new ModelRendererTurbo(this, 393, 1, textureX, textureY); // Box 56 - class153Model[8] = new ModelRendererTurbo(this, 409, 1, textureX, textureY); // Box 57 - class153Model[9] = new ModelRendererTurbo(this, 1, 25, textureX, textureY); // Box 61 - class153Model[10] = new ModelRendererTurbo(this, 425, 1, textureX, textureY); // Box 214 - class153Model[11] = new ModelRendererTurbo(this, 441, 1, textureX, textureY); // Box 51 - class153Model[12] = new ModelRendererTurbo(this, 457, 1, textureX, textureY); // Box 52 - class153Model[13] = new ModelRendererTurbo(this, 473, 1, textureX, textureY); // Box 53 - class153Model[14] = new ModelRendererTurbo(this, 393, 17, textureX, textureY); // Box 54 - class153Model[15] = new ModelRendererTurbo(this, 1, 33, textureX, textureY); // Box 55 - class153Model[16] = new ModelRendererTurbo(this, 121, 33, textureX, textureY); // Box 56 - class153Model[17] = new ModelRendererTurbo(this, 489, 1, textureX, textureY); // Box 63 - class153Model[18] = new ModelRendererTurbo(this, 497, 1, textureX, textureY); // Box 64 - class153Model[19] = new ModelRendererTurbo(this, 505, 1, textureX, textureY); // Box 65 - class153Model[20] = new ModelRendererTurbo(this, 369, 17, textureX, textureY); // Box 66 - class153Model[21] = new ModelRendererTurbo(this, 1, 9, textureX, textureY); // Box 85 - class153Model[22] = new ModelRendererTurbo(this, 377, 9, textureX, textureY); // Box 86 - class153Model[23] = new ModelRendererTurbo(this, 385, 9, textureX, textureY); // Box 87 - class153Model[24] = new ModelRendererTurbo(this, 393, 9, textureX, textureY); // Box 88 - class153Model[25] = new ModelRendererTurbo(this, 409, 9, textureX, textureY); // Box 89 - class153Model[26] = new ModelRendererTurbo(this, 457, 9, textureX, textureY); // Box 90 - class153Model[27] = new ModelRendererTurbo(this, 241, 33, textureX, textureY); // Box 91 - class153Model[28] = new ModelRendererTurbo(this, 257, 33, textureX, textureY); // Box 92 - class153Model[29] = new ModelRendererTurbo(this, 273, 33, textureX, textureY); // Box 93 - class153Model[30] = new ModelRendererTurbo(this, 281, 33, textureX, textureY); // Box 94 - class153Model[31] = new ModelRendererTurbo(this, 473, 9, textureX, textureY); // Box 95 - class153Model[32] = new ModelRendererTurbo(this, 297, 33, textureX, textureY); // Box 96 - class153Model[33] = new ModelRendererTurbo(this, 313, 33, textureX, textureY); // Box 97 - class153Model[34] = new ModelRendererTurbo(this, 329, 33, textureX, textureY); // Box 98 - class153Model[35] = new ModelRendererTurbo(this, 417, 33, textureX, textureY); // Box 99 - class153Model[36] = new ModelRendererTurbo(this, 353, 33, textureX, textureY); // Box 100 - class153Model[37] = new ModelRendererTurbo(this, 481, 9, textureX, textureY); // Box 101 - class153Model[38] = new ModelRendererTurbo(this, 489, 9, textureX, textureY); // Box 102 - class153Model[39] = new ModelRendererTurbo(this, 1, 17, textureX, textureY); // Box 103 - class153Model[40] = new ModelRendererTurbo(this, 169, 25, textureX, textureY); // Box 104 - class153Model[41] = new ModelRendererTurbo(this, 441, 33, textureX, textureY); // Box 105 - class153Model[42] = new ModelRendererTurbo(this, 457, 33, textureX, textureY); // Box 106 - class153Model[43] = new ModelRendererTurbo(this, 185, 25, textureX, textureY); // Box 107 - class153Model[44] = new ModelRendererTurbo(this, 193, 17, textureX, textureY); // Box 108 - class153Model[45] = new ModelRendererTurbo(this, 1, 41, textureX, textureY); // Box 109 - class153Model[46] = new ModelRendererTurbo(this, 121, 41, textureX, textureY); // Box 110 - class153Model[47] = new ModelRendererTurbo(this, 1, 49, textureX, textureY); // Box 111 - class153Model[48] = new ModelRendererTurbo(this, 473, 33, textureX, textureY); // Box 112 - class153Model[49] = new ModelRendererTurbo(this, 489, 33, textureX, textureY); // Box 113 - class153Model[50] = new ModelRendererTurbo(this, 361, 33, textureX, textureY); // Box 114 - class153Model[51] = new ModelRendererTurbo(this, 121, 49, textureX, textureY); // Box 115 - class153Model[52] = new ModelRendererTurbo(this, 497, 9, textureX, textureY); // Box 116 - class153Model[53] = new ModelRendererTurbo(this, 377, 17, textureX, textureY); // Box 117 - class153Model[54] = new ModelRendererTurbo(this, 137, 49, textureX, textureY); // Box 118 - class153Model[55] = new ModelRendererTurbo(this, 153, 49, textureX, textureY); // Box 119 - class153Model[56] = new ModelRendererTurbo(this, 169, 49, textureX, textureY); // Box 120 - class153Model[57] = new ModelRendererTurbo(this, 201, 25, textureX, textureY); // Box 121 - class153Model[58] = new ModelRendererTurbo(this, 185, 49, textureX, textureY); // Box 79 - class153Model[59] = new ModelRendererTurbo(this, 201, 49, textureX, textureY); // Box 94 - class153Model[60] = new ModelRendererTurbo(this, 217, 33, textureX, textureY); // Box 140 - class153Model[61] = new ModelRendererTurbo(this, 289, 41, textureX, textureY); // Box 142 - class153Model[62] = new ModelRendererTurbo(this, 505, 41, textureX, textureY); // Box 143 - class153Model[63] = new ModelRendererTurbo(this, 393, 41, textureX, textureY); // Box 146 - class153Model[64] = new ModelRendererTurbo(this, 97, 49, textureX, textureY); // Box 147 - class153Model[65] = new ModelRendererTurbo(this, 193, 49, textureX, textureY); // Box 150 - class153Model[66] = new ModelRendererTurbo(this, 209, 49, textureX, textureY); // Box 151 - class153Model[67] = new ModelRendererTurbo(this, 257, 49, textureX, textureY); // Box 153 - class153Model[68] = new ModelRendererTurbo(this, 337, 49, textureX, textureY); // Box 154 - class153Model[69] = new ModelRendererTurbo(this, 353, 49, textureX, textureY); // Box 155 - class153Model[70] = new ModelRendererTurbo(this, 441, 49, textureX, textureY); // Box 156 - class153Model[71] = new ModelRendererTurbo(this, 281, 49, textureX, textureY); // Box 157 - class153Model[72] = new ModelRendererTurbo(this, 321, 49, textureX, textureY); // Box 158 - class153Model[73] = new ModelRendererTurbo(this, 129, 57, textureX, textureY); // Box 178 - class153Model[74] = new ModelRendererTurbo(this, 153, 57, textureX, textureY); // Box 179 - class153Model[75] = new ModelRendererTurbo(this, 505, 49, textureX, textureY); // Box 180 - class153Model[76] = new ModelRendererTurbo(this, 177, 57, textureX, textureY); // Box 181 - class153Model[77] = new ModelRendererTurbo(this, 201, 57, textureX, textureY); // Box 183 - class153Model[78] = new ModelRendererTurbo(this, 233, 57, textureX, textureY); // Box 184 - class153Model[79] = new ModelRendererTurbo(this, 129, 57, textureX, textureY); // Box 185 - class153Model[80] = new ModelRendererTurbo(this, 153, 57, textureX, textureY); // Box 186 - class153Model[81] = new ModelRendererTurbo(this, 177, 57, textureX, textureY); // Box 232 - class153Model[82] = new ModelRendererTurbo(this, 353, 57, textureX, textureY); // Box 233 - class153Model[83] = new ModelRendererTurbo(this, 185, 57, textureX, textureY); // Box 234 - class153Model[84] = new ModelRendererTurbo(this, 201, 57, textureX, textureY); // Box 235 - class153Model[85] = new ModelRendererTurbo(this, 225, 57, textureX, textureY); // Box 236 - class153Model[86] = new ModelRendererTurbo(this, 377, 57, textureX, textureY); // Box 239 - class153Model[87] = new ModelRendererTurbo(this, 465, 57, textureX, textureY); // Box 240 - class153Model[88] = new ModelRendererTurbo(this, 481, 57, textureX, textureY); // Box 241 - class153Model[89] = new ModelRendererTurbo(this, 497, 57, textureX, textureY); // Box 243 - class153Model[90] = new ModelRendererTurbo(this, 1, 65, textureX, textureY); // Box 244 - class153Model[91] = new ModelRendererTurbo(this, 9, 65, textureX, textureY); // Box 245 - class153Model[92] = new ModelRendererTurbo(this, 9, 65, textureX, textureY); // Box 246 - class153Model[93] = new ModelRendererTurbo(this, 33, 65, textureX, textureY); // Box 247 - class153Model[94] = new ModelRendererTurbo(this, 33, 65, textureX, textureY); // Box 248 - class153Model[95] = new ModelRendererTurbo(this, 17, 65, textureX, textureY); // Box 249 - class153Model[96] = new ModelRendererTurbo(this, 57, 65, textureX, textureY); // Box 250 - class153Model[97] = new ModelRendererTurbo(this, 65, 65, textureX, textureY); // Box 251 - class153Model[98] = new ModelRendererTurbo(this, 297, 57, textureX, textureY); // Box 252 - class153Model[99] = new ModelRendererTurbo(this, 81, 65, textureX, textureY); // Box 253 - class153Model[100] = new ModelRendererTurbo(this, 153, 65, textureX, textureY); // Box 257 - class153Model[101] = new ModelRendererTurbo(this, 177, 65, textureX, textureY); // Box 258 - class153Model[102] = new ModelRendererTurbo(this, 265, 65, textureX, textureY); // Box 259 - class153Model[103] = new ModelRendererTurbo(this, 89, 65, textureX, textureY); // Box 262 - class153Model[104] = new ModelRendererTurbo(this, 385, 57, textureX, textureY); // Box 263 - class153Model[105] = new ModelRendererTurbo(this, 281, 65, textureX, textureY); // Box 264 - class153Model[106] = new ModelRendererTurbo(this, 225, 65, textureX, textureY); // Box 265 - class153Model[107] = new ModelRendererTurbo(this, 201, 65, textureX, textureY); // Box 266 - class153Model[108] = new ModelRendererTurbo(this, 257, 65, textureX, textureY); // Box 268 - class153Model[109] = new ModelRendererTurbo(this, 401, 57, textureX, textureY); // Box 269 - class153Model[110] = new ModelRendererTurbo(this, 289, 65, textureX, textureY); // Box 270 - class153Model[111] = new ModelRendererTurbo(this, 297, 65, textureX, textureY); // Box 271 - class153Model[112] = new ModelRendererTurbo(this, 313, 65, textureX, textureY); // Box 272 - class153Model[113] = new ModelRendererTurbo(this, 329, 65, textureX, textureY); // Box 225 - class153Model[114] = new ModelRendererTurbo(this, 425, 65, textureX, textureY); // Box 226 - class153Model[115] = new ModelRendererTurbo(this, 377, 65, textureX, textureY); // Box 227 - class153Model[116] = new ModelRendererTurbo(this, 417, 57, textureX, textureY); // Box 228 - class153Model[117] = new ModelRendererTurbo(this, 449, 65, textureX, textureY); // Box 229 - class153Model[118] = new ModelRendererTurbo(this, 465, 65, textureX, textureY); // Box 232 - class153Model[119] = new ModelRendererTurbo(this, 481, 65, textureX, textureY); // Box 233 - class153Model[120] = new ModelRendererTurbo(this, 497, 65, textureX, textureY); // Box 234 - class153Model[121] = new ModelRendererTurbo(this, 1, 73, textureX, textureY); // Box 236 - class153Model[122] = new ModelRendererTurbo(this, 385, 65, textureX, textureY); // Box 237 - class153Model[123] = new ModelRendererTurbo(this, 33, 73, textureX, textureY); // Box 238 - class153Model[124] = new ModelRendererTurbo(this, 57, 73, textureX, textureY); // Box 239 - class153Model[125] = new ModelRendererTurbo(this, 81, 73, textureX, textureY); // Box 240 - class153Model[126] = new ModelRendererTurbo(this, 57, 73, textureX, textureY); // Box 241 - class153Model[127] = new ModelRendererTurbo(this, 17, 73, textureX, textureY); // Box 242 - class153Model[128] = new ModelRendererTurbo(this, 41, 73, textureX, textureY); // Box 243 - class153Model[129] = new ModelRendererTurbo(this, 81, 73, textureX, textureY); // Box 244 - class153Model[130] = new ModelRendererTurbo(this, 473, 57, textureX, textureY); // Box 245 - class153Model[131] = new ModelRendererTurbo(this, 105, 73, textureX, textureY); // Box 246 - class153Model[132] = new ModelRendererTurbo(this, 113, 73, textureX, textureY); // Box 250 - class153Model[133] = new ModelRendererTurbo(this, 217, 73, textureX, textureY); // Box 251 - class153Model[134] = new ModelRendererTurbo(this, 233, 73, textureX, textureY); // Box 252 - class153Model[135] = new ModelRendererTurbo(this, 249, 73, textureX, textureY); // Box 253 - class153Model[136] = new ModelRendererTurbo(this, 97, 65, textureX, textureY); // Box 254 - class153Model[137] = new ModelRendererTurbo(this, 257, 73, textureX, textureY); // Box 255 - class153Model[138] = new ModelRendererTurbo(this, 265, 73, textureX, textureY); // Box 256 - class153Model[139] = new ModelRendererTurbo(this, 281, 73, textureX, textureY); // Box 257 - class153Model[140] = new ModelRendererTurbo(this, 289, 73, textureX, textureY); // Box 258 - class153Model[141] = new ModelRendererTurbo(this, 121, 65, textureX, textureY); // Box 259 - class153Model[142] = new ModelRendererTurbo(this, 297, 73, textureX, textureY); // Box 260 - class153Model[143] = new ModelRendererTurbo(this, 305, 73, textureX, textureY); // Box 261 - class153Model[144] = new ModelRendererTurbo(this, 321, 73, textureX, textureY); // Box 262 - class153Model[145] = new ModelRendererTurbo(this, 337, 73, textureX, textureY); // 59 - class153Model[146] = new ModelRendererTurbo(this, 449, 73, textureX, textureY); // 60 - class153Model[147] = new ModelRendererTurbo(this, 457, 73, textureX, textureY); // 61 - class153Model[148] = new ModelRendererTurbo(this, 161, 65, textureX, textureY); // 62 - class153Model[149] = new ModelRendererTurbo(this, 473, 73, textureX, textureY); // 59 - class153Model[150] = new ModelRendererTurbo(this, 489, 73, textureX, textureY); // 60 - class153Model[151] = new ModelRendererTurbo(this, 497, 73, textureX, textureY); // 61 - class153Model[152] = new ModelRendererTurbo(this, 473, 65, textureX, textureY); // 62 - class153Model[153] = new ModelRendererTurbo(this, 105, 81, textureX, textureY); // 54 - class153Model[154] = new ModelRendererTurbo(this, 1, 81, textureX, textureY); // Box 743 - class153Model[155] = new ModelRendererTurbo(this, 1, 81, textureX, textureY); // Box 60 - class153Model[156] = new ModelRendererTurbo(this, 81, 81, textureX, textureY); // Box 48 - class153Model[157] = new ModelRendererTurbo(this, 105, 81, textureX, textureY); // Box 747 - class153Model[158] = new ModelRendererTurbo(this, 145, 81, textureX, textureY); // Box 748 - class153Model[159] = new ModelRendererTurbo(this, 161, 81, textureX, textureY); // Box 749 - class153Model[160] = new ModelRendererTurbo(this, 177, 81, textureX, textureY); // Box 750 - class153Model[161] = new ModelRendererTurbo(this, 193, 81, textureX, textureY); // Box 751 - class153Model[162] = new ModelRendererTurbo(this, 217, 81, textureX, textureY); // Box 752 - class153Model[163] = new ModelRendererTurbo(this, 225, 73, textureX, textureY); // Box 753 - class153Model[164] = new ModelRendererTurbo(this, 273, 81, textureX, textureY); // Box 955 - class153Model[165] = new ModelRendererTurbo(this, 369, 73, textureX, textureY); // Box 956 - class153Model[166] = new ModelRendererTurbo(this, 441, 81, textureX, textureY); // Box 957 - class153Model[167] = new ModelRendererTurbo(this, 249, 81, textureX, textureY); // Box 959 - class153Model[168] = new ModelRendererTurbo(this, 1, 113, textureX, textureY); // Box 960 - class153Model[169] = new ModelRendererTurbo(this, 257, 81, textureX, textureY); // Box 961 - class153Model[170] = new ModelRendererTurbo(this, 201, 81, textureX, textureY); // Box 962 - class153Model[171] = new ModelRendererTurbo(this, 313, 81, textureX, textureY); // Box 963 - class153Model[172] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 964 - class153Model[173] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 965 - class153Model[174] = new ModelRendererTurbo(this, 257, 81, textureX, textureY); // Box 966 - class153Model[175] = new ModelRendererTurbo(this, 169, 89, textureX, textureY); // Box 967 - class153Model[176] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 968 - class153Model[177] = new ModelRendererTurbo(this, 361, 81, textureX, textureY); // Box 969 - class153Model[178] = new ModelRendererTurbo(this, 49, 89, textureX, textureY); // Box 970 - class153Model[179] = new ModelRendererTurbo(this, 1, 121, textureX, textureY); // Box 972 - class153Model[180] = new ModelRendererTurbo(this, 177, 121, textureX, textureY); // Box 973 - class153Model[181] = new ModelRendererTurbo(this, 273, 105, textureX, textureY); // Box 974 - class153Model[182] = new ModelRendererTurbo(this, 65, 89, textureX, textureY); // Box 975 - class153Model[183] = new ModelRendererTurbo(this, 201, 97, textureX, textureY); // Box 977 - class153Model[184] = new ModelRendererTurbo(this, 489, 65, textureX, textureY); // Import Box277 - class153Model[185] = new ModelRendererTurbo(this, 225, 73, textureX, textureY); // Import Box278 - class153Model[186] = new ModelRendererTurbo(this, 393, 81, textureX, textureY); // Import Box174 - class153Model[187] = new ModelRendererTurbo(this, 441, 89, textureX, textureY); // Import Box175 - class153Model[188] = new ModelRendererTurbo(this, 281, 81, textureX, textureY); // Import Box182 - class153Model[189] = new ModelRendererTurbo(this, 313, 81, textureX, textureY); // Import Box183 - class153Model[190] = new ModelRendererTurbo(this, 329, 81, textureX, textureY); // Import Box184 - class153Model[191] = new ModelRendererTurbo(this, 353, 81, textureX, textureY); // Import Box185 - class153Model[192] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 104 - class153Model[193] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 105 - class153Model[194] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 106 - class153Model[195] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 109 - class153Model[196] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 116 - class153Model[197] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 117 - class153Model[198] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 994 - class153Model[199] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 995 - class153Model[200] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 1004 - class153Model[201] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 1005 - class153Model[202] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 1006 - class153Model[203] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 1007 - class153Model[204] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 1008 - class153Model[205] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 1009 - class153Model[206] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 1010 - class153Model[207] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 1011 - class153Model[208] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 242 - class153Model[209] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 243 - class153Model[210] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 244 - class153Model[211] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 245 - class153Model[212] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 246 - class153Model[213] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 247 - class153Model[214] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 248 - class153Model[215] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 249 - class153Model[216] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 250 - class153Model[217] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 251 - class153Model[218] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 252 - class153Model[219] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 253 - class153Model[220] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 254 - class153Model[221] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 255 - class153Model[222] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 256 - class153Model[223] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 257 - class153Model[224] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 258 - class153Model[225] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 259 - class153Model[226] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 260 - class153Model[227] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 261 - class153Model[228] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 262 - class153Model[229] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 263 - class153Model[230] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 264 - class153Model[231] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 265 - class153Model[232] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 266 - class153Model[233] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 267 - class153Model[234] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 268 - class153Model[235] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 269 - class153Model[236] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 270 - class153Model[237] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 271 - class153Model[238] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 272 - class153Model[239] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 273 - class153Model[240] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 274 - class153Model[241] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 275 - class153Model[242] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 276 - class153Model[243] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 277 - class153Model[244] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 278 - class153Model[245] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 279 - class153Model[246] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 280 - class153Model[247] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 281 - class153Model[248] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 282 - class153Model[249] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 283 - class153Model[250] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 284 - class153Model[251] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 285 - class153Model[252] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 286 - class153Model[253] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 287 - class153Model[254] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 288 - class153Model[255] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 289 - class153Model[256] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 290 - class153Model[257] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 291 - class153Model[258] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 292 - class153Model[259] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 293 - class153Model[260] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 294 - class153Model[261] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 295 - class153Model[262] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 296 - class153Model[263] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 297 - class153Model[264] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 298 - class153Model[265] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 299 - class153Model[266] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 300 - class153Model[267] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 301 - class153Model[268] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 302 - class153Model[269] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 303 - class153Model[270] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 304 - class153Model[271] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 305 - class153Model[272] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 306 - class153Model[273] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 307 - class153Model[274] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 308 - class153Model[275] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 309 - class153Model[276] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 310 - class153Model[277] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 311 - class153Model[278] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 312 - class153Model[279] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 313 - class153Model[280] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 314 - class153Model[281] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 315 - class153Model[282] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 316 - class153Model[283] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 317 - class153Model[284] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 318 - class153Model[285] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 319 - class153Model[286] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 320 - class153Model[287] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 321 - class153Model[288] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 322 - class153Model[289] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 323 - class153Model[290] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 324 - class153Model[291] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 325 - class153Model[292] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 326 - class153Model[293] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 327 - class153Model[294] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 328 - class153Model[295] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 329 - class153Model[296] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 330 - class153Model[297] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 331 - class153Model[298] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 332 - class153Model[299] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 333 - class153Model[300] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 334 - class153Model[301] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 335 - class153Model[302] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 336 - class153Model[303] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 337 - class153Model[304] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 338 - class153Model[305] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 339 - class153Model[306] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 340 - class153Model[307] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 341 - class153Model[308] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 342 - class153Model[309] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 343 - class153Model[310] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 344 - class153Model[311] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 345 - class153Model[312] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 346 - class153Model[313] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 347 - class153Model[314] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 348 - class153Model[315] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 349 - class153Model[316] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 350 - class153Model[317] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 351 - class153Model[318] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 352 - class153Model[319] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 353 - class153Model[320] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 354 - class153Model[321] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 355 - class153Model[322] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 356 - class153Model[323] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 357 - class153Model[324] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 358 - class153Model[325] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 359 - class153Model[326] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 360 - class153Model[327] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 361 - class153Model[328] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 362 - class153Model[329] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 363 - class153Model[330] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 364 - class153Model[331] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 365 - class153Model[332] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 366 - class153Model[333] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 367 - class153Model[334] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 368 - class153Model[335] = new ModelRendererTurbo(this, 121, 135, textureX, textureY); // Box 369 - class153Model[336] = new ModelRendererTurbo(this, 489, 109, textureX, textureY, "lamp"); // Box 370 - class153Model[337] = new ModelRendererTurbo(this, 497, 109, textureX, textureY, "lamp"); // Box 371 - class153Model[338] = new ModelRendererTurbo(this, 473, 109, textureX, textureY, "lamp"); // Box 372 - class153Model[339] = new ModelRendererTurbo(this, 481, 109, textureX, textureY, "lamp"); // Box 373 - class153Model[340] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 374 - class153Model[341] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 375 - class153Model[342] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 376 - class153Model[343] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 377 - class153Model[344] = new ModelRendererTurbo(this, 121, 135, textureX, textureY, "lamp"); // Box 378 - class153Model[345] = new ModelRendererTurbo(this, 489, 109, textureX, textureY, "lamp"); // Box 379 - class153Model[346] = new ModelRendererTurbo(this, 473, 109, textureX, textureY, "lamp"); // Box 380 - class153Model[347] = new ModelRendererTurbo(this, 481, 109, textureX, textureY, "lamp"); // Box 381 - class153Model[348] = new ModelRendererTurbo(this, 497, 109, textureX, textureY, "lamp"); // Box 382 - class153Model[349] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 383 - class153Model[350] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 384 - class153Model[351] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 385 - class153Model[352] = new ModelRendererTurbo(this, 481, 116, textureX, textureY); // Box 386 - class153Model[353] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 405 - class153Model[354] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 406 - class153Model[355] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 407 - class153Model[356] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 408 - class153Model[357] = new ModelRendererTurbo(this, 481, 109, textureX, textureY, "lamp"); // Box 409 - class153Model[358] = new ModelRendererTurbo(this, 473, 109, textureX, textureY, "lamp"); // Box 410 - class153Model[359] = new ModelRendererTurbo(this, 497, 109, textureX, textureY, "lamp"); // Box 411 - class153Model[360] = new ModelRendererTurbo(this, 489, 109, textureX, textureY, "lamp"); // Box 412 - class153Model[361] = new ModelRendererTurbo(this, 497, 109, textureX, textureY, "lamp"); // Box 413 - class153Model[362] = new ModelRendererTurbo(this, 489, 109, textureX, textureY, "lamp"); // Box 414 - class153Model[363] = new ModelRendererTurbo(this, 481, 109, textureX, textureY, "lamp"); // Box 415 - class153Model[364] = new ModelRendererTurbo(this, 473, 109, textureX, textureY, "lamp"); // Box 416 - class153Model[365] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 417 - class153Model[366] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 418 - class153Model[367] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 419 - class153Model[368] = new ModelRendererTurbo(this, 481, 116, textureX, textureY, "lamp"); // Box 420 - class153Model[369] = new ModelRendererTurbo(this, 201, 128, textureX, textureY); // Box 369 - class153Model[370] = new ModelRendererTurbo(this, 236, 128, textureX, textureY); // Box 372 - - class153Model[0].addShapeBox(0F, 0F, 0F, 82, 2, 21, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F); // Box 13 - class153Model[0].setRotationPoint(-41F, 3F, -10.5F); - - class153Model[1].addShapeBox(0F, 0F, -1F, 80, 1, 1, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 20 - class153Model[1].setRotationPoint(-40F, -17F, -9.5F); - - class153Model[2].addShapeBox(0F, 0F, -1F, 80, 2, 1, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 2F, 0F, 0F, 2F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 26 - class153Model[2].setRotationPoint(-40F, -19F, -9.5F); - - class153Model[3].addShapeBox(0F, 0F, -1F, 80, 1, 12, 0F, -3F, 0.5F, -5F, -3F, 0.5F, -5F, -3F, 0.5F, 0F, -3F, 0.5F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 5F, -3F, 0F, 5F); // Box 48 - class153Model[3].setRotationPoint(-40F, -20F, -7.5F); - - class153Model[4].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // Box 50 - class153Model[4].setRotationPoint(-40F, 1F, 10F); - - class153Model[5].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 51 - class153Model[5].setRotationPoint(-40F, -16F, 11F); - - class153Model[6].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 52 - class153Model[6].setRotationPoint(-40F, -5F, 11F); - - class153Model[7].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F, 0F, -0.75F, 0F, 0F, -0.75F, 0F); // Box 56 - class153Model[7].setRotationPoint(28F, 3F, 10.5F); - - class153Model[8].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F, 0F, -0.75F, 0F, 0F, -0.75F, 0F); // Box 57 - class153Model[8].setRotationPoint(-34F, 3F, 10.5F); - - class153Model[9].addShapeBox(0F, 0F, -1F, 80, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 61 - class153Model[9].setRotationPoint(-40F, -17F, 10.5F); - - class153Model[10].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -2F, -2F); // Box 214 - class153Model[10].setRotationPoint(-42F, 3F, 4F); - - class153Model[11].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 51 - class153Model[11].setRotationPoint(-34F, -16F, 11F); - - class153Model[12].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 52 - class153Model[12].setRotationPoint(-34F, -5F, 11F); - - class153Model[13].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 53 - class153Model[13].setRotationPoint(-34F, 1F, 10F); - - class153Model[14].addShapeBox(0F, 0F, -1F, 56, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 54 - class153Model[14].setRotationPoint(-28F, -16F, 11F); - - class153Model[15].addBox(0F, 0F, -1F, 56, 6, 1, 0F); // Box 55 - class153Model[15].setRotationPoint(-28F, -5F, 11F); - - class153Model[16].addShapeBox(0F, 0F, -1F, 56, 2, 1, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 56 - class153Model[16].setRotationPoint(-28F, 1F, 10F); - - class153Model[17].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -1F, 0F, 0.5F, 0F, 0F, 0F); // Box 63 - class153Model[17].setRotationPoint(-42F, 1F, 10F); - - class153Model[18].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F); // Box 64 - class153Model[18].setRotationPoint(-42F, -5F, 11F); - - class153Model[19].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F); // Box 65 - class153Model[19].setRotationPoint(-42F, -16F, 11F); - - class153Model[20].addBox(0F, 0F, 0F, 1, 19, 19, 0F); // Box 66 - class153Model[20].setRotationPoint(-42F, -16F, -9.5F); - - class153Model[21].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 85 - class153Model[21].setRotationPoint(34F, 1F, 10F); - - class153Model[22].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -1F, 0F, 0.5F); // Box 86 - class153Model[22].setRotationPoint(40F, 1F, 10F); - - class153Model[23].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F); // Box 87 - class153Model[23].setRotationPoint(40F, -5F, 11F); - - class153Model[24].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 88 - class153Model[24].setRotationPoint(34F, -5F, 11F); - - class153Model[25].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 89 - class153Model[25].setRotationPoint(28F, -5F, 11F); - - class153Model[26].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 90 - class153Model[26].setRotationPoint(28F, 1F, 10F); - - class153Model[27].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 91 - class153Model[27].setRotationPoint(28F, -16F, 11F); - - class153Model[28].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 92 - class153Model[28].setRotationPoint(34F, -16F, 11F); - - class153Model[29].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F); // Box 93 - class153Model[29].setRotationPoint(40F, -16F, 11F); - - class153Model[30].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, -2F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F, -2F, 0F); // Box 94 - class153Model[30].setRotationPoint(-42F, 3F, -10F); - - class153Model[31].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.75F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F); // Box 95 - class153Model[31].setRotationPoint(-42F, -17F, 10.5F); - - class153Model[32].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 96 - class153Model[32].setRotationPoint(-44F, -16F, -4.5F); - - class153Model[33].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 97 - class153Model[33].setRotationPoint(-44F, -16F, 2.5F); - - class153Model[34].addBox(0F, 0F, 0F, 2, 1, 9, 0F); // Box 98 - class153Model[34].setRotationPoint(-44F, 2F, -4.5F); - - class153Model[35].addShapeBox(0F, 0F, 0F, 2, 3, 9, 0F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 99 - class153Model[35].setRotationPoint(-44F, -19F, -4.5F); - - class153Model[36].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F); // Box 100 - class153Model[36].setRotationPoint(40F, -16F, -10F); - - class153Model[37].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F); // Box 101 - class153Model[37].setRotationPoint(40F, -5F, -10F); - - class153Model[38].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -1F, -1F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 102 - class153Model[38].setRotationPoint(40F, 1F, -9F); - - class153Model[39].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 1F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 103 - class153Model[39].setRotationPoint(34F, 1F, -9F); - - class153Model[40].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 104 - class153Model[40].setRotationPoint(34F, -5F, -10F); - - class153Model[41].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 105 - class153Model[41].setRotationPoint(34F, -16F, -10F); - - class153Model[42].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 106 - class153Model[42].setRotationPoint(28F, -16F, -10F); - - class153Model[43].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 107 - class153Model[43].setRotationPoint(28F, -5F, -10F); - - class153Model[44].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 108 - class153Model[44].setRotationPoint(28F, 1F, -9F); - - class153Model[45].addShapeBox(0F, 0F, -1F, 56, 2, 1, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 109 - class153Model[45].setRotationPoint(-28F, 1F, -9F); - - class153Model[46].addBox(0F, 0F, -1F, 56, 6, 1, 0F); // Box 110 - class153Model[46].setRotationPoint(-28F, -5F, -10F); - - class153Model[47].addShapeBox(0F, 0F, -1F, 56, 11, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 111 - class153Model[47].setRotationPoint(-28F, -16F, -10F); - - class153Model[48].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 112 - class153Model[48].setRotationPoint(-34F, -16F, -10F); - - class153Model[49].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 113 - class153Model[49].setRotationPoint(-40F, -16F, -10F); - - class153Model[50].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F, 0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F); // Box 114 - class153Model[50].setRotationPoint(-42F, -16F, -10F); - - class153Model[51].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 115 - class153Model[51].setRotationPoint(-40F, -5F, -10F); - - class153Model[52].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F); // Box 116 - class153Model[52].setRotationPoint(-42F, -5F, -10F); - - class153Model[53].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, -1F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 117 - class153Model[53].setRotationPoint(-42F, 1F, -9F); - - class153Model[54].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 118 - class153Model[54].setRotationPoint(-40F, 1F, -9F); - - class153Model[55].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 119 - class153Model[55].setRotationPoint(-34F, 1F, -9F); - - class153Model[56].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 120 - class153Model[56].setRotationPoint(-34F, -5F, -10F); - - class153Model[57].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F, 0F, 0F, -0.75F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 121 - class153Model[57].setRotationPoint(-42F, -17F, -9.5F); - - class153Model[58].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 79 - class153Model[58].setRotationPoint(-42.1F, -0.5F, 5F); - - class153Model[59].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 94 - class153Model[59].setRotationPoint(-42.1F, -0.5F, -9F); - - class153Model[60].addShapeBox(0F, 0F, 0F, 2, 1, 19, 0F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 140 - class153Model[60].setRotationPoint(-42F, -17F, -9.5F); - - class153Model[61].addShapeBox(0F, 0F, 0F, 2, 2, 19, 0F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F); // Box 142 - class153Model[61].setRotationPoint(-42F, -19F, -9.5F); - - class153Model[62].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, -2.5F, 0F, 0F, -2F, 0F, 0F, 2F, 0F, 0F, 2.5F, 0F, 0F, -0.75F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0.25F); // Box 143 - class153Model[62].setRotationPoint(-42F, -19F, -9.5F); - - class153Model[63].addBox(0F, 0F, 0F, 1, 19, 19, 0F); // Box 146 - class153Model[63].setRotationPoint(41F, -16F, -9.5F); - - class153Model[64].addShapeBox(0F, 0F, 0F, 2, 1, 19, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 147 - class153Model[64].setRotationPoint(40F, -17F, -9.5F); - - class153Model[65].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, -0.75F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F); // Box 150 - class153Model[65].setRotationPoint(40F, -17F, 10.5F); - - class153Model[66].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.75F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 151 - class153Model[66].setRotationPoint(40F, -17F, -9.5F); - - class153Model[67].addBox(0F, 0F, 0F, 2, 1, 9, 0F); // Box 153 - class153Model[67].setRotationPoint(42F, 2F, -4.5F); - - class153Model[68].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 154 - class153Model[68].setRotationPoint(42F, -16F, -4.5F); - - class153Model[69].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 155 - class153Model[69].setRotationPoint(42F, -16F, 2.5F); - - class153Model[70].addShapeBox(0F, 0F, 0F, 2, 3, 9, 0F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 156 - class153Model[70].setRotationPoint(42F, -19F, -4.5F); - - class153Model[71].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -2F, -2F, 0F, -2F, 0F, 0F, 0F, 0F); // Box 157 - class153Model[71].setRotationPoint(41F, 3F, -10F); - - class153Model[72].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, -2F, 0F, 0F, -1.5F); // Box 158 - class153Model[72].setRotationPoint(41F, 3F, 4F); - - class153Model[73].addShapeBox(0F, 0F, 0F, 2, 1, 16, 0F, 0F, -0.75F, -1F, 0F, -0.75F, -0.5F, 0F, -0.75F, -0.5F, 0F, -0.75F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F); // Box 178 - class153Model[73].setRotationPoint(-42F, -19.75F, -8F); - - class153Model[74].addShapeBox(0F, 0F, 0F, 2, 2, 19, 0F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F); // Box 179 - class153Model[74].setRotationPoint(40F, -19F, -9.5F); - - class153Model[75].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, -2F, 0F, 0F, -2.5F, 0F, 0F, 2.5F, 0F, 0F, 2F, 0F, 0F, -0.25F, 0F, 0F, -0.75F, 0F, 0F, 0.25F, 0F, 0F, 0F); // Box 180 - class153Model[75].setRotationPoint(40F, -19F, -9.5F); - - class153Model[76].addShapeBox(0F, 0F, 0F, 2, 1, 16, 0F, 0F, -0.75F, -0.5F, 0F, -0.75F, -1F, 0F, -0.75F, -1F, 0F, -0.75F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F); // Box 181 - class153Model[76].setRotationPoint(40F, -19.75F, -8F); - - class153Model[77].addShapeBox(0F, 0F, -1F, 2, 1, 12, 0F, -2F, 0F, -5F, 0F, 0F, -5F, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 4.5F); // Box 183 - class153Model[77].setRotationPoint(-42F, -20F, -7.5F); - - class153Model[78].addShapeBox(0F, 0F, -1F, 2, 1, 12, 0F, 0F, 0F, -5F, -2F, 0F, -5F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 4.5F, 0F, 0F, 5F); // Box 184 - class153Model[78].setRotationPoint(40F, -20F, -7.5F); - - class153Model[79].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F); // Box 185 - class153Model[79].setRotationPoint(28F, 3F, -11.5F); - - class153Model[80].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F); // Box 186 - class153Model[80].setRotationPoint(-34F, 3F, -11.5F); - - class153Model[81].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 232 - class153Model[81].setRotationPoint(-34F, 6.5F, -8F); - - class153Model[82].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 233 - class153Model[82].setRotationPoint(-35F, 7F, -8F); - - class153Model[83].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 234 - class153Model[83].setRotationPoint(-36F, 6.5F, -8F); - - class153Model[84].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 235 - class153Model[84].setRotationPoint(-36F, 5F, -8F); - - class153Model[85].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 236 - class153Model[85].setRotationPoint(-37F, 5F, -5F); - - class153Model[86].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 239 - class153Model[86].setRotationPoint(-29F, 4.5F, -8.3F); - - class153Model[87].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 240 - class153Model[87].setRotationPoint(-28F, 4.5F, -8.3F); - - class153Model[88].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 241 - class153Model[88].setRotationPoint(-27F, 4.5F, -8.3F); - - class153Model[89].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 243 - class153Model[89].setRotationPoint(-30F, 6F, -8F); - - class153Model[90].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 244 - class153Model[90].setRotationPoint(-25F, 5F, -8F); - - class153Model[91].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 245 - class153Model[91].setRotationPoint(-32F, 5F, -8F); - - class153Model[92].addBox(0F, 0F, 0F, 3, 1, 14, 0F); // Box 246 - class153Model[92].setRotationPoint(-29F, 6F, -7F); - - class153Model[93].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 247 - class153Model[93].setRotationPoint(-21F, 7F, -8F); - - class153Model[94].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 248 - class153Model[94].setRotationPoint(-29F, 4F, -1F); - - class153Model[95].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 249 - class153Model[95].setRotationPoint(-22F, 6.5F, 7F); - - class153Model[96].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 250 - class153Model[96].setRotationPoint(-20F, 6.5F, 7F); - - class153Model[97].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 251 - class153Model[97].setRotationPoint(-23F, 5F, 5F); - - class153Model[98].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 252 - class153Model[98].setRotationPoint(-23F, 5F, 7F); - - class153Model[99].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 253 - class153Model[99].setRotationPoint(-25F, 5F, 7F); - - class153Model[100].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 257 - class153Model[100].setRotationPoint(-27F, 4.5F, 6.7F); - - class153Model[101].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 258 - class153Model[101].setRotationPoint(-28F, 4.5F, 6.7F); - - class153Model[102].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 259 - class153Model[102].setRotationPoint(-29F, 4.5F, 6.7F); - - class153Model[103].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 262 - class153Model[103].setRotationPoint(-34F, 6.5F, 7F); - - class153Model[104].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 263 - class153Model[104].setRotationPoint(-36F, 5F, 7F); - - class153Model[105].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 264 - class153Model[105].setRotationPoint(-32F, 5F, 7F); - - class153Model[106].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 265 - class153Model[106].setRotationPoint(-30F, 6F, 7F); - - class153Model[107].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 266 - class153Model[107].setRotationPoint(-36F, 6.5F, 7F); - - class153Model[108].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 268 - class153Model[108].setRotationPoint(-20F, 6.5F, -8F); - - class153Model[109].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 269 - class153Model[109].setRotationPoint(-23F, 5F, -8F); - - class153Model[110].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 270 - class153Model[110].setRotationPoint(-22F, 6.5F, -8F); - - class153Model[111].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 271 - class153Model[111].setRotationPoint(-23F, 5F, -5F); - - class153Model[112].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 272 - class153Model[112].setRotationPoint(-37F, 5F, 5F); - - class153Model[113].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 225 - class153Model[113].setRotationPoint(21F, 6.5F, -8F); - - class153Model[114].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 226 - class153Model[114].setRotationPoint(20F, 7F, -8F); - - class153Model[115].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 227 - class153Model[115].setRotationPoint(19F, 6.5F, -8F); - - class153Model[116].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 228 - class153Model[116].setRotationPoint(19F, 5F, -8F); - - class153Model[117].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 229 - class153Model[117].setRotationPoint(18F, 5F, -5F); - - class153Model[118].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 232 - class153Model[118].setRotationPoint(26F, 4.5F, -8.3F); - - class153Model[119].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 233 - class153Model[119].setRotationPoint(27F, 4.5F, -8.3F); - - class153Model[120].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 234 - class153Model[120].setRotationPoint(28F, 4.5F, -8.3F); - - class153Model[121].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 236 - class153Model[121].setRotationPoint(25F, 6F, -8F); - - class153Model[122].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 237 - class153Model[122].setRotationPoint(30F, 5F, -8F); - - class153Model[123].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 238 - class153Model[123].setRotationPoint(23F, 5F, -8F); - - class153Model[124].addBox(0F, 0F, 0F, 3, 1, 14, 0F); // Box 239 - class153Model[124].setRotationPoint(26F, 6F, -7F); - - class153Model[125].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 240 - class153Model[125].setRotationPoint(34F, 7F, -8F); - - class153Model[126].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 241 - class153Model[126].setRotationPoint(26F, 4F, -1F); - - class153Model[127].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 242 - class153Model[127].setRotationPoint(33F, 6.5F, 7F); - - class153Model[128].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 243 - class153Model[128].setRotationPoint(35F, 6.5F, 7F); - - class153Model[129].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 244 - class153Model[129].setRotationPoint(32F, 5F, 5F); - - class153Model[130].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 245 - class153Model[130].setRotationPoint(32F, 5F, 7F); - - class153Model[131].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 246 - class153Model[131].setRotationPoint(30F, 5F, 7F); - - class153Model[132].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 250 - class153Model[132].setRotationPoint(28F, 4.5F, 6.7F); - - class153Model[133].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 251 - class153Model[133].setRotationPoint(27F, 4.5F, 6.7F); - - class153Model[134].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 252 - class153Model[134].setRotationPoint(26F, 4.5F, 6.7F); - - class153Model[135].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 253 - class153Model[135].setRotationPoint(21F, 6.5F, 7F); - - class153Model[136].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 254 - class153Model[136].setRotationPoint(19F, 5F, 7F); - - class153Model[137].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 255 - class153Model[137].setRotationPoint(23F, 5F, 7F); - - class153Model[138].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 256 - class153Model[138].setRotationPoint(25F, 6F, 7F); - - class153Model[139].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 257 - class153Model[139].setRotationPoint(19F, 6.5F, 7F); - - class153Model[140].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 258 - class153Model[140].setRotationPoint(35F, 6.5F, -8F); - - class153Model[141].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 259 - class153Model[141].setRotationPoint(32F, 5F, -8F); - - class153Model[142].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 260 - class153Model[142].setRotationPoint(33F, 6.5F, -8F); - - class153Model[143].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 261 - class153Model[143].setRotationPoint(32F, 5F, -5F); - - class153Model[144].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 262 - class153Model[144].setRotationPoint(18F, 5F, 5F); - - class153Model[145].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0.5F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 59 - class153Model[145].setRotationPoint(-44F, 3F, -1F); - - class153Model[146].addShapeBox(0F, 0F, 0F, 2, 1, 3, 0F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 60 - class153Model[146].setRotationPoint(-44F, 5F, -1F); - - class153Model[147].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F); // 61 - class153Model[147].setRotationPoint(-45F, 4F, 0F); - - class153Model[148].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F); // 62 - class153Model[148].setRotationPoint(-44F, 4F, -1F); - - class153Model[149].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0.5F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 59 - class153Model[149].setRotationPoint(41F, 3F, -1F); - - class153Model[150].addShapeBox(0F, 0F, 0F, 2, 1, 3, 0F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 60 - class153Model[150].setRotationPoint(42.5F, 5F, -1F); - - class153Model[151].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F); // 61 - class153Model[151].setRotationPoint(39.5F, 4F, 0F); - - class153Model[152].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F); // 62 - class153Model[152].setRotationPoint(41F, 4F, -1F); - - class153Model[153].addShapeBox(0F, 0F, 0F, 10, 6, 18, 0F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F); // 54 - class153Model[153].setRotationPoint(-5F, 4.5F, -9F); - - class153Model[154].addBox(0F, 0F, 0F, 5, 4, 16, 0F); // Box 743 - class153Model[154].setRotationPoint(-16F, 4.5F, -8F); - - class153Model[155].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 60 - class153Model[155].setRotationPoint(-10F, 4.5F, 7.5F); - - class153Model[156].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 48 - class153Model[156].setRotationPoint(-10F, 4.5F, 8.5F); - - class153Model[157].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 747 - class153Model[157].setRotationPoint(-10F, 4.5F, 6.5F); - - class153Model[158].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 748 - class153Model[158].setRotationPoint(6F, 4.5F, -8.5F); - - class153Model[159].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 749 - class153Model[159].setRotationPoint(6F, 4.5F, -7.5F); - - class153Model[160].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 750 - class153Model[160].setRotationPoint(6F, 4.5F, -6.5F); - - class153Model[161].addBox(0F, 0F, 0F, 5, 4, 3, 0F); // Box 751 - class153Model[161].setRotationPoint(12F, 4.5F, -8F); - - class153Model[162].addBox(0F, 0F, 0F, 5, 4, 3, 0F); // Box 752 - class153Model[162].setRotationPoint(10F, 4.5F, 6F); - - class153Model[163].addBox(0F, 0F, 0F, 1, 20, 20, 0F); // Box 753 - class153Model[163].setRotationPoint(34F, -17F, -10F); - - class153Model[164].addShapeBox(0F, 0F, 0F, 9, 2, 20, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 955 - class153Model[164].setRotationPoint(26.5F, -19F, -10F); - - class153Model[165].addBox(0F, 0F, 0F, 1, 20, 20, 0F); // Box 956 - class153Model[165].setRotationPoint(-35F, -17F, -10F); - - class153Model[166].addShapeBox(0F, 0F, 0F, 9, 2, 20, 0F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 957 - class153Model[166].setRotationPoint(-35.5F, -19F, -10F); - - class153Model[167].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, 2F, 0F, 0F, 2.5F, 0F, 0F, -2.5F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, -0.75F, 0F, 0F, -0.25F); // Box 959 - class153Model[167].setRotationPoint(40F, -19F, 10.5F); - - class153Model[168].addShapeBox(0F, 0F, -1F, 80, 2, 1, 0F, 0F, 0F, 2F, 0F, 0F, 2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F); // Box 960 - class153Model[168].setRotationPoint(-40F, -19F, 10.5F); - - class153Model[169].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F, 0F, 0F, 2.5F, 0F, 0F, 2F, 0F, 0F, -2F, 0F, 0F, -2.5F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.75F); // Box 961 - class153Model[169].setRotationPoint(-42F, -19F, 10.5F); - - class153Model[170].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, -1F, 0F, 3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 3.5F, 0F, 0F); // Box 962 - class153Model[170].setRotationPoint(-40F, 5.7F, -9F); - - class153Model[171].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F, 3F, -1F, 0F, -3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 3.5F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 963 - class153Model[171].setRotationPoint(-40F, 5.7F, 0F); - - class153Model[172].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 3F, -1F, 0F, -3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 3.5F, 0F, 0F, -3F, 0F, 0F); // Box 964 - class153Model[172].setRotationPoint(39F, 5.7F, -9F); - - class153Model[173].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F, -3F, -1F, 0F, 3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 3.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 965 - class153Model[173].setRotationPoint(39F, 5.7F, 0F); - - class153Model[174].addShapeBox(0F, 0F, 0F, 5, 2, 9, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 966 - class153Model[174].setRotationPoint(22.5F, -19F, 1F); - - class153Model[175].addBox(0F, 0F, 0F, 5, 20, 9, 0F); // Box 967 - class153Model[175].setRotationPoint(22.5F, -17F, 1F); - - class153Model[176].addShapeBox(0F, 0F, 0F, 2, 20, 9, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 968 - class153Model[176].setRotationPoint(20.5F, -17F, 1F); - - class153Model[177].addShapeBox(0F, 0F, 0F, 2, 2, 9, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 969 - class153Model[177].setRotationPoint(20.5F, -19F, 1F); - - class153Model[178].addBox(0F, 0F, 0F, 1, 20, 3, 0F); // Box 970 - class153Model[178].setRotationPoint(26.5F, -17F, -10F); - - class153Model[179].addShapeBox(0F, 0F, -1F, 80, 1, 12, 0F, 0F, -0.25F, -5F, 0F, -0.25F, -5F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 5F); // Box 972 - class153Model[179].setRotationPoint(-40F, -19F, -7.5F); - - class153Model[180].addBox(0F, 0F, 0F, 51, 1, 4, 0F); // Box 973 - class153Model[180].setRotationPoint(-26F, -16F, -10F); - - class153Model[181].addBox(0F, 0F, 0F, 43, 1, 4, 0F); // Box 974 - class153Model[181].setRotationPoint(-26F, -16F, 6F); - - class153Model[182].addBox(0F, 0F, 0F, 1, 20, 3, 0F); // Box 975 - class153Model[182].setRotationPoint(-27.5F, -17F, -10F); - - class153Model[183].addBox(0F, 0F, 0F, 1, 20, 3, 0F); // Box 977 - class153Model[183].setRotationPoint(-27.5F, -17F, 7F); - - class153Model[184].addShapeBox(0F, 0F, 0F, 3, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box277 - class153Model[184].setRotationPoint(-38F, -2F, -8F); - - class153Model[185].addShapeBox(0F, 0F, 0F, 3, 1, 1, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box278 - class153Model[185].setRotationPoint(-38F, -2F, -5F); - - class153Model[186].addBox(0F, 0F, 0F, 3, 1, 7, 0F); // Import Box174 - class153Model[186].setRotationPoint(-41.6F, -3.75F, -10F); - - class153Model[187].addShapeBox(0F, 0F, 0F, 1, 3, 7, 0F, -0.5F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Import Box175 - class153Model[187].setRotationPoint(-41.7F, -6.5F, -10F); - - class153Model[188].addShapeBox(0F, 0F, 0F, 1, 5, 2, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Import Box182 - class153Model[188].setRotationPoint(-35.5F, -7F, -7F); - - class153Model[189].addShapeBox(0F, 0F, 0F, 1, 4, 1, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box183 - class153Model[189].setRotationPoint(-36F, -6F, -5F); - - class153Model[190].addShapeBox(0F, 0F, 0F, 1, 4, 1, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, -0.5F, 0.5F, 0F); // Import Box184 - class153Model[190].setRotationPoint(-36F, -6F, -8F); - - class153Model[191].addShapeBox(0F, 0F, 0F, 3, 1, 4, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box185 - class153Model[191].setRotationPoint(-38F, -2F, -8F); - - class153Model[192].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 104 - class153Model[192].setRotationPoint(-26F, -0.5F, -5.5F); - - class153Model[193].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 105 - class153Model[193].setRotationPoint(-26F, -0.5F, -9.5F); - - class153Model[194].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 106 - class153Model[194].setRotationPoint(-26.5F, -4.5F, -9.25F); - - class153Model[195].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 109 - class153Model[195].setRotationPoint(-26.5F, -6F, -9.25F); - - class153Model[196].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 116 - class153Model[196].setRotationPoint(-25.5F, 0.5F, -5F); - - class153Model[197].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 117 - class153Model[197].setRotationPoint(-25.5F, 0.5F, -9F); - - class153Model[198].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 994 - class153Model[198].setRotationPoint(-26.5F, -4.5F, -5.5F); - - class153Model[199].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 995 - class153Model[199].setRotationPoint(-26.5F, -6F, -5.5F); - - class153Model[200].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 1004 - class153Model[200].setRotationPoint(-20F, -0.5F, -9.5F); - - class153Model[201].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 1005 - class153Model[201].setRotationPoint(-17.5F, -4.5F, -9.25F); - - class153Model[202].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 1006 - class153Model[202].setRotationPoint(-17F, -6F, -9.25F); - - class153Model[203].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 1007 - class153Model[203].setRotationPoint(-17F, -6F, -5.5F); - - class153Model[204].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 1008 - class153Model[204].setRotationPoint(-17.5F, -4.5F, -5.5F); - - class153Model[205].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 1009 - class153Model[205].setRotationPoint(-20F, -0.5F, -5.5F); - - class153Model[206].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 1010 - class153Model[206].setRotationPoint(-19.5F, 0.5F, -9F); - - class153Model[207].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 1011 - class153Model[207].setRotationPoint(-19.5F, 0.5F, -5F); - - class153Model[208].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 242 - class153Model[208].setRotationPoint(-26F, -0.5F, 7F); - - class153Model[209].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 243 - class153Model[209].setRotationPoint(-19.5F, 0.5F, 3.5F); - - class153Model[210].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 244 - class153Model[210].setRotationPoint(-20F, -0.5F, 3F); - - class153Model[211].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 245 - class153Model[211].setRotationPoint(-20F, -0.5F, 7F); - - class153Model[212].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 246 - class153Model[212].setRotationPoint(-17.5F, -4.5F, 7F); - - class153Model[213].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 247 - class153Model[213].setRotationPoint(-17.5F, -4.5F, 3.25F); - - class153Model[214].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 248 - class153Model[214].setRotationPoint(-17F, -6F, 3.25F); - - class153Model[215].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 249 - class153Model[215].setRotationPoint(-17F, -6F, 7F); - - class153Model[216].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 250 - class153Model[216].setRotationPoint(-25.5F, 0.5F, 3.5F); - - class153Model[217].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 251 - class153Model[217].setRotationPoint(-25.5F, 0.5F, 7.5F); - - class153Model[218].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 252 - class153Model[218].setRotationPoint(-26F, -0.5F, 3F); - - class153Model[219].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 253 - class153Model[219].setRotationPoint(-26.5F, -4.5F, 3.25F); - - class153Model[220].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 254 - class153Model[220].setRotationPoint(-26.5F, -4.5F, 7F); - - class153Model[221].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 255 - class153Model[221].setRotationPoint(-26.5F, -6F, 7F); - - class153Model[222].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 256 - class153Model[222].setRotationPoint(-26.5F, -6F, 3.25F); - - class153Model[223].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 257 - class153Model[223].setRotationPoint(-19.5F, 0.5F, 7.5F); - - class153Model[224].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 258 - class153Model[224].setRotationPoint(-16F, -0.5F, 7F); - - class153Model[225].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 259 - class153Model[225].setRotationPoint(-15.5F, 0.5F, 3.5F); - - class153Model[226].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 260 - class153Model[226].setRotationPoint(-15.5F, 0.5F, 7.5F); - - class153Model[227].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 261 - class153Model[227].setRotationPoint(-16F, -0.5F, 3F); - - class153Model[228].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 262 - class153Model[228].setRotationPoint(-16.5F, -4.5F, 3.25F); - - class153Model[229].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 263 - class153Model[229].setRotationPoint(-16.5F, -4.5F, 7F); - - class153Model[230].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 264 - class153Model[230].setRotationPoint(-16.5F, -6F, 7F); - - class153Model[231].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 265 - class153Model[231].setRotationPoint(-16.5F, -6F, 3.25F); - - class153Model[232].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 266 - class153Model[232].setRotationPoint(-16F, -0.5F, -5.5F); - - class153Model[233].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 267 - class153Model[233].setRotationPoint(-15.5F, 0.5F, -5F); - - class153Model[234].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 268 - class153Model[234].setRotationPoint(-15.5F, 0.5F, -9F); - - class153Model[235].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 269 - class153Model[235].setRotationPoint(-16F, -0.5F, -9.5F); - - class153Model[236].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 270 - class153Model[236].setRotationPoint(-16.5F, -4.5F, -9.25F); - - class153Model[237].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 271 - class153Model[237].setRotationPoint(-16.5F, -4.5F, -5.5F); - - class153Model[238].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 272 - class153Model[238].setRotationPoint(-16.5F, -6F, -5.5F); - - class153Model[239].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 273 - class153Model[239].setRotationPoint(-16.5F, -6F, -9.25F); - - class153Model[240].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 274 - class153Model[240].setRotationPoint(-11F, -0.5F, 7F); - - class153Model[241].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 275 - class153Model[241].setRotationPoint(-10.5F, 0.5F, 3.5F); - - class153Model[242].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 276 - class153Model[242].setRotationPoint(-10.5F, 0.5F, 7.5F); - - class153Model[243].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 277 - class153Model[243].setRotationPoint(-11F, -0.5F, 3F); - - class153Model[244].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 278 - class153Model[244].setRotationPoint(-11.5F, -4.5F, 3.25F); - - class153Model[245].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 279 - class153Model[245].setRotationPoint(-11.5F, -4.5F, 7F); - - class153Model[246].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 280 - class153Model[246].setRotationPoint(-11.5F, -6F, 7F); - - class153Model[247].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 281 - class153Model[247].setRotationPoint(-11.5F, -6F, 3.25F); - - class153Model[248].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 282 - class153Model[248].setRotationPoint(-11F, -0.5F, -5.5F); - - class153Model[249].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 283 - class153Model[249].setRotationPoint(-10.5F, 0.5F, -5F); - - class153Model[250].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 284 - class153Model[250].setRotationPoint(-10.5F, 0.5F, -9F); - - class153Model[251].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 285 - class153Model[251].setRotationPoint(-11F, -0.5F, -9.5F); - - class153Model[252].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 286 - class153Model[252].setRotationPoint(-11.5F, -4.5F, -9.25F); - - class153Model[253].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 287 - class153Model[253].setRotationPoint(-11.5F, -4.5F, -5.5F); - - class153Model[254].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 288 - class153Model[254].setRotationPoint(-11.5F, -6F, -5.5F); - - class153Model[255].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 289 - class153Model[255].setRotationPoint(-11.5F, -6F, -9.25F); - - class153Model[256].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 290 - class153Model[256].setRotationPoint(-5F, -0.5F, 7F); - - class153Model[257].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 291 - class153Model[257].setRotationPoint(-4.5F, 0.5F, 3.5F); - - class153Model[258].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 292 - class153Model[258].setRotationPoint(-4.5F, 0.5F, 7.5F); - - class153Model[259].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 293 - class153Model[259].setRotationPoint(-5F, -0.5F, 3F); - - class153Model[260].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 294 - class153Model[260].setRotationPoint(-5.5F, -4.5F, 3.25F); - - class153Model[261].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 295 - class153Model[261].setRotationPoint(-5.5F, -4.5F, 7F); - - class153Model[262].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 296 - class153Model[262].setRotationPoint(-5.5F, -6F, 7F); - - class153Model[263].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 297 - class153Model[263].setRotationPoint(-5.5F, -6F, 3.25F); - - class153Model[264].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 298 - class153Model[264].setRotationPoint(-5F, -0.5F, -5.5F); - - class153Model[265].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 299 - class153Model[265].setRotationPoint(-4.5F, 0.5F, -5F); - - class153Model[266].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 300 - class153Model[266].setRotationPoint(-4.5F, 0.5F, -9F); - - class153Model[267].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 301 - class153Model[267].setRotationPoint(-5F, -0.5F, -9.5F); - - class153Model[268].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 302 - class153Model[268].setRotationPoint(-5.5F, -4.5F, -9.25F); - - class153Model[269].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 303 - class153Model[269].setRotationPoint(-5.5F, -4.5F, -5.5F); - - class153Model[270].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 304 - class153Model[270].setRotationPoint(-5.5F, -6F, -5.5F); - - class153Model[271].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 305 - class153Model[271].setRotationPoint(-5.5F, -6F, -9.25F); - - class153Model[272].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 306 - class153Model[272].setRotationPoint(2.5F, 0.5F, 3.5F); - - class153Model[273].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 307 - class153Model[273].setRotationPoint(2F, -0.5F, 3F); - - class153Model[274].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 308 - class153Model[274].setRotationPoint(4.5F, -4.5F, 3.25F); - - class153Model[275].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 309 - class153Model[275].setRotationPoint(4.5F, -4.5F, 7F); - - class153Model[276].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 310 - class153Model[276].setRotationPoint(2F, -0.5F, 7F); - - class153Model[277].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 311 - class153Model[277].setRotationPoint(5F, -6F, 7F); - - class153Model[278].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 312 - class153Model[278].setRotationPoint(5F, -6F, 3.25F); - - class153Model[279].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 313 - class153Model[279].setRotationPoint(2.5F, 0.5F, 7.5F); - - class153Model[280].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 314 - class153Model[280].setRotationPoint(2.5F, 0.5F, -5F); - - class153Model[281].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 315 - class153Model[281].setRotationPoint(2F, -0.5F, -5.5F); - - class153Model[282].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 316 - class153Model[282].setRotationPoint(4.5F, -4.5F, -5.5F); - - class153Model[283].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 317 - class153Model[283].setRotationPoint(4.5F, -4.5F, -9.25F); - - class153Model[284].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 318 - class153Model[284].setRotationPoint(2F, -0.5F, -9.5F); - - class153Model[285].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 319 - class153Model[285].setRotationPoint(2.5F, 0.5F, -9F); - - class153Model[286].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 320 - class153Model[286].setRotationPoint(5F, -6F, -5.5F); - - class153Model[287].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 321 - class153Model[287].setRotationPoint(5F, -6F, -9.25F); - - class153Model[288].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 322 - class153Model[288].setRotationPoint(13.5F, 0.5F, 3.5F); - - class153Model[289].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 323 - class153Model[289].setRotationPoint(13F, -0.5F, 3F); - - class153Model[290].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 324 - class153Model[290].setRotationPoint(15.5F, -4.5F, 3.25F); - - class153Model[291].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 325 - class153Model[291].setRotationPoint(15.5F, -4.5F, 7F); - - class153Model[292].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 326 - class153Model[292].setRotationPoint(13F, -0.5F, 7F); - - class153Model[293].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 327 - class153Model[293].setRotationPoint(16F, -6F, 7F); - - class153Model[294].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 328 - class153Model[294].setRotationPoint(16F, -6F, 3.25F); - - class153Model[295].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 329 - class153Model[295].setRotationPoint(13.5F, 0.5F, 7.5F); - - class153Model[296].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 330 - class153Model[296].setRotationPoint(13.5F, 0.5F, -5F); - - class153Model[297].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 331 - class153Model[297].setRotationPoint(13F, -0.5F, -5.5F); - - class153Model[298].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 332 - class153Model[298].setRotationPoint(15.5F, -4.5F, -5.5F); - - class153Model[299].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 333 - class153Model[299].setRotationPoint(15.5F, -4.5F, -9.25F); - - class153Model[300].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 334 - class153Model[300].setRotationPoint(13F, -0.5F, -9.5F); - - class153Model[301].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 335 - class153Model[301].setRotationPoint(13.5F, 0.5F, -9F); - - class153Model[302].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 336 - class153Model[302].setRotationPoint(16F, -6F, -5.5F); - - class153Model[303].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 337 - class153Model[303].setRotationPoint(16F, -6F, -9.25F); - - class153Model[304].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 338 - class153Model[304].setRotationPoint(6.5F, 0.5F, 3.5F); - - class153Model[305].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 339 - class153Model[305].setRotationPoint(6F, -0.5F, 3F); - - class153Model[306].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 340 - class153Model[306].setRotationPoint(5.5F, -4.5F, 3.25F); - - class153Model[307].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 341 - class153Model[307].setRotationPoint(6F, -0.5F, 7F); - - class153Model[308].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 342 - class153Model[308].setRotationPoint(5.5F, -4.5F, 7F); - - class153Model[309].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 343 - class153Model[309].setRotationPoint(5.5F, -6F, 3.25F); - - class153Model[310].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 344 - class153Model[310].setRotationPoint(5.5F, -6F, 7F); - - class153Model[311].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 345 - class153Model[311].setRotationPoint(6F, -0.5F, -5.5F); - - class153Model[312].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 346 - class153Model[312].setRotationPoint(5.5F, -4.5F, -5.5F); - - class153Model[313].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 347 - class153Model[313].setRotationPoint(5.5F, -6F, -5.5F); - - class153Model[314].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 348 - class153Model[314].setRotationPoint(6.5F, 0.5F, -5F); - - class153Model[315].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, 0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 349 - class153Model[315].setRotationPoint(5.5F, -4.5F, -9.25F); - - class153Model[316].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 350 - class153Model[316].setRotationPoint(6F, -0.5F, -9.5F); - - class153Model[317].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 351 - class153Model[317].setRotationPoint(5.5F, -6F, -9.25F); - - class153Model[318].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 352 - class153Model[318].setRotationPoint(6.5F, 0.5F, -9F); - - class153Model[319].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 353 - class153Model[319].setRotationPoint(23F, -0.5F, -5.5F); - - class153Model[320].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 354 - class153Model[320].setRotationPoint(23F, -0.5F, -9.5F); - - class153Model[321].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 355 - class153Model[321].setRotationPoint(23.5F, 0.5F, -9F); - - class153Model[322].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 356 - class153Model[322].setRotationPoint(25.5F, -4.5F, -9.25F); - - class153Model[323].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 357 - class153Model[323].setRotationPoint(25.5F, -4.5F, -5.5F); - - class153Model[324].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 358 - class153Model[324].setRotationPoint(26F, -6F, -5.5F); - - class153Model[325].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 359 - class153Model[325].setRotationPoint(26F, -6F, -9.25F); - - class153Model[326].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 360 - class153Model[326].setRotationPoint(23.5F, 0.5F, -5F); - - class153Model[327].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 361 - class153Model[327].setRotationPoint(18F, -0.5F, -5.5F); - - class153Model[328].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 362 - class153Model[328].setRotationPoint(18F, -0.5F, -9.5F); - - class153Model[329].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 363 - class153Model[329].setRotationPoint(18.5F, 0.5F, -9F); - - class153Model[330].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 364 - class153Model[330].setRotationPoint(20.5F, -4.5F, -9.25F); - - class153Model[331].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F, -0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 365 - class153Model[331].setRotationPoint(20.5F, -4.5F, -5.5F); - - class153Model[332].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 366 - class153Model[332].setRotationPoint(21F, -6F, -5.5F); - - class153Model[333].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F, 0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 367 - class153Model[333].setRotationPoint(21F, -6F, -9.25F); - - class153Model[334].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 368 - class153Model[334].setRotationPoint(18.5F, 0.5F, -5F); - - class153Model[335].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 369 - class153Model[335].setRotationPoint(41.2F, -4F, 5F); - - class153Model[336].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 370 - class153Model[336].setRotationPoint(41.25F, -4F, 7.5F); - - class153Model[337].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 371 - class153Model[337].setRotationPoint(41.25F, -4F, 6.5F); - - class153Model[338].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 372 - class153Model[338].setRotationPoint(41.25F, -3F, 6.5F); - - class153Model[339].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 373 - class153Model[339].setRotationPoint(41.25F, -3F, 7.5F); - - class153Model[340].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 374 - class153Model[340].setRotationPoint(41.25F, -3F, 6F); - - class153Model[341].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 375 - class153Model[341].setRotationPoint(41.25F, -3F, 5F); - - class153Model[342].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 376 - class153Model[342].setRotationPoint(41.25F, -4F, 5F); - - class153Model[343].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 377 - class153Model[343].setRotationPoint(41.25F, -4F, 6F); - - class153Model[344].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 378 - class153Model[344].setRotationPoint(41.2F, -4F, -9F); - - class153Model[345].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 379 - class153Model[345].setRotationPoint(41.25F, -4F, -7.5F); - - class153Model[346].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 380 - class153Model[346].setRotationPoint(41.25F, -3F, -8.5F); - - class153Model[347].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 381 - class153Model[347].setRotationPoint(41.25F, -3F, -7.5F); - - class153Model[348].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 382 - class153Model[348].setRotationPoint(41.25F, -4F, -8.5F); - - class153Model[349].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 383 - class153Model[349].setRotationPoint(41.25F, -3F, -6F); - - class153Model[350].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 384 - class153Model[350].setRotationPoint(41.25F, -3F, -7F); - - class153Model[351].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 385 - class153Model[351].setRotationPoint(41.25F, -4F, -7F); - - class153Model[352].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 386 - class153Model[352].setRotationPoint(41.25F, -4F, -6F); - - class153Model[353].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 405 - class153Model[353].setRotationPoint(-42.2F, -0.5F, -7F); - - class153Model[354].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 406 - class153Model[354].setRotationPoint(-42.2F, -0.5F, -6F); - - class153Model[355].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 407 - class153Model[355].setRotationPoint(-42.2F, 0.5F, -6F); - - class153Model[356].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 408 - class153Model[356].setRotationPoint(-42.2F, 0.5F, -7F); - - class153Model[357].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 409 - class153Model[357].setRotationPoint(-42.2F, 0.5F, -7.5F); - - class153Model[358].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 410 - class153Model[358].setRotationPoint(-42.2F, 0.5F, -8.5F); - - class153Model[359].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 411 - class153Model[359].setRotationPoint(-42.2F, -0.5F, -8.5F); - - class153Model[360].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 412 - class153Model[360].setRotationPoint(-42.2F, -0.5F, -7.5F); - - class153Model[361].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 413 - class153Model[361].setRotationPoint(-42.2F, -0.5F, 6.5F); - - class153Model[362].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 414 - class153Model[362].setRotationPoint(-42.2F, -0.5F, 7.5F); - - class153Model[363].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 415 - class153Model[363].setRotationPoint(-42.2F, 0.5F, 7.5F); - - class153Model[364].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 416 - class153Model[364].setRotationPoint(-42.2F, 0.5F, 6.5F); - - class153Model[365].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Box 417 - class153Model[365].setRotationPoint(-42.2F, 0.5F, 6F); - - class153Model[366].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Box 418 - class153Model[366].setRotationPoint(-42.2F, 0.5F, 5F); - - class153Model[367].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 419 - class153Model[367].setRotationPoint(-42.2F, -0.5F, 5F); - - class153Model[368].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Box 420 - class153Model[368].setRotationPoint(-42.2F, -0.5F, 6F); - - class153Model[369].addShapeBox(0F, 0F, -1F, 3, 1, 12, 0F, 0F, 0F, -5F, 0F, 0.5F, -5F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 5F); // Box 369 - class153Model[369].setRotationPoint(-40F, -20F, -7.5F); - - class153Model[370].addShapeBox(0F, 0F, -1F, 3, 1, 12, 0F, 0F, 0.5F, -5F, 0F, 0F, -5F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 5F); // Box 372 - class153Model[370].setRotationPoint(37F, -20F, -7.5F); - - - } - - @Override - public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) - { - for (int i = 0; i < 371; i++) { - if (class153Model[i].boxName != null && class153Model[i].boxName.contains("lamp") ) { - Minecraft.getMinecraft().entityRenderer.disableLightmap(1D); - class153Model[i].render(f5); - Minecraft.getMinecraft().entityRenderer.enableLightmap(1D); - }else if (class153Model[i].boxName != null && class153Model[i].boxName.contains("cull")) { - GL11.glDisable(GL11.GL_CULL_FACE); - class153Model[i].render(f5); - GL11.glEnable(GL11.GL_CULL_FACE); - } else { - class153Model[i].render(f5); - } - } - } - public ArrayList getSmokePosition() { - return new ArrayList() { - { - add(new double[]{0.77D, 1.45D, 0.0D}); - } - }; - } - public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5) - { - } - - public ModelRendererTurbo class153Model[]; -} \ No newline at end of file +//This File was created with the Minecraft-SMP Modelling Toolbox 2.3.0.0 +// Copyright (C) 2023 Minecraft-SMP.de +// This file is for Flan's Flying Mod Version 4.0.x+ + +// Model: +// Model Creator: +// Created on: 11.09.2021 - 18:24:13 +// Last changed on: 11.09.2021 - 18:24:13 + +package train.client.render.models; + +import net.minecraft.client.Minecraft; +import net.minecraft.entity.Entity; +import org.lwjgl.opengl.GL11; +import tmt.ModelConverter; +import tmt.ModelRendererTurbo; + +import java.util.ArrayList; + +public class ModelClass153 extends ModelConverter //Same as Filename +{ + int textureX = 512; + int textureY = 256; + + public ModelClass153() //Same as Filename + { + bodyModel = new ModelRendererTurbo[373]; + + initbodyModel_1(); + + translateAll(0F, 0F, 0F); + + + flipAll(); + } + + private void initbodyModel_1() + { + bodyModel[0] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // Box 13 + bodyModel[1] = new ModelRendererTurbo(this, 193, 1, textureX, textureY); // Box 20 + bodyModel[2] = new ModelRendererTurbo(this, 193, 9, textureX, textureY); // Box 26 + bodyModel[3] = new ModelRendererTurbo(this, 201, 17, textureX, textureY); // Box 48 + bodyModel[4] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // Box 50 + bodyModel[5] = new ModelRendererTurbo(this, 361, 1, textureX, textureY); // Box 51 + bodyModel[6] = new ModelRendererTurbo(this, 377, 1, textureX, textureY); // Box 52 + bodyModel[7] = new ModelRendererTurbo(this, 393, 1, textureX, textureY); // Box 56 + bodyModel[8] = new ModelRendererTurbo(this, 409, 1, textureX, textureY); // Box 57 + bodyModel[9] = new ModelRendererTurbo(this, 1, 25, textureX, textureY); // Box 61 + bodyModel[10] = new ModelRendererTurbo(this, 425, 1, textureX, textureY); // Box 214 + bodyModel[11] = new ModelRendererTurbo(this, 441, 1, textureX, textureY); // Box 51 + bodyModel[12] = new ModelRendererTurbo(this, 457, 1, textureX, textureY); // Box 52 + bodyModel[13] = new ModelRendererTurbo(this, 473, 1, textureX, textureY); // Box 53 + bodyModel[14] = new ModelRendererTurbo(this, 393, 17, textureX, textureY); // Box 54 + bodyModel[15] = new ModelRendererTurbo(this, 1, 33, textureX, textureY); // Box 55 + bodyModel[16] = new ModelRendererTurbo(this, 121, 33, textureX, textureY); // Box 56 + bodyModel[17] = new ModelRendererTurbo(this, 489, 1, textureX, textureY); // Box 63 + bodyModel[18] = new ModelRendererTurbo(this, 497, 1, textureX, textureY); // Box 64 + bodyModel[19] = new ModelRendererTurbo(this, 505, 1, textureX, textureY); // Box 65 + bodyModel[20] = new ModelRendererTurbo(this, 369, 17, textureX, textureY); // Box 66 + bodyModel[21] = new ModelRendererTurbo(this, 1, 9, textureX, textureY); // Box 85 + bodyModel[22] = new ModelRendererTurbo(this, 377, 9, textureX, textureY); // Box 86 + bodyModel[23] = new ModelRendererTurbo(this, 385, 9, textureX, textureY); // Box 87 + bodyModel[24] = new ModelRendererTurbo(this, 393, 9, textureX, textureY); // Box 88 + bodyModel[25] = new ModelRendererTurbo(this, 409, 9, textureX, textureY); // Box 89 + bodyModel[26] = new ModelRendererTurbo(this, 457, 9, textureX, textureY); // Box 90 + bodyModel[27] = new ModelRendererTurbo(this, 241, 33, textureX, textureY); // Box 91 + bodyModel[28] = new ModelRendererTurbo(this, 257, 33, textureX, textureY); // Box 92 + bodyModel[29] = new ModelRendererTurbo(this, 273, 33, textureX, textureY); // Box 93 + bodyModel[30] = new ModelRendererTurbo(this, 281, 33, textureX, textureY); // Box 94 + bodyModel[31] = new ModelRendererTurbo(this, 473, 9, textureX, textureY); // Box 95 + bodyModel[32] = new ModelRendererTurbo(this, 297, 33, textureX, textureY); // Box 96 + bodyModel[33] = new ModelRendererTurbo(this, 313, 33, textureX, textureY); // Box 97 + bodyModel[34] = new ModelRendererTurbo(this, 329, 33, textureX, textureY); // Box 98 + bodyModel[35] = new ModelRendererTurbo(this, 417, 33, textureX, textureY); // Box 99 + bodyModel[36] = new ModelRendererTurbo(this, 353, 33, textureX, textureY); // Box 100 + bodyModel[37] = new ModelRendererTurbo(this, 481, 9, textureX, textureY); // Box 101 + bodyModel[38] = new ModelRendererTurbo(this, 489, 9, textureX, textureY); // Box 102 + bodyModel[39] = new ModelRendererTurbo(this, 1, 17, textureX, textureY); // Box 103 + bodyModel[40] = new ModelRendererTurbo(this, 169, 25, textureX, textureY); // Box 104 + bodyModel[41] = new ModelRendererTurbo(this, 441, 33, textureX, textureY); // Box 105 + bodyModel[42] = new ModelRendererTurbo(this, 457, 33, textureX, textureY); // Box 106 + bodyModel[43] = new ModelRendererTurbo(this, 185, 25, textureX, textureY); // Box 107 + bodyModel[44] = new ModelRendererTurbo(this, 193, 17, textureX, textureY); // Box 108 + bodyModel[45] = new ModelRendererTurbo(this, 1, 41, textureX, textureY); // Box 109 + bodyModel[46] = new ModelRendererTurbo(this, 121, 41, textureX, textureY); // Box 110 + bodyModel[47] = new ModelRendererTurbo(this, 1, 49, textureX, textureY); // Box 111 + bodyModel[48] = new ModelRendererTurbo(this, 473, 33, textureX, textureY); // Box 112 + bodyModel[49] = new ModelRendererTurbo(this, 489, 33, textureX, textureY); // Box 113 + bodyModel[50] = new ModelRendererTurbo(this, 361, 33, textureX, textureY); // Box 114 + bodyModel[51] = new ModelRendererTurbo(this, 121, 49, textureX, textureY); // Box 115 + bodyModel[52] = new ModelRendererTurbo(this, 497, 9, textureX, textureY); // Box 116 + bodyModel[53] = new ModelRendererTurbo(this, 377, 17, textureX, textureY); // Box 117 + bodyModel[54] = new ModelRendererTurbo(this, 137, 49, textureX, textureY); // Box 118 + bodyModel[55] = new ModelRendererTurbo(this, 153, 49, textureX, textureY); // Box 119 + bodyModel[56] = new ModelRendererTurbo(this, 169, 49, textureX, textureY); // Box 120 + bodyModel[57] = new ModelRendererTurbo(this, 201, 25, textureX, textureY); // Box 121 + bodyModel[58] = new ModelRendererTurbo(this, 185, 49, textureX, textureY); // Box 79 + bodyModel[59] = new ModelRendererTurbo(this, 201, 49, textureX, textureY); // Box 94 + bodyModel[60] = new ModelRendererTurbo(this, 217, 33, textureX, textureY); // Box 140 + bodyModel[61] = new ModelRendererTurbo(this, 289, 41, textureX, textureY); // Box 142 + bodyModel[62] = new ModelRendererTurbo(this, 505, 41, textureX, textureY); // Box 143 + bodyModel[63] = new ModelRendererTurbo(this, 393, 41, textureX, textureY); // Box 146 + bodyModel[64] = new ModelRendererTurbo(this, 97, 49, textureX, textureY); // Box 147 + bodyModel[65] = new ModelRendererTurbo(this, 193, 49, textureX, textureY); // Box 150 + bodyModel[66] = new ModelRendererTurbo(this, 209, 49, textureX, textureY); // Box 151 + bodyModel[67] = new ModelRendererTurbo(this, 257, 49, textureX, textureY); // Box 153 + bodyModel[68] = new ModelRendererTurbo(this, 337, 49, textureX, textureY); // Box 154 + bodyModel[69] = new ModelRendererTurbo(this, 353, 49, textureX, textureY); // Box 155 + bodyModel[70] = new ModelRendererTurbo(this, 441, 49, textureX, textureY); // Box 156 + bodyModel[71] = new ModelRendererTurbo(this, 281, 49, textureX, textureY); // Box 157 + bodyModel[72] = new ModelRendererTurbo(this, 321, 49, textureX, textureY); // Box 158 + bodyModel[73] = new ModelRendererTurbo(this, 129, 57, textureX, textureY); // Box 178 + bodyModel[74] = new ModelRendererTurbo(this, 153, 57, textureX, textureY); // Box 179 + bodyModel[75] = new ModelRendererTurbo(this, 505, 49, textureX, textureY); // Box 180 + bodyModel[76] = new ModelRendererTurbo(this, 177, 57, textureX, textureY); // Box 181 + bodyModel[77] = new ModelRendererTurbo(this, 201, 57, textureX, textureY); // Box 183 + bodyModel[78] = new ModelRendererTurbo(this, 233, 57, textureX, textureY); // Box 184 + bodyModel[79] = new ModelRendererTurbo(this, 129, 57, textureX, textureY); // Box 185 + bodyModel[80] = new ModelRendererTurbo(this, 153, 57, textureX, textureY); // Box 186 + bodyModel[81] = new ModelRendererTurbo(this, 177, 57, textureX, textureY); // Box 232 + bodyModel[82] = new ModelRendererTurbo(this, 353, 57, textureX, textureY); // Box 233 + bodyModel[83] = new ModelRendererTurbo(this, 185, 57, textureX, textureY); // Box 234 + bodyModel[84] = new ModelRendererTurbo(this, 201, 57, textureX, textureY); // Box 235 + bodyModel[85] = new ModelRendererTurbo(this, 225, 57, textureX, textureY); // Box 236 + bodyModel[86] = new ModelRendererTurbo(this, 377, 57, textureX, textureY); // Box 239 + bodyModel[87] = new ModelRendererTurbo(this, 465, 57, textureX, textureY); // Box 240 + bodyModel[88] = new ModelRendererTurbo(this, 481, 57, textureX, textureY); // Box 241 + bodyModel[89] = new ModelRendererTurbo(this, 497, 57, textureX, textureY); // Box 243 + bodyModel[90] = new ModelRendererTurbo(this, 1, 65, textureX, textureY); // Box 244 + bodyModel[91] = new ModelRendererTurbo(this, 9, 65, textureX, textureY); // Box 245 + bodyModel[92] = new ModelRendererTurbo(this, 9, 65, textureX, textureY); // Box 246 + bodyModel[93] = new ModelRendererTurbo(this, 33, 65, textureX, textureY); // Box 247 + bodyModel[94] = new ModelRendererTurbo(this, 33, 65, textureX, textureY); // Box 248 + bodyModel[95] = new ModelRendererTurbo(this, 17, 65, textureX, textureY); // Box 249 + bodyModel[96] = new ModelRendererTurbo(this, 57, 65, textureX, textureY); // Box 250 + bodyModel[97] = new ModelRendererTurbo(this, 65, 65, textureX, textureY); // Box 251 + bodyModel[98] = new ModelRendererTurbo(this, 297, 57, textureX, textureY); // Box 252 + bodyModel[99] = new ModelRendererTurbo(this, 81, 65, textureX, textureY); // Box 253 + bodyModel[100] = new ModelRendererTurbo(this, 153, 65, textureX, textureY); // Box 257 + bodyModel[101] = new ModelRendererTurbo(this, 177, 65, textureX, textureY); // Box 258 + bodyModel[102] = new ModelRendererTurbo(this, 265, 65, textureX, textureY); // Box 259 + bodyModel[103] = new ModelRendererTurbo(this, 89, 65, textureX, textureY); // Box 262 + bodyModel[104] = new ModelRendererTurbo(this, 385, 57, textureX, textureY); // Box 263 + bodyModel[105] = new ModelRendererTurbo(this, 281, 65, textureX, textureY); // Box 264 + bodyModel[106] = new ModelRendererTurbo(this, 225, 65, textureX, textureY); // Box 265 + bodyModel[107] = new ModelRendererTurbo(this, 201, 65, textureX, textureY); // Box 266 + bodyModel[108] = new ModelRendererTurbo(this, 257, 65, textureX, textureY); // Box 268 + bodyModel[109] = new ModelRendererTurbo(this, 401, 57, textureX, textureY); // Box 269 + bodyModel[110] = new ModelRendererTurbo(this, 289, 65, textureX, textureY); // Box 270 + bodyModel[111] = new ModelRendererTurbo(this, 297, 65, textureX, textureY); // Box 271 + bodyModel[112] = new ModelRendererTurbo(this, 313, 65, textureX, textureY); // Box 272 + bodyModel[113] = new ModelRendererTurbo(this, 329, 65, textureX, textureY); // Box 225 + bodyModel[114] = new ModelRendererTurbo(this, 425, 65, textureX, textureY); // Box 226 + bodyModel[115] = new ModelRendererTurbo(this, 377, 65, textureX, textureY); // Box 227 + bodyModel[116] = new ModelRendererTurbo(this, 417, 57, textureX, textureY); // Box 228 + bodyModel[117] = new ModelRendererTurbo(this, 449, 65, textureX, textureY); // Box 229 + bodyModel[118] = new ModelRendererTurbo(this, 465, 65, textureX, textureY); // Box 232 + bodyModel[119] = new ModelRendererTurbo(this, 481, 65, textureX, textureY); // Box 233 + bodyModel[120] = new ModelRendererTurbo(this, 497, 65, textureX, textureY); // Box 234 + bodyModel[121] = new ModelRendererTurbo(this, 1, 73, textureX, textureY); // Box 236 + bodyModel[122] = new ModelRendererTurbo(this, 385, 65, textureX, textureY); // Box 237 + bodyModel[123] = new ModelRendererTurbo(this, 33, 73, textureX, textureY); // Box 238 + bodyModel[124] = new ModelRendererTurbo(this, 57, 73, textureX, textureY); // Box 239 + bodyModel[125] = new ModelRendererTurbo(this, 81, 73, textureX, textureY); // Box 240 + bodyModel[126] = new ModelRendererTurbo(this, 57, 73, textureX, textureY); // Box 241 + bodyModel[127] = new ModelRendererTurbo(this, 17, 73, textureX, textureY); // Box 242 + bodyModel[128] = new ModelRendererTurbo(this, 41, 73, textureX, textureY); // Box 243 + bodyModel[129] = new ModelRendererTurbo(this, 81, 73, textureX, textureY); // Box 244 + bodyModel[130] = new ModelRendererTurbo(this, 473, 57, textureX, textureY); // Box 245 + bodyModel[131] = new ModelRendererTurbo(this, 105, 73, textureX, textureY); // Box 246 + bodyModel[132] = new ModelRendererTurbo(this, 113, 73, textureX, textureY); // Box 250 + bodyModel[133] = new ModelRendererTurbo(this, 217, 73, textureX, textureY); // Box 251 + bodyModel[134] = new ModelRendererTurbo(this, 233, 73, textureX, textureY); // Box 252 + bodyModel[135] = new ModelRendererTurbo(this, 249, 73, textureX, textureY); // Box 253 + bodyModel[136] = new ModelRendererTurbo(this, 97, 65, textureX, textureY); // Box 254 + bodyModel[137] = new ModelRendererTurbo(this, 257, 73, textureX, textureY); // Box 255 + bodyModel[138] = new ModelRendererTurbo(this, 265, 73, textureX, textureY); // Box 256 + bodyModel[139] = new ModelRendererTurbo(this, 281, 73, textureX, textureY); // Box 257 + bodyModel[140] = new ModelRendererTurbo(this, 289, 73, textureX, textureY); // Box 258 + bodyModel[141] = new ModelRendererTurbo(this, 121, 65, textureX, textureY); // Box 259 + bodyModel[142] = new ModelRendererTurbo(this, 297, 73, textureX, textureY); // Box 260 + bodyModel[143] = new ModelRendererTurbo(this, 305, 73, textureX, textureY); // Box 261 + bodyModel[144] = new ModelRendererTurbo(this, 321, 73, textureX, textureY); // Box 262 + bodyModel[145] = new ModelRendererTurbo(this, 337, 73, textureX, textureY); // 59 + bodyModel[146] = new ModelRendererTurbo(this, 449, 73, textureX, textureY); // 60 + bodyModel[147] = new ModelRendererTurbo(this, 457, 73, textureX, textureY); // 61 + bodyModel[148] = new ModelRendererTurbo(this, 161, 65, textureX, textureY); // 62 + bodyModel[149] = new ModelRendererTurbo(this, 473, 73, textureX, textureY); // 59 + bodyModel[150] = new ModelRendererTurbo(this, 489, 73, textureX, textureY); // 60 + bodyModel[151] = new ModelRendererTurbo(this, 497, 73, textureX, textureY); // 61 + bodyModel[152] = new ModelRendererTurbo(this, 473, 65, textureX, textureY); // 62 + bodyModel[153] = new ModelRendererTurbo(this, 105, 81, textureX, textureY); // 54 + bodyModel[154] = new ModelRendererTurbo(this, 1, 81, textureX, textureY); // Box 743 + bodyModel[155] = new ModelRendererTurbo(this, 1, 81, textureX, textureY); // Box 60 + bodyModel[156] = new ModelRendererTurbo(this, 81, 81, textureX, textureY); // Box 48 + bodyModel[157] = new ModelRendererTurbo(this, 105, 81, textureX, textureY); // Box 747 + bodyModel[158] = new ModelRendererTurbo(this, 145, 81, textureX, textureY); // Box 748 + bodyModel[159] = new ModelRendererTurbo(this, 161, 81, textureX, textureY); // Box 749 + bodyModel[160] = new ModelRendererTurbo(this, 177, 81, textureX, textureY); // Box 750 + bodyModel[161] = new ModelRendererTurbo(this, 193, 81, textureX, textureY); // Box 751 + bodyModel[162] = new ModelRendererTurbo(this, 217, 81, textureX, textureY); // Box 752 + bodyModel[163] = new ModelRendererTurbo(this, 225, 73, textureX, textureY); // Box 753 + bodyModel[164] = new ModelRendererTurbo(this, 273, 81, textureX, textureY); // Box 955 + bodyModel[165] = new ModelRendererTurbo(this, 369, 73, textureX, textureY); // Box 956 + bodyModel[166] = new ModelRendererTurbo(this, 441, 81, textureX, textureY); // Box 957 + bodyModel[167] = new ModelRendererTurbo(this, 249, 81, textureX, textureY); // Box 959 + bodyModel[168] = new ModelRendererTurbo(this, 1, 113, textureX, textureY); // Box 960 + bodyModel[169] = new ModelRendererTurbo(this, 257, 81, textureX, textureY); // Box 961 + bodyModel[170] = new ModelRendererTurbo(this, 201, 81, textureX, textureY); // Box 962 + bodyModel[171] = new ModelRendererTurbo(this, 313, 81, textureX, textureY); // Box 963 + bodyModel[172] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 964 + bodyModel[173] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 965 + bodyModel[174] = new ModelRendererTurbo(this, 257, 81, textureX, textureY); // Box 966 + bodyModel[175] = new ModelRendererTurbo(this, 169, 89, textureX, textureY); // Box 967 + bodyModel[176] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 968 + bodyModel[177] = new ModelRendererTurbo(this, 361, 81, textureX, textureY); // Box 969 + bodyModel[178] = new ModelRendererTurbo(this, 49, 89, textureX, textureY); // Box 970 + bodyModel[179] = new ModelRendererTurbo(this, 1, 121, textureX, textureY); // Box 972 + bodyModel[180] = new ModelRendererTurbo(this, 177, 121, textureX, textureY); // Box 973 + bodyModel[181] = new ModelRendererTurbo(this, 273, 105, textureX, textureY); // Box 974 + bodyModel[182] = new ModelRendererTurbo(this, 65, 89, textureX, textureY); // Box 975 + bodyModel[183] = new ModelRendererTurbo(this, 201, 97, textureX, textureY); // Box 977 + bodyModel[184] = new ModelRendererTurbo(this, 489, 65, textureX, textureY); // Import Box277 + bodyModel[185] = new ModelRendererTurbo(this, 225, 73, textureX, textureY); // Import Box278 + bodyModel[186] = new ModelRendererTurbo(this, 393, 81, textureX, textureY); // Import Box174 + bodyModel[187] = new ModelRendererTurbo(this, 441, 89, textureX, textureY); // Import Box175 + bodyModel[188] = new ModelRendererTurbo(this, 281, 81, textureX, textureY); // Import Box182 + bodyModel[189] = new ModelRendererTurbo(this, 313, 81, textureX, textureY); // Import Box183 + bodyModel[190] = new ModelRendererTurbo(this, 329, 81, textureX, textureY); // Import Box184 + bodyModel[191] = new ModelRendererTurbo(this, 353, 81, textureX, textureY); // Import Box185 + bodyModel[192] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 104 + bodyModel[193] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 105 + bodyModel[194] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 106 + bodyModel[195] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 109 + bodyModel[196] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 116 + bodyModel[197] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 117 + bodyModel[198] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 994 + bodyModel[199] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 995 + bodyModel[200] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 1004 + bodyModel[201] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 1005 + bodyModel[202] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 1006 + bodyModel[203] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 1007 + bodyModel[204] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 1008 + bodyModel[205] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 1009 + bodyModel[206] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 1010 + bodyModel[207] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 1011 + bodyModel[208] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 242 + bodyModel[209] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 243 + bodyModel[210] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 244 + bodyModel[211] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 245 + bodyModel[212] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 246 + bodyModel[213] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 247 + bodyModel[214] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 248 + bodyModel[215] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 249 + bodyModel[216] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 250 + bodyModel[217] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 251 + bodyModel[218] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 252 + bodyModel[219] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 253 + bodyModel[220] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 254 + bodyModel[221] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 255 + bodyModel[222] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 256 + bodyModel[223] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 257 + bodyModel[224] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 258 + bodyModel[225] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 259 + bodyModel[226] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 260 + bodyModel[227] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 261 + bodyModel[228] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 262 + bodyModel[229] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 263 + bodyModel[230] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 264 + bodyModel[231] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 265 + bodyModel[232] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 266 + bodyModel[233] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 267 + bodyModel[234] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 268 + bodyModel[235] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 269 + bodyModel[236] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 270 + bodyModel[237] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 271 + bodyModel[238] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 272 + bodyModel[239] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 273 + bodyModel[240] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 274 + bodyModel[241] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 275 + bodyModel[242] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 276 + bodyModel[243] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 277 + bodyModel[244] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 278 + bodyModel[245] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 279 + bodyModel[246] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 280 + bodyModel[247] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 281 + bodyModel[248] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 282 + bodyModel[249] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 283 + bodyModel[250] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 284 + bodyModel[251] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 285 + bodyModel[252] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 286 + bodyModel[253] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 287 + bodyModel[254] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 288 + bodyModel[255] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 289 + bodyModel[256] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 290 + bodyModel[257] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 291 + bodyModel[258] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 292 + bodyModel[259] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 293 + bodyModel[260] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 294 + bodyModel[261] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 295 + bodyModel[262] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 296 + bodyModel[263] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 297 + bodyModel[264] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 298 + bodyModel[265] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 299 + bodyModel[266] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 300 + bodyModel[267] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 301 + bodyModel[268] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 302 + bodyModel[269] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 303 + bodyModel[270] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 304 + bodyModel[271] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 305 + bodyModel[272] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 306 + bodyModel[273] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 307 + bodyModel[274] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 308 + bodyModel[275] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 309 + bodyModel[276] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 310 + bodyModel[277] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 311 + bodyModel[278] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 312 + bodyModel[279] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 313 + bodyModel[280] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 314 + bodyModel[281] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 315 + bodyModel[282] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 316 + bodyModel[283] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 317 + bodyModel[284] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 318 + bodyModel[285] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 319 + bodyModel[286] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 320 + bodyModel[287] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 321 + bodyModel[288] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 322 + bodyModel[289] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 323 + bodyModel[290] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 324 + bodyModel[291] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 325 + bodyModel[292] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 326 + bodyModel[293] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 327 + bodyModel[294] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 328 + bodyModel[295] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 329 + bodyModel[296] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 330 + bodyModel[297] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 331 + bodyModel[298] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 332 + bodyModel[299] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 333 + bodyModel[300] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 334 + bodyModel[301] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 335 + bodyModel[302] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 336 + bodyModel[303] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 337 + bodyModel[304] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 338 + bodyModel[305] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 339 + bodyModel[306] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 340 + bodyModel[307] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 341 + bodyModel[308] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 342 + bodyModel[309] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 343 + bodyModel[310] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 344 + bodyModel[311] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // Box 345 + bodyModel[312] = new ModelRendererTurbo(this, 33, 89, textureX, textureY); // Box 346 + bodyModel[313] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 347 + bodyModel[314] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // Box 348 + bodyModel[315] = new ModelRendererTurbo(this, 337, 81, textureX, textureY); // Box 349 + bodyModel[316] = new ModelRendererTurbo(this, 497, 81, textureX, textureY); // Box 350 + bodyModel[317] = new ModelRendererTurbo(this, 377, 81, textureX, textureY); // Box 351 + bodyModel[318] = new ModelRendererTurbo(this, 1, 89, textureX, textureY); // Box 352 + bodyModel[319] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 353 + bodyModel[320] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 354 + bodyModel[321] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 355 + bodyModel[322] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 356 + bodyModel[323] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 357 + bodyModel[324] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 358 + bodyModel[325] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 359 + bodyModel[326] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 360 + bodyModel[327] = new ModelRendererTurbo(this, 337, 97, textureX, textureY); // Box 361 + bodyModel[328] = new ModelRendererTurbo(this, 145, 89, textureX, textureY); // Box 362 + bodyModel[329] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // Box 363 + bodyModel[330] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 364 + bodyModel[331] = new ModelRendererTurbo(this, 81, 97, textureX, textureY); // Box 365 + bodyModel[332] = new ModelRendererTurbo(this, 433, 89, textureX, textureY); // Box 366 + bodyModel[333] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 367 + bodyModel[334] = new ModelRendererTurbo(this, 1, 105, textureX, textureY); // Box 368 + bodyModel[335] = new ModelRendererTurbo(this, 121, 135, textureX, textureY); // Box 369 + bodyModel[336] = new ModelRendererTurbo(this, 489, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[337] = new ModelRendererTurbo(this, 497, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[338] = new ModelRendererTurbo(this, 473, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[339] = new ModelRendererTurbo(this, 481, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[340] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[341] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[342] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[343] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[344] = new ModelRendererTurbo(this, 121, 135, textureX, textureY); // Box 378 + bodyModel[345] = new ModelRendererTurbo(this, 489, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[346] = new ModelRendererTurbo(this, 473, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[347] = new ModelRendererTurbo(this, 481, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[348] = new ModelRendererTurbo(this, 497, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[349] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[350] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[351] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[352] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[353] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[354] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[355] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[356] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[357] = new ModelRendererTurbo(this, 481, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[358] = new ModelRendererTurbo(this, 473, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[359] = new ModelRendererTurbo(this, 497, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[360] = new ModelRendererTurbo(this, 489, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[361] = new ModelRendererTurbo(this, 497, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[362] = new ModelRendererTurbo(this, 489, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[363] = new ModelRendererTurbo(this, 481, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[364] = new ModelRendererTurbo(this, 473, 109, textureX, textureY,"Lamp"); // Lamp + bodyModel[365] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[366] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[367] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[368] = new ModelRendererTurbo(this, 481, 116, textureX, textureY,"Lamp"); // Lamp + bodyModel[369] = new ModelRendererTurbo(this, 201, 128, textureX, textureY); // Box 369 + bodyModel[370] = new ModelRendererTurbo(this, 236, 128, textureX, textureY); // Box 372 + bodyModel[371] = new ModelRendererTurbo(this, 129, 143, textureX, textureY); // Box 185 + bodyModel[372] = new ModelRendererTurbo(this, 393, 5, textureX, textureY); // Box 56 + + bodyModel[0].addShapeBox(0F, 0F, 0F, 82, 2, 21, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F); // Box 13 + bodyModel[0].setRotationPoint(-41F, 3F, -10.5F); + + bodyModel[1].addShapeBox(0F, 0F, -1F, 80, 1, 1, 0F,0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 20 + bodyModel[1].setRotationPoint(-40F, -17F, -9.5F); + + bodyModel[2].addShapeBox(0F, 0F, -1F, 80, 2, 1, 0F,0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 2F, 0F, 0F, 2F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 26 + bodyModel[2].setRotationPoint(-40F, -19F, -9.5F); + + bodyModel[3].addShapeBox(0F, 0F, -1F, 80, 1, 12, 0F,-3F, 0.5F, -5F, -3F, 0.5F, -5F, -3F, 0.5F, 0F, -3F, 0.5F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 5F, -3F, 0F, 5F); // Box 48 + bodyModel[3].setRotationPoint(-40F, -20F, -7.5F); + + bodyModel[4].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // Box 50 + bodyModel[4].setRotationPoint(-40F, 1F, 10F); + + bodyModel[5].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 51 + bodyModel[5].setRotationPoint(-40F, -16F, 11F); + + bodyModel[6].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 52 + bodyModel[6].setRotationPoint(-40F, -5F, 11F); + + bodyModel[7].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F, 0F, -0.75F, 0F, 0F, -0.75F, 0F); // Box 56 + bodyModel[7].setRotationPoint(28F, 3F, 10.5F); + + bodyModel[8].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F, 0F, -0.75F, 0F, 0F, -0.75F, 0F); // Box 57 + bodyModel[8].setRotationPoint(-34F, 3F, 10.5F); + + bodyModel[9].addShapeBox(0F, 0F, -1F, 80, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 61 + bodyModel[9].setRotationPoint(-40F, -17F, 10.5F); + + bodyModel[10].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -2F, -2F); // Box 214 + bodyModel[10].setRotationPoint(-42F, 3F, 4F); + + bodyModel[11].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 51 + bodyModel[11].setRotationPoint(-34F, -16F, 11F); + + bodyModel[12].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 52 + bodyModel[12].setRotationPoint(-34F, -5F, 11F); + + bodyModel[13].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 53 + bodyModel[13].setRotationPoint(-34F, 1F, 10F); + + bodyModel[14].addShapeBox(0F, 0F, -1F, 56, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 54 + bodyModel[14].setRotationPoint(-28F, -16F, 11F); + + bodyModel[15].addBox(0F, 0F, -1F, 56, 6, 1, 0F); // Box 55 + bodyModel[15].setRotationPoint(-28F, -5F, 11F); + + bodyModel[16].addShapeBox(0F, 0F, -1F, 56, 2, 1, 0F,0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 56 + bodyModel[16].setRotationPoint(-28F, 1F, 10F); + + bodyModel[17].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -1F, 0F, 0.5F, 0F, 0F, 0F); // Box 63 + bodyModel[17].setRotationPoint(-42F, 1F, 10F); + + bodyModel[18].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F); // Box 64 + bodyModel[18].setRotationPoint(-42F, -5F, 11F); + + bodyModel[19].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F); // Box 65 + bodyModel[19].setRotationPoint(-42F, -16F, 11F); + + bodyModel[20].addBox(0F, 0F, 0F, 1, 19, 19, 0F); // Box 66 + bodyModel[20].setRotationPoint(-42F, -16F, -9.5F); + + bodyModel[21].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 85 + bodyModel[21].setRotationPoint(34F, 1F, 10F); + + bodyModel[22].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -1F, 0F, 0.5F); // Box 86 + bodyModel[22].setRotationPoint(40F, 1F, 10F); + + bodyModel[23].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F,0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F); // Box 87 + bodyModel[23].setRotationPoint(40F, -5F, 11F); + + bodyModel[24].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 88 + bodyModel[24].setRotationPoint(34F, -5F, 11F); + + bodyModel[25].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 89 + bodyModel[25].setRotationPoint(28F, -5F, 11F); + + bodyModel[26].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F); // Box 90 + bodyModel[26].setRotationPoint(28F, 1F, 10F); + + bodyModel[27].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 91 + bodyModel[27].setRotationPoint(28F, -16F, 11F); + + bodyModel[28].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 92 + bodyModel[28].setRotationPoint(34F, -16F, 11F); + + bodyModel[29].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F); // Box 93 + bodyModel[29].setRotationPoint(40F, -16F, 11F); + + bodyModel[30].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F,0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, -2F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F, -2F, 0F); // Box 94 + bodyModel[30].setRotationPoint(-42F, 3F, -10F); + + bodyModel[31].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F,0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.75F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F); // Box 95 + bodyModel[31].setRotationPoint(-42F, -17F, 10.5F); + + bodyModel[32].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 96 + bodyModel[32].setRotationPoint(-44F, -16F, -4.5F); + + bodyModel[33].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 97 + bodyModel[33].setRotationPoint(-44F, -16F, 2.5F); + + bodyModel[34].addBox(0F, 0F, 0F, 2, 1, 9, 0F); // Box 98 + bodyModel[34].setRotationPoint(-44F, 2F, -4.5F); + + bodyModel[35].addShapeBox(0F, 0F, 0F, 2, 3, 9, 0F,0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 99 + bodyModel[35].setRotationPoint(-44F, -19F, -4.5F); + + bodyModel[36].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F); // Box 100 + bodyModel[36].setRotationPoint(40F, -16F, -10F); + + bodyModel[37].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F,0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0F); // Box 101 + bodyModel[37].setRotationPoint(40F, -5F, -10F); + + bodyModel[38].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -1F, -1F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 102 + bodyModel[38].setRotationPoint(40F, 1F, -9F); + + bodyModel[39].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 1F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 103 + bodyModel[39].setRotationPoint(34F, 1F, -9F); + + bodyModel[40].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 104 + bodyModel[40].setRotationPoint(34F, -5F, -10F); + + bodyModel[41].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 105 + bodyModel[41].setRotationPoint(34F, -16F, -10F); + + bodyModel[42].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 106 + bodyModel[42].setRotationPoint(28F, -16F, -10F); + + bodyModel[43].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 107 + bodyModel[43].setRotationPoint(28F, -5F, -10F); + + bodyModel[44].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 108 + bodyModel[44].setRotationPoint(28F, 1F, -9F); + + bodyModel[45].addShapeBox(0F, 0F, -1F, 56, 2, 1, 0F,0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 109 + bodyModel[45].setRotationPoint(-28F, 1F, -9F); + + bodyModel[46].addBox(0F, 0F, -1F, 56, 6, 1, 0F); // Box 110 + bodyModel[46].setRotationPoint(-28F, -5F, -10F); + + bodyModel[47].addShapeBox(0F, 0F, -1F, 56, 11, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 111 + bodyModel[47].setRotationPoint(-28F, -16F, -10F); + + bodyModel[48].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 112 + bodyModel[48].setRotationPoint(-34F, -16F, -10F); + + bodyModel[49].addShapeBox(0F, 0F, -1F, 6, 11, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 113 + bodyModel[49].setRotationPoint(-40F, -16F, -10F); + + bodyModel[50].addShapeBox(0F, 0F, -1F, 2, 11, 1, 0F,0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F); // Box 114 + bodyModel[50].setRotationPoint(-42F, -16F, -10F); + + bodyModel[51].addShapeBox(0F, 0F, -1F, 6, 6, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 115 + bodyModel[51].setRotationPoint(-40F, -5F, -10F); + + bodyModel[52].addShapeBox(0F, 0F, -1F, 2, 6, 1, 0F,0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F); // Box 116 + bodyModel[52].setRotationPoint(-42F, -5F, -10F); + + bodyModel[53].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, -1F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 117 + bodyModel[53].setRotationPoint(-42F, 1F, -9F); + + bodyModel[54].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 118 + bodyModel[54].setRotationPoint(-40F, 1F, -9F); + + bodyModel[55].addShapeBox(0F, 0F, -1F, 6, 2, 1, 0F,0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // Box 119 + bodyModel[55].setRotationPoint(-34F, 1F, -9F); + + bodyModel[56].addBox(0F, 0F, -1F, 6, 6, 1, 0F); // Box 120 + bodyModel[56].setRotationPoint(-34F, -5F, -10F); + + bodyModel[57].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F,0F, 0F, -0.75F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 121 + bodyModel[57].setRotationPoint(-42F, -17F, -9.5F); + + bodyModel[58].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 79 + bodyModel[58].setRotationPoint(-42.1F, -0.5F, 5F); + + bodyModel[59].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 94 + bodyModel[59].setRotationPoint(-42.1F, -0.5F, -9F); + + bodyModel[60].addShapeBox(0F, 0F, 0F, 2, 1, 19, 0F,0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 140 + bodyModel[60].setRotationPoint(-42F, -17F, -9.5F); + + bodyModel[61].addShapeBox(0F, 0F, 0F, 2, 2, 19, 0F,0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F); // Box 142 + bodyModel[61].setRotationPoint(-42F, -19F, -9.5F); + + bodyModel[62].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, -2.5F, 0F, 0F, -2F, 0F, 0F, 2F, 0F, 0F, 2.5F, 0F, 0F, -0.75F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0.25F); // Box 143 + bodyModel[62].setRotationPoint(-42F, -19F, -9.5F); + + bodyModel[63].addBox(0F, 0F, 0F, 1, 19, 19, 0F); // Box 146 + bodyModel[63].setRotationPoint(41F, -16F, -9.5F); + + bodyModel[64].addShapeBox(0F, 0F, 0F, 2, 1, 19, 0F,0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 147 + bodyModel[64].setRotationPoint(40F, -17F, -9.5F); + + bodyModel[65].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, -0.75F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F); // Box 150 + bodyModel[65].setRotationPoint(40F, -17F, 10.5F); + + bodyModel[66].addShapeBox(0F, 0F, -1F, 2, 1, 1, 0F,0F, 0F, -0.25F, 0F, 0F, -0.75F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 151 + bodyModel[66].setRotationPoint(40F, -17F, -9.5F); + + bodyModel[67].addBox(0F, 0F, 0F, 2, 1, 9, 0F); // Box 153 + bodyModel[67].setRotationPoint(42F, 2F, -4.5F); + + bodyModel[68].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 154 + bodyModel[68].setRotationPoint(42F, -16F, -4.5F); + + bodyModel[69].addBox(0F, 0F, 0F, 2, 18, 2, 0F); // Box 155 + bodyModel[69].setRotationPoint(42F, -16F, 2.5F); + + bodyModel[70].addShapeBox(0F, 0F, 0F, 2, 3, 9, 0F,0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 156 + bodyModel[70].setRotationPoint(42F, -19F, -4.5F); + + bodyModel[71].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F,0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -2F, -2F, 0F, -2F, 0F, 0F, 0F, 0F); // Box 157 + bodyModel[71].setRotationPoint(41F, 3F, -10F); + + bodyModel[72].addShapeBox(0F, 0F, 0F, 1, 3, 6, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, -2F, 0F, 0F, -1.5F); // Box 158 + bodyModel[72].setRotationPoint(41F, 3F, 4F); + + bodyModel[73].addShapeBox(0F, 0F, 0F, 2, 1, 16, 0F,0F, -0.75F, -1F, 0F, -0.75F, -0.5F, 0F, -0.75F, -0.5F, 0F, -0.75F, -1F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F); // Box 178 + bodyModel[73].setRotationPoint(-42F, -19.75F, -8F); + + bodyModel[74].addShapeBox(0F, 0F, 0F, 2, 2, 19, 0F,0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, -0.25F, -2F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F); // Box 179 + bodyModel[74].setRotationPoint(40F, -19F, -9.5F); + + bodyModel[75].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, -2F, 0F, 0F, -2.5F, 0F, 0F, 2.5F, 0F, 0F, 2F, 0F, 0F, -0.25F, 0F, 0F, -0.75F, 0F, 0F, 0.25F, 0F, 0F, 0F); // Box 180 + bodyModel[75].setRotationPoint(40F, -19F, -9.5F); + + bodyModel[76].addShapeBox(0F, 0F, 0F, 2, 1, 16, 0F,0F, -0.75F, -0.5F, 0F, -0.75F, -1F, 0F, -0.75F, -1F, 0F, -0.75F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F); // Box 181 + bodyModel[76].setRotationPoint(40F, -19.75F, -8F); + + bodyModel[77].addShapeBox(0F, 0F, -1F, 2, 1, 12, 0F,-2F, 0F, -5F, 0F, 0F, -5F, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 4.5F); // Box 183 + bodyModel[77].setRotationPoint(-42F, -20F, -7.5F); + + bodyModel[78].addShapeBox(0F, 0F, -1F, 2, 1, 12, 0F,0F, 0F, -5F, -2F, 0F, -5F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, 4.5F, 0F, 0F, 5F); // Box 184 + bodyModel[78].setRotationPoint(40F, -20F, -7.5F); + + bodyModel[79].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F); // Box 185 + bodyModel[79].setRotationPoint(28F, 3F, -11.5F); + + bodyModel[80].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F); // Box 186 + bodyModel[80].setRotationPoint(-34F, 3F, -11.5F); + + bodyModel[81].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 232 + bodyModel[81].setRotationPoint(-34F, 6.5F, -8F); + + bodyModel[82].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 233 + bodyModel[82].setRotationPoint(-35F, 7F, -8F); + + bodyModel[83].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 234 + bodyModel[83].setRotationPoint(-36F, 6.5F, -8F); + + bodyModel[84].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 235 + bodyModel[84].setRotationPoint(-36F, 5F, -8F); + + bodyModel[85].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 236 + bodyModel[85].setRotationPoint(-37F, 5F, -5F); + + bodyModel[86].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 239 + bodyModel[86].setRotationPoint(-29F, 4.5F, -8.3F); + + bodyModel[87].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 240 + bodyModel[87].setRotationPoint(-28F, 4.5F, -8.3F); + + bodyModel[88].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 241 + bodyModel[88].setRotationPoint(-27F, 4.5F, -8.3F); + + bodyModel[89].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 243 + bodyModel[89].setRotationPoint(-30F, 6F, -8F); + + bodyModel[90].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 244 + bodyModel[90].setRotationPoint(-25F, 5F, -8F); + + bodyModel[91].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 245 + bodyModel[91].setRotationPoint(-32F, 5F, -8F); + + bodyModel[92].addBox(0F, 0F, 0F, 3, 1, 14, 0F); // Box 246 + bodyModel[92].setRotationPoint(-29F, 6F, -7F); + + bodyModel[93].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 247 + bodyModel[93].setRotationPoint(-21F, 7F, -8F); + + bodyModel[94].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 248 + bodyModel[94].setRotationPoint(-29F, 4F, -1F); + + bodyModel[95].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 249 + bodyModel[95].setRotationPoint(-22F, 6.5F, 7F); + + bodyModel[96].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 250 + bodyModel[96].setRotationPoint(-20F, 6.5F, 7F); + + bodyModel[97].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 251 + bodyModel[97].setRotationPoint(-23F, 5F, 5F); + + bodyModel[98].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 252 + bodyModel[98].setRotationPoint(-23F, 5F, 7F); + + bodyModel[99].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 253 + bodyModel[99].setRotationPoint(-25F, 5F, 7F); + + bodyModel[100].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 257 + bodyModel[100].setRotationPoint(-27F, 4.5F, 6.7F); + + bodyModel[101].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 258 + bodyModel[101].setRotationPoint(-28F, 4.5F, 6.7F); + + bodyModel[102].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 259 + bodyModel[102].setRotationPoint(-29F, 4.5F, 6.7F); + + bodyModel[103].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 262 + bodyModel[103].setRotationPoint(-34F, 6.5F, 7F); + + bodyModel[104].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 263 + bodyModel[104].setRotationPoint(-36F, 5F, 7F); + + bodyModel[105].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 264 + bodyModel[105].setRotationPoint(-32F, 5F, 7F); + + bodyModel[106].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 265 + bodyModel[106].setRotationPoint(-30F, 6F, 7F); + + bodyModel[107].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 266 + bodyModel[107].setRotationPoint(-36F, 6.5F, 7F); + + bodyModel[108].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 268 + bodyModel[108].setRotationPoint(-20F, 6.5F, -8F); + + bodyModel[109].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 269 + bodyModel[109].setRotationPoint(-23F, 5F, -8F); + + bodyModel[110].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 270 + bodyModel[110].setRotationPoint(-22F, 6.5F, -8F); + + bodyModel[111].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 271 + bodyModel[111].setRotationPoint(-23F, 5F, -5F); + + bodyModel[112].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 272 + bodyModel[112].setRotationPoint(-37F, 5F, 5F); + + bodyModel[113].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 225 + bodyModel[113].setRotationPoint(21F, 6.5F, -8F); + + bodyModel[114].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 226 + bodyModel[114].setRotationPoint(20F, 7F, -8F); + + bodyModel[115].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 227 + bodyModel[115].setRotationPoint(19F, 6.5F, -8F); + + bodyModel[116].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 228 + bodyModel[116].setRotationPoint(19F, 5F, -8F); + + bodyModel[117].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 229 + bodyModel[117].setRotationPoint(18F, 5F, -5F); + + bodyModel[118].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 232 + bodyModel[118].setRotationPoint(26F, 4.5F, -8.3F); + + bodyModel[119].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 233 + bodyModel[119].setRotationPoint(27F, 4.5F, -8.3F); + + bodyModel[120].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 234 + bodyModel[120].setRotationPoint(28F, 4.5F, -8.3F); + + bodyModel[121].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 236 + bodyModel[121].setRotationPoint(25F, 6F, -8F); + + bodyModel[122].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 237 + bodyModel[122].setRotationPoint(30F, 5F, -8F); + + bodyModel[123].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 238 + bodyModel[123].setRotationPoint(23F, 5F, -8F); + + bodyModel[124].addBox(0F, 0F, 0F, 3, 1, 14, 0F); // Box 239 + bodyModel[124].setRotationPoint(26F, 6F, -7F); + + bodyModel[125].addBox(0F, 0F, 0F, 1, 1, 16, 0F); // Box 240 + bodyModel[125].setRotationPoint(34F, 7F, -8F); + + bodyModel[126].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 241 + bodyModel[126].setRotationPoint(26F, 4F, -1F); + + bodyModel[127].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 242 + bodyModel[127].setRotationPoint(33F, 6.5F, 7F); + + bodyModel[128].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 243 + bodyModel[128].setRotationPoint(35F, 6.5F, 7F); + + bodyModel[129].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 244 + bodyModel[129].setRotationPoint(32F, 5F, 5F); + + bodyModel[130].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 245 + bodyModel[130].setRotationPoint(32F, 5F, 7F); + + bodyModel[131].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F); // Box 246 + bodyModel[131].setRotationPoint(30F, 5F, 7F); + + bodyModel[132].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F); // Box 250 + bodyModel[132].setRotationPoint(28F, 4.5F, 6.7F); + + bodyModel[133].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // Box 251 + bodyModel[133].setRotationPoint(27F, 4.5F, 6.7F); + + bodyModel[134].addShapeBox(0F, 0F, 0F, 1, 2, 3, 0F,0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F); // Box 252 + bodyModel[134].setRotationPoint(26F, 4.5F, 6.7F); + + bodyModel[135].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 253 + bodyModel[135].setRotationPoint(21F, 6.5F, 7F); + + bodyModel[136].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 254 + bodyModel[136].setRotationPoint(19F, 5F, 7F); + + bodyModel[137].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -1.5F, 0F); // Box 255 + bodyModel[137].setRotationPoint(23F, 5F, 7F); + + bodyModel[138].addShapeBox(0F, 0F, 0F, 5, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 256 + bodyModel[138].setRotationPoint(25F, 6F, 7F); + + bodyModel[139].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 257 + bodyModel[139].setRotationPoint(19F, 6.5F, 7F); + + bodyModel[140].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // Box 258 + bodyModel[140].setRotationPoint(35F, 6.5F, -8F); + + bodyModel[141].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 259 + bodyModel[141].setRotationPoint(32F, 5F, -8F); + + bodyModel[142].addShapeBox(0F, 0F, 0F, 1, 2, 1, 0F,1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 260 + bodyModel[142].setRotationPoint(33F, 6.5F, -8F); + + bodyModel[143].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 261 + bodyModel[143].setRotationPoint(32F, 5F, -5F); + + bodyModel[144].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // Box 262 + bodyModel[144].setRotationPoint(18F, 5F, 5F); + + bodyModel[145].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0.5F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 59 + bodyModel[145].setRotationPoint(-44F, 3F, -1F); + + bodyModel[146].addShapeBox(0F, 0F, 0F, 2, 1, 3, 0F,0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 60 + bodyModel[146].setRotationPoint(-44F, 5F, -1F); + + bodyModel[147].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F); // 61 + bodyModel[147].setRotationPoint(-45F, 4F, 0F); + + bodyModel[148].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F); // 62 + bodyModel[148].setRotationPoint(-44F, 4F, -1F); + + bodyModel[149].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0.5F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 59 + bodyModel[149].setRotationPoint(41F, 3F, -1F); + + bodyModel[150].addShapeBox(0F, 0F, 0F, 2, 1, 3, 0F,0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 60 + bodyModel[150].setRotationPoint(42.5F, 5F, -1F); + + bodyModel[151].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F); // 61 + bodyModel[151].setRotationPoint(39.5F, 4F, 0F); + + bodyModel[152].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F); // 62 + bodyModel[152].setRotationPoint(41F, 4F, -1F); + + bodyModel[153].addShapeBox(0F, 0F, 0F, 10, 6, 18, 0F,0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F); // 54 + bodyModel[153].setRotationPoint(-5F, 4.5F, -9F); + + bodyModel[154].addBox(0F, 0F, 0F, 5, 4, 16, 0F); // Box 743 + bodyModel[154].setRotationPoint(-16F, 4.5F, -8F); + + bodyModel[155].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 60 + bodyModel[155].setRotationPoint(-10F, 4.5F, 7.5F); + + bodyModel[156].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 48 + bodyModel[156].setRotationPoint(-10F, 4.5F, 8.5F); + + bodyModel[157].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F,0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 747 + bodyModel[157].setRotationPoint(-10F, 4.5F, 6.5F); + + bodyModel[158].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F,0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 748 + bodyModel[158].setRotationPoint(6F, 4.5F, -8.5F); + + bodyModel[159].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F); // Box 749 + bodyModel[159].setRotationPoint(6F, 4.5F, -7.5F); + + bodyModel[160].addShapeBox(0F, 0F, 0F, 4, 2, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 750 + bodyModel[160].setRotationPoint(6F, 4.5F, -6.5F); + + bodyModel[161].addBox(0F, 0F, 0F, 5, 4, 3, 0F); // Box 751 + bodyModel[161].setRotationPoint(12F, 4.5F, -8F); + + bodyModel[162].addBox(0F, 0F, 0F, 5, 4, 3, 0F); // Box 752 + bodyModel[162].setRotationPoint(10F, 4.5F, 6F); + + bodyModel[163].addBox(0F, 0F, 0F, 1, 20, 20, 0F); // Box 753 + bodyModel[163].setRotationPoint(34F, -17F, -10F); + + bodyModel[164].addShapeBox(0F, 0F, 0F, 9, 2, 20, 0F,0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 955 + bodyModel[164].setRotationPoint(26.5F, -19F, -10F); + + bodyModel[165].addBox(0F, 0F, 0F, 1, 20, 20, 0F); // Box 956 + bodyModel[165].setRotationPoint(-35F, -17F, -10F); + + bodyModel[166].addShapeBox(0F, 0F, 0F, 9, 2, 20, 0F,0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 957 + bodyModel[166].setRotationPoint(-35.5F, -19F, -10F); + + bodyModel[167].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, 2F, 0F, 0F, 2.5F, 0F, 0F, -2.5F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, -0.75F, 0F, 0F, -0.25F); // Box 959 + bodyModel[167].setRotationPoint(40F, -19F, 10.5F); + + bodyModel[168].addShapeBox(0F, 0F, -1F, 80, 2, 1, 0F,0F, 0F, 2F, 0F, 0F, 2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.25F); // Box 960 + bodyModel[168].setRotationPoint(-40F, -19F, 10.5F); + + bodyModel[169].addShapeBox(0F, 0F, -1F, 2, 2, 1, 0F,0F, 0F, 2.5F, 0F, 0F, 2F, 0F, 0F, -2F, 0F, 0F, -2.5F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, -0.25F, 0F, 0F, -0.75F); // Box 961 + bodyModel[169].setRotationPoint(-42F, -19F, 10.5F); + + bodyModel[170].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F,0F, 0F, 0F, 0F, 0F, 0F, -3F, -1F, 0F, 3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 3.5F, 0F, 0F); // Box 962 + bodyModel[170].setRotationPoint(-40F, 5.7F, -9F); + + bodyModel[171].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F,3F, -1F, 0F, -3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 3.5F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 963 + bodyModel[171].setRotationPoint(-40F, 5.7F, 0F); + + bodyModel[172].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F,0F, 0F, 0F, 0F, 0F, 0F, 3F, -1F, 0F, -3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 3.5F, 0F, 0F, -3F, 0F, 0F); // Box 964 + bodyModel[172].setRotationPoint(39F, 5.7F, -9F); + + bodyModel[173].addShapeBox(0F, 0F, 0F, 1, 3, 9, 0F,-3F, -1F, 0F, 3F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 3.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 965 + bodyModel[173].setRotationPoint(39F, 5.7F, 0F); + + bodyModel[174].addShapeBox(0F, 0F, 0F, 5, 2, 9, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 966 + bodyModel[174].setRotationPoint(22.5F, -19F, 1F); + + bodyModel[175].addBox(0F, 0F, 0F, 5, 20, 9, 0F); // Box 967 + bodyModel[175].setRotationPoint(22.5F, -17F, 1F); + + bodyModel[176].addShapeBox(0F, 0F, 0F, 2, 20, 9, 0F,0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 968 + bodyModel[176].setRotationPoint(20.5F, -17F, 1F); + + bodyModel[177].addShapeBox(0F, 0F, 0F, 2, 2, 9, 0F,0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 969 + bodyModel[177].setRotationPoint(20.5F, -19F, 1F); + + bodyModel[178].addBox(0F, 0F, 0F, 1, 20, 3, 0F); // Box 970 + bodyModel[178].setRotationPoint(26.5F, -17F, -10F); + + bodyModel[179].addShapeBox(0F, 0F, -1F, 80, 1, 12, 0F,0F, -0.25F, -5F, 0F, -0.25F, -5F, 0F, -0.25F, 0F, 0F, -0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 5F); // Box 972 + bodyModel[179].setRotationPoint(-40F, -19F, -7.5F); + + bodyModel[180].addBox(0F, 0F, 0F, 51, 1, 4, 0F); // Box 973 + bodyModel[180].setRotationPoint(-26F, -16F, -10F); + + bodyModel[181].addBox(0F, 0F, 0F, 43, 1, 4, 0F); // Box 974 + bodyModel[181].setRotationPoint(-26F, -16F, 6F); + + bodyModel[182].addBox(0F, 0F, 0F, 1, 20, 3, 0F); // Box 975 + bodyModel[182].setRotationPoint(-27.5F, -17F, -10F); + + bodyModel[183].addBox(0F, 0F, 0F, 1, 20, 3, 0F); // Box 977 + bodyModel[183].setRotationPoint(-27.5F, -17F, 7F); + + bodyModel[184].addShapeBox(0F, 0F, 0F, 3, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box277 + bodyModel[184].setRotationPoint(-38F, -2F, -8F); + + bodyModel[185].addShapeBox(0F, 0F, 0F, 3, 1, 1, 0F,0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box278 + bodyModel[185].setRotationPoint(-38F, -2F, -5F); + + bodyModel[186].addBox(0F, 0F, 0F, 3, 1, 7, 0F); // Import Box174 + bodyModel[186].setRotationPoint(-41.6F, -3.75F, -10F); + + bodyModel[187].addShapeBox(0F, 0F, 0F, 1, 3, 7, 0F,-0.5F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Import Box175 + bodyModel[187].setRotationPoint(-41.7F, -6.5F, -10F); + + bodyModel[188].addShapeBox(0F, 0F, 0F, 1, 5, 2, 0F,0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Import Box182 + bodyModel[188].setRotationPoint(-35.5F, -7F, -7F); + + bodyModel[189].addShapeBox(0F, 0F, 0F, 1, 4, 1, 0F,-0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box183 + bodyModel[189].setRotationPoint(-36F, -6F, -5F); + + bodyModel[190].addShapeBox(0F, 0F, 0F, 1, 4, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, -0.5F, 0.5F, 0F); // Import Box184 + bodyModel[190].setRotationPoint(-36F, -6F, -8F); + + bodyModel[191].addShapeBox(0F, 0F, 0F, 3, 1, 4, 0F,0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Import Box185 + bodyModel[191].setRotationPoint(-38F, -2F, -8F); + + bodyModel[192].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 104 + bodyModel[192].setRotationPoint(-26F, -0.5F, -5.5F); + + bodyModel[193].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 105 + bodyModel[193].setRotationPoint(-26F, -0.5F, -9.5F); + + bodyModel[194].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 106 + bodyModel[194].setRotationPoint(-26.5F, -4.5F, -9.25F); + + bodyModel[195].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 109 + bodyModel[195].setRotationPoint(-26.5F, -6F, -9.25F); + + bodyModel[196].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 116 + bodyModel[196].setRotationPoint(-25.5F, 0.5F, -5F); + + bodyModel[197].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 117 + bodyModel[197].setRotationPoint(-25.5F, 0.5F, -9F); + + bodyModel[198].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 994 + bodyModel[198].setRotationPoint(-26.5F, -4.5F, -5.5F); + + bodyModel[199].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 995 + bodyModel[199].setRotationPoint(-26.5F, -6F, -5.5F); + + bodyModel[200].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 1004 + bodyModel[200].setRotationPoint(-20F, -0.5F, -9.5F); + + bodyModel[201].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 1005 + bodyModel[201].setRotationPoint(-17.5F, -4.5F, -9.25F); + + bodyModel[202].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 1006 + bodyModel[202].setRotationPoint(-17F, -6F, -9.25F); + + bodyModel[203].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 1007 + bodyModel[203].setRotationPoint(-17F, -6F, -5.5F); + + bodyModel[204].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 1008 + bodyModel[204].setRotationPoint(-17.5F, -4.5F, -5.5F); + + bodyModel[205].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 1009 + bodyModel[205].setRotationPoint(-20F, -0.5F, -5.5F); + + bodyModel[206].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 1010 + bodyModel[206].setRotationPoint(-19.5F, 0.5F, -9F); + + bodyModel[207].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 1011 + bodyModel[207].setRotationPoint(-19.5F, 0.5F, -5F); + + bodyModel[208].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 242 + bodyModel[208].setRotationPoint(-26F, -0.5F, 7F); + + bodyModel[209].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 243 + bodyModel[209].setRotationPoint(-19.5F, 0.5F, 3.5F); + + bodyModel[210].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 244 + bodyModel[210].setRotationPoint(-20F, -0.5F, 3F); + + bodyModel[211].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 245 + bodyModel[211].setRotationPoint(-20F, -0.5F, 7F); + + bodyModel[212].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 246 + bodyModel[212].setRotationPoint(-17.5F, -4.5F, 7F); + + bodyModel[213].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 247 + bodyModel[213].setRotationPoint(-17.5F, -4.5F, 3.25F); + + bodyModel[214].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 248 + bodyModel[214].setRotationPoint(-17F, -6F, 3.25F); + + bodyModel[215].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 249 + bodyModel[215].setRotationPoint(-17F, -6F, 7F); + + bodyModel[216].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 250 + bodyModel[216].setRotationPoint(-25.5F, 0.5F, 3.5F); + + bodyModel[217].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 251 + bodyModel[217].setRotationPoint(-25.5F, 0.5F, 7.5F); + + bodyModel[218].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 252 + bodyModel[218].setRotationPoint(-26F, -0.5F, 3F); + + bodyModel[219].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 253 + bodyModel[219].setRotationPoint(-26.5F, -4.5F, 3.25F); + + bodyModel[220].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 254 + bodyModel[220].setRotationPoint(-26.5F, -4.5F, 7F); + + bodyModel[221].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 255 + bodyModel[221].setRotationPoint(-26.5F, -6F, 7F); + + bodyModel[222].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 256 + bodyModel[222].setRotationPoint(-26.5F, -6F, 3.25F); + + bodyModel[223].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 257 + bodyModel[223].setRotationPoint(-19.5F, 0.5F, 7.5F); + + bodyModel[224].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 258 + bodyModel[224].setRotationPoint(-16F, -0.5F, 7F); + + bodyModel[225].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 259 + bodyModel[225].setRotationPoint(-15.5F, 0.5F, 3.5F); + + bodyModel[226].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 260 + bodyModel[226].setRotationPoint(-15.5F, 0.5F, 7.5F); + + bodyModel[227].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 261 + bodyModel[227].setRotationPoint(-16F, -0.5F, 3F); + + bodyModel[228].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 262 + bodyModel[228].setRotationPoint(-16.5F, -4.5F, 3.25F); + + bodyModel[229].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 263 + bodyModel[229].setRotationPoint(-16.5F, -4.5F, 7F); + + bodyModel[230].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 264 + bodyModel[230].setRotationPoint(-16.5F, -6F, 7F); + + bodyModel[231].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 265 + bodyModel[231].setRotationPoint(-16.5F, -6F, 3.25F); + + bodyModel[232].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 266 + bodyModel[232].setRotationPoint(-16F, -0.5F, -5.5F); + + bodyModel[233].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 267 + bodyModel[233].setRotationPoint(-15.5F, 0.5F, -5F); + + bodyModel[234].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 268 + bodyModel[234].setRotationPoint(-15.5F, 0.5F, -9F); + + bodyModel[235].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 269 + bodyModel[235].setRotationPoint(-16F, -0.5F, -9.5F); + + bodyModel[236].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 270 + bodyModel[236].setRotationPoint(-16.5F, -4.5F, -9.25F); + + bodyModel[237].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 271 + bodyModel[237].setRotationPoint(-16.5F, -4.5F, -5.5F); + + bodyModel[238].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 272 + bodyModel[238].setRotationPoint(-16.5F, -6F, -5.5F); + + bodyModel[239].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 273 + bodyModel[239].setRotationPoint(-16.5F, -6F, -9.25F); + + bodyModel[240].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 274 + bodyModel[240].setRotationPoint(-11F, -0.5F, 7F); + + bodyModel[241].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 275 + bodyModel[241].setRotationPoint(-10.5F, 0.5F, 3.5F); + + bodyModel[242].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 276 + bodyModel[242].setRotationPoint(-10.5F, 0.5F, 7.5F); + + bodyModel[243].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 277 + bodyModel[243].setRotationPoint(-11F, -0.5F, 3F); + + bodyModel[244].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 278 + bodyModel[244].setRotationPoint(-11.5F, -4.5F, 3.25F); + + bodyModel[245].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 279 + bodyModel[245].setRotationPoint(-11.5F, -4.5F, 7F); + + bodyModel[246].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 280 + bodyModel[246].setRotationPoint(-11.5F, -6F, 7F); + + bodyModel[247].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 281 + bodyModel[247].setRotationPoint(-11.5F, -6F, 3.25F); + + bodyModel[248].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 282 + bodyModel[248].setRotationPoint(-11F, -0.5F, -5.5F); + + bodyModel[249].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 283 + bodyModel[249].setRotationPoint(-10.5F, 0.5F, -5F); + + bodyModel[250].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 284 + bodyModel[250].setRotationPoint(-10.5F, 0.5F, -9F); + + bodyModel[251].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 285 + bodyModel[251].setRotationPoint(-11F, -0.5F, -9.5F); + + bodyModel[252].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 286 + bodyModel[252].setRotationPoint(-11.5F, -4.5F, -9.25F); + + bodyModel[253].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 287 + bodyModel[253].setRotationPoint(-11.5F, -4.5F, -5.5F); + + bodyModel[254].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 288 + bodyModel[254].setRotationPoint(-11.5F, -6F, -5.5F); + + bodyModel[255].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 289 + bodyModel[255].setRotationPoint(-11.5F, -6F, -9.25F); + + bodyModel[256].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 290 + bodyModel[256].setRotationPoint(-5F, -0.5F, 7F); + + bodyModel[257].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 291 + bodyModel[257].setRotationPoint(-4.5F, 0.5F, 3.5F); + + bodyModel[258].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 292 + bodyModel[258].setRotationPoint(-4.5F, 0.5F, 7.5F); + + bodyModel[259].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 293 + bodyModel[259].setRotationPoint(-5F, -0.5F, 3F); + + bodyModel[260].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 294 + bodyModel[260].setRotationPoint(-5.5F, -4.5F, 3.25F); + + bodyModel[261].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 295 + bodyModel[261].setRotationPoint(-5.5F, -4.5F, 7F); + + bodyModel[262].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 296 + bodyModel[262].setRotationPoint(-5.5F, -6F, 7F); + + bodyModel[263].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 297 + bodyModel[263].setRotationPoint(-5.5F, -6F, 3.25F); + + bodyModel[264].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 298 + bodyModel[264].setRotationPoint(-5F, -0.5F, -5.5F); + + bodyModel[265].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 299 + bodyModel[265].setRotationPoint(-4.5F, 0.5F, -5F); + + bodyModel[266].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 300 + bodyModel[266].setRotationPoint(-4.5F, 0.5F, -9F); + + bodyModel[267].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 301 + bodyModel[267].setRotationPoint(-5F, -0.5F, -9.5F); + + bodyModel[268].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 302 + bodyModel[268].setRotationPoint(-5.5F, -4.5F, -9.25F); + + bodyModel[269].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 303 + bodyModel[269].setRotationPoint(-5.5F, -4.5F, -5.5F); + + bodyModel[270].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 304 + bodyModel[270].setRotationPoint(-5.5F, -6F, -5.5F); + + bodyModel[271].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 305 + bodyModel[271].setRotationPoint(-5.5F, -6F, -9.25F); + + bodyModel[272].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 306 + bodyModel[272].setRotationPoint(2.5F, 0.5F, 3.5F); + + bodyModel[273].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 307 + bodyModel[273].setRotationPoint(2F, -0.5F, 3F); + + bodyModel[274].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 308 + bodyModel[274].setRotationPoint(4.5F, -4.5F, 3.25F); + + bodyModel[275].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 309 + bodyModel[275].setRotationPoint(4.5F, -4.5F, 7F); + + bodyModel[276].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 310 + bodyModel[276].setRotationPoint(2F, -0.5F, 7F); + + bodyModel[277].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 311 + bodyModel[277].setRotationPoint(5F, -6F, 7F); + + bodyModel[278].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 312 + bodyModel[278].setRotationPoint(5F, -6F, 3.25F); + + bodyModel[279].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 313 + bodyModel[279].setRotationPoint(2.5F, 0.5F, 7.5F); + + bodyModel[280].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 314 + bodyModel[280].setRotationPoint(2.5F, 0.5F, -5F); + + bodyModel[281].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 315 + bodyModel[281].setRotationPoint(2F, -0.5F, -5.5F); + + bodyModel[282].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 316 + bodyModel[282].setRotationPoint(4.5F, -4.5F, -5.5F); + + bodyModel[283].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 317 + bodyModel[283].setRotationPoint(4.5F, -4.5F, -9.25F); + + bodyModel[284].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 318 + bodyModel[284].setRotationPoint(2F, -0.5F, -9.5F); + + bodyModel[285].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 319 + bodyModel[285].setRotationPoint(2.5F, 0.5F, -9F); + + bodyModel[286].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 320 + bodyModel[286].setRotationPoint(5F, -6F, -5.5F); + + bodyModel[287].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 321 + bodyModel[287].setRotationPoint(5F, -6F, -9.25F); + + bodyModel[288].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 322 + bodyModel[288].setRotationPoint(13.5F, 0.5F, 3.5F); + + bodyModel[289].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 323 + bodyModel[289].setRotationPoint(13F, -0.5F, 3F); + + bodyModel[290].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 324 + bodyModel[290].setRotationPoint(15.5F, -4.5F, 3.25F); + + bodyModel[291].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 325 + bodyModel[291].setRotationPoint(15.5F, -4.5F, 7F); + + bodyModel[292].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 326 + bodyModel[292].setRotationPoint(13F, -0.5F, 7F); + + bodyModel[293].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 327 + bodyModel[293].setRotationPoint(16F, -6F, 7F); + + bodyModel[294].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 328 + bodyModel[294].setRotationPoint(16F, -6F, 3.25F); + + bodyModel[295].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 329 + bodyModel[295].setRotationPoint(13.5F, 0.5F, 7.5F); + + bodyModel[296].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 330 + bodyModel[296].setRotationPoint(13.5F, 0.5F, -5F); + + bodyModel[297].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 331 + bodyModel[297].setRotationPoint(13F, -0.5F, -5.5F); + + bodyModel[298].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 332 + bodyModel[298].setRotationPoint(15.5F, -4.5F, -5.5F); + + bodyModel[299].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 333 + bodyModel[299].setRotationPoint(15.5F, -4.5F, -9.25F); + + bodyModel[300].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 334 + bodyModel[300].setRotationPoint(13F, -0.5F, -9.5F); + + bodyModel[301].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 335 + bodyModel[301].setRotationPoint(13.5F, 0.5F, -9F); + + bodyModel[302].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 336 + bodyModel[302].setRotationPoint(16F, -6F, -5.5F); + + bodyModel[303].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 337 + bodyModel[303].setRotationPoint(16F, -6F, -9.25F); + + bodyModel[304].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 338 + bodyModel[304].setRotationPoint(6.5F, 0.5F, 3.5F); + + bodyModel[305].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 339 + bodyModel[305].setRotationPoint(6F, -0.5F, 3F); + + bodyModel[306].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 340 + bodyModel[306].setRotationPoint(5.5F, -4.5F, 3.25F); + + bodyModel[307].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 341 + bodyModel[307].setRotationPoint(6F, -0.5F, 7F); + + bodyModel[308].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 342 + bodyModel[308].setRotationPoint(5.5F, -4.5F, 7F); + + bodyModel[309].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 343 + bodyModel[309].setRotationPoint(5.5F, -6F, 3.25F); + + bodyModel[310].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 344 + bodyModel[310].setRotationPoint(5.5F, -6F, 7F); + + bodyModel[311].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 345 + bodyModel[311].setRotationPoint(6F, -0.5F, -5.5F); + + bodyModel[312].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 346 + bodyModel[312].setRotationPoint(5.5F, -4.5F, -5.5F); + + bodyModel[313].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 347 + bodyModel[313].setRotationPoint(5.5F, -6F, -5.5F); + + bodyModel[314].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 348 + bodyModel[314].setRotationPoint(6.5F, 0.5F, -5F); + + bodyModel[315].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,0F, 0F, 0.2F, -0.5F, 0F, 0.2F, -0.5F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, -0.5F, 0F, 0F); // Box 349 + bodyModel[315].setRotationPoint(5.5F, -4.5F, -9.25F); + + bodyModel[316].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 350 + bodyModel[316].setRotationPoint(6F, -0.5F, -9.5F); + + bodyModel[317].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 351 + bodyModel[317].setRotationPoint(5.5F, -6F, -9.25F); + + bodyModel[318].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 352 + bodyModel[318].setRotationPoint(6.5F, 0.5F, -9F); + + bodyModel[319].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 353 + bodyModel[319].setRotationPoint(23F, -0.5F, -5.5F); + + bodyModel[320].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 354 + bodyModel[320].setRotationPoint(23F, -0.5F, -9.5F); + + bodyModel[321].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 355 + bodyModel[321].setRotationPoint(23.5F, 0.5F, -9F); + + bodyModel[322].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 356 + bodyModel[322].setRotationPoint(25.5F, -4.5F, -9.25F); + + bodyModel[323].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 357 + bodyModel[323].setRotationPoint(25.5F, -4.5F, -5.5F); + + bodyModel[324].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 358 + bodyModel[324].setRotationPoint(26F, -6F, -5.5F); + + bodyModel[325].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 359 + bodyModel[325].setRotationPoint(26F, -6F, -9.25F); + + bodyModel[326].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 360 + bodyModel[326].setRotationPoint(23.5F, 0.5F, -5F); + + bodyModel[327].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 361 + bodyModel[327].setRotationPoint(18F, -0.5F, -5.5F); + + bodyModel[328].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.25F, 0F, 0F, 0.25F); // Box 362 + bodyModel[328].setRotationPoint(18F, -0.5F, -9.5F); + + bodyModel[329].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 363 + bodyModel[329].setRotationPoint(18.5F, 0.5F, -9F); + + bodyModel[330].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 364 + bodyModel[330].setRotationPoint(20.5F, -4.5F, -9.25F); + + bodyModel[331].addShapeBox(0F, 0F, 0F, 1, 4, 3, 0F,-0.5F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0.25F, -0.5F, 0F, 0.25F, -0.5F, 0F, 0F, 0F, 0F, 0F); // Box 365 + bodyModel[331].setRotationPoint(20.5F, -4.5F, -5.5F); + + bodyModel[332].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 366 + bodyModel[332].setRotationPoint(21F, -6F, -5.5F); + + bodyModel[333].addShapeBox(0F, 0F, 0F, 1, 1, 3, 0F,0F, 0F, -0.1F, -0.5F, 0F, -0.1F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, 0.25F, -0.5F, 0.5F, 0.25F, -0.5F, 0.5F, 0F, 0F, 0.5F, 0F); // Box 367 + bodyModel[333].setRotationPoint(21F, -6F, -9.25F); + + bodyModel[334].addBox(0F, 0F, 0F, 2, 3, 2, 0F); // Box 368 + bodyModel[334].setRotationPoint(18.5F, 0.5F, -5F); + + bodyModel[335].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 369 + bodyModel[335].setRotationPoint(41.2F, -4F, 5F); + + bodyModel[336].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[336].setRotationPoint(41.25F, -4F, 7.5F); + + bodyModel[337].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[337].setRotationPoint(41.25F, -4F, 6.5F); + + bodyModel[338].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[338].setRotationPoint(41.25F, -3F, 6.5F); + + bodyModel[339].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[339].setRotationPoint(41.25F, -3F, 7.5F); + + bodyModel[340].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[340].setRotationPoint(41.25F, -3F, 6F); + + bodyModel[341].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[341].setRotationPoint(41.25F, -3F, 5F); + + bodyModel[342].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[342].setRotationPoint(41.25F, -4F, 5F); + + bodyModel[343].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[343].setRotationPoint(41.25F, -4F, 6F); + + bodyModel[344].addShapeBox(0F, 0F, 0F, 1, 2, 4, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 378 + bodyModel[344].setRotationPoint(41.2F, -4F, -9F); + + bodyModel[345].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[345].setRotationPoint(41.25F, -4F, -7.5F); + + bodyModel[346].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[346].setRotationPoint(41.25F, -3F, -8.5F); + + bodyModel[347].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[347].setRotationPoint(41.25F, -3F, -7.5F); + + bodyModel[348].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[348].setRotationPoint(41.25F, -4F, -8.5F); + + bodyModel[349].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[349].setRotationPoint(41.25F, -3F, -6F); + + bodyModel[350].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[350].setRotationPoint(41.25F, -3F, -7F); + + bodyModel[351].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[351].setRotationPoint(41.25F, -4F, -7F); + + bodyModel[352].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[352].setRotationPoint(41.25F, -4F, -6F); + + bodyModel[353].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[353].setRotationPoint(-42.2F, -0.5F, -7F); + + bodyModel[354].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[354].setRotationPoint(-42.2F, -0.5F, -6F); + + bodyModel[355].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[355].setRotationPoint(-42.2F, 0.5F, -6F); + + bodyModel[356].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[356].setRotationPoint(-42.2F, 0.5F, -7F); + + bodyModel[357].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[357].setRotationPoint(-42.2F, 0.5F, -7.5F); + + bodyModel[358].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[358].setRotationPoint(-42.2F, 0.5F, -8.5F); + + bodyModel[359].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[359].setRotationPoint(-42.2F, -0.5F, -8.5F); + + bodyModel[360].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[360].setRotationPoint(-42.2F, -0.5F, -7.5F); + + bodyModel[361].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[361].setRotationPoint(-42.2F, -0.5F, 6.5F); + + bodyModel[362].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[362].setRotationPoint(-42.2F, -0.5F, 7.5F); + + bodyModel[363].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[363].setRotationPoint(-42.2F, 0.5F, 7.5F); + + bodyModel[364].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[364].setRotationPoint(-42.2F, 0.5F, 6.5F); + + bodyModel[365].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F); // Lamp + bodyModel[365].setRotationPoint(-42.2F, 0.5F, 6F); + + bodyModel[366].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F); // Lamp + bodyModel[366].setRotationPoint(-42.2F, 0.5F, 5F); + + bodyModel[367].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // Lamp + bodyModel[367].setRotationPoint(-42.2F, -0.5F, 5F); + + bodyModel[368].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.6F, -0.5F, 0F, -0.6F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // Lamp + bodyModel[368].setRotationPoint(-42.2F, -0.5F, 6F); + + bodyModel[369].addShapeBox(0F, 0F, -1F, 3, 1, 12, 0F,0F, 0F, -5F, 0F, 0.5F, -5F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 5F); // Box 369 + bodyModel[369].setRotationPoint(-40F, -20F, -7.5F); + + bodyModel[370].addShapeBox(0F, 0F, -1F, 3, 1, 12, 0F,0F, 0.5F, -5F, 0F, 0F, -5F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 5F, 0F, 0F, 5F); // Box 372 + bodyModel[370].setRotationPoint(37F, -20F, -7.5F); + + bodyModel[371].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F); // Box 185 + bodyModel[371].setRotationPoint(34F, 3F, -11.5F); + + bodyModel[372].addShapeBox(0F, 0F, 0F, 6, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.75F, 1F, 0F, -0.75F, 1F, 0F, -0.75F, 0F, 0F, -0.75F, 0F); // Box 56 + bodyModel[372].setRotationPoint(34F, 3F, 10.5F); + } + + @Override + public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) + { + for (int i = 0; i < 371; i++) { + if (bodyModel[i].boxName != null && bodyModel[i].boxName.contains("Lamp") ) { + Minecraft.getMinecraft().entityRenderer.disableLightmap(1D); + bodyModel[i].render(f5); + Minecraft.getMinecraft().entityRenderer.enableLightmap(1D); + }else if (bodyModel[i].boxName != null && bodyModel[i].boxName.contains("cull")) { + GL11.glDisable(GL11.GL_CULL_FACE); + bodyModel[i].render(f5); + GL11.glEnable(GL11.GL_CULL_FACE); + } else { + bodyModel[i].render(f5); + } + } + } + public ArrayList getSmokePosition() { + return new ArrayList() { + { + add(new double[]{0.27D, 1.35D, 0.0D}); + } + }; + } +} diff --git a/src/main/java/train/client/render/models/ModelClass1582.java b/src/main/java/train/client/render/models/ModelClass1582.java deleted file mode 100644 index 18590a60ba..0000000000 --- a/src/main/java/train/client/render/models/ModelClass1582.java +++ /dev/null @@ -1,1121 +0,0 @@ -//This File was created with the Minecraft-SMP Modelling Toolbox 2.3.0.0 -// Copyright (C) 2022 Minecraft-SMP.de -// This file is for Flan's Flying Mod Version 4.0.x+ - -// Model: -// Model Creator: -// Created on: 12.08.2021 - 04:26:31 -// Last changed on: 12.08.2021 - 04:26:31 - -package train.client.render.models; //Path where the model is located - - -import tmt.ModelConverter; -import tmt.ModelRendererTurbo; - -import java.util.ArrayList; - -public class ModelClass1582 extends ModelConverter //Same as Filename -{ - int textureX = 512; - int textureY = 512; - - public ModelClass1582() //Same as Filename - { - bodyModel = new ModelRendererTurbo[266]; - - initbodyModel_1(); - - translateAll(0F, 0F, 0F); - - - flipAll(); - } - - private void initbodyModel_1() - { - bodyModel[0] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // 01 - bodyModel[1] = new ModelRendererTurbo(this, 217, 1, textureX, textureY); // 02 - bodyModel[2] = new ModelRendererTurbo(this, 1, 25, textureX, textureY); // 03 - bodyModel[3] = new ModelRendererTurbo(this, 193, 25, textureX, textureY); // 04 - bodyModel[4] = new ModelRendererTurbo(this, 193, 33, textureX, textureY); // 05 - bodyModel[5] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // 08 - bodyModel[6] = new ModelRendererTurbo(this, 409, 1, textureX, textureY); // 09 - bodyModel[7] = new ModelRendererTurbo(this, 425, 1, textureX, textureY); // 10 - bodyModel[8] = new ModelRendererTurbo(this, 441, 1, textureX, textureY); // 11 - bodyModel[9] = new ModelRendererTurbo(this, 193, 41, textureX, textureY); // 12 - bodyModel[10] = new ModelRendererTurbo(this, 1, 49, textureX, textureY); // 13 - bodyModel[11] = new ModelRendererTurbo(this, 193, 49, textureX, textureY); // 14 - bodyModel[12] = new ModelRendererTurbo(this, 1, 57, textureX, textureY); // 15 - bodyModel[13] = new ModelRendererTurbo(this, 209, 57, textureX, textureY); // 16 - bodyModel[14] = new ModelRendererTurbo(this, 1, 65, textureX, textureY); // 17 - bodyModel[15] = new ModelRendererTurbo(this, 457, 1, textureX, textureY); // 18 - bodyModel[16] = new ModelRendererTurbo(this, 481, 1, textureX, textureY); // 19 - bodyModel[17] = new ModelRendererTurbo(this, 417, 1, textureX, textureY); // 20 - bodyModel[18] = new ModelRendererTurbo(this, 433, 1, textureX, textureY); // 21 - bodyModel[19] = new ModelRendererTurbo(this, 449, 1, textureX, textureY); // 22 - bodyModel[20] = new ModelRendererTurbo(this, 457, 1, textureX, textureY); // 23 - bodyModel[21] = new ModelRendererTurbo(this, 505, 1, textureX, textureY); // 24 - bodyModel[22] = new ModelRendererTurbo(this, 497, 9, textureX, textureY); // 26 - bodyModel[23] = new ModelRendererTurbo(this, 409, 17, textureX, textureY); // 27 - bodyModel[24] = new ModelRendererTurbo(this, 417, 17, textureX, textureY); // 28 - bodyModel[25] = new ModelRendererTurbo(this, 433, 17, textureX, textureY); // 29 - bodyModel[26] = new ModelRendererTurbo(this, 441, 17, textureX, textureY); // 30 - bodyModel[27] = new ModelRendererTurbo(this, 449, 17, textureX, textureY); // 31 - bodyModel[28] = new ModelRendererTurbo(this, 473, 1, textureX, textureY); // 32 - bodyModel[29] = new ModelRendererTurbo(this, 497, 1, textureX, textureY); // 33 - bodyModel[30] = new ModelRendererTurbo(this, 409, 1, textureX, textureY); // 34 - bodyModel[31] = new ModelRendererTurbo(this, 425, 1, textureX, textureY); // 35 - bodyModel[32] = new ModelRendererTurbo(this, 473, 17, textureX, textureY); // 36 - bodyModel[33] = new ModelRendererTurbo(this, 385, 25, textureX, textureY); // 37 - bodyModel[34] = new ModelRendererTurbo(this, 449, 25, textureX, textureY); // 38 - bodyModel[35] = new ModelRendererTurbo(this, 457, 25, textureX, textureY); // 39 - bodyModel[36] = new ModelRendererTurbo(this, 409, 41, textureX, textureY); // 40 - bodyModel[37] = new ModelRendererTurbo(this, 481, 25, textureX, textureY); // 41 - bodyModel[38] = new ModelRendererTurbo(this, 393, 41, textureX, textureY); // 42 - bodyModel[39] = new ModelRendererTurbo(this, 505, 17, textureX, textureY); // 43 - bodyModel[40] = new ModelRendererTurbo(this, 433, 41, textureX, textureY); // 45 - bodyModel[41] = new ModelRendererTurbo(this, 505, 33, textureX, textureY); // 46 - bodyModel[42] = new ModelRendererTurbo(this, 449, 49, textureX, textureY); // 47 - bodyModel[43] = new ModelRendererTurbo(this, 465, 49, textureX, textureY); // 48 - bodyModel[44] = new ModelRendererTurbo(this, 481, 49, textureX, textureY); // 49 - bodyModel[45] = new ModelRendererTurbo(this, 209, 65, textureX, textureY); // 51 - bodyModel[46] = new ModelRendererTurbo(this, 185, 57, textureX, textureY); // 52 - bodyModel[47] = new ModelRendererTurbo(this, 465, 17, textureX, textureY); // 53 - bodyModel[48] = new ModelRendererTurbo(this, 209, 65, textureX, textureY); // 54 - bodyModel[49] = new ModelRendererTurbo(this, 265, 65, textureX, textureY); // 55 - bodyModel[50] = new ModelRendererTurbo(this, 305, 65, textureX, textureY); // 56 - bodyModel[51] = new ModelRendererTurbo(this, 249, 65, textureX, textureY); // 57 - bodyModel[52] = new ModelRendererTurbo(this, 265, 65, textureX, textureY); // 58 - bodyModel[53] = new ModelRendererTurbo(this, 385, 41, textureX, textureY); // 59 - bodyModel[54] = new ModelRendererTurbo(this, 409, 41, textureX, textureY); // 60 - bodyModel[55] = new ModelRendererTurbo(this, 1, 17, textureX, textureY); // 61 - bodyModel[56] = new ModelRendererTurbo(this, 465, 25, textureX, textureY); // 62 - bodyModel[57] = new ModelRendererTurbo(this, 337, 65, textureX, textureY); // 63 - bodyModel[58] = new ModelRendererTurbo(this, 361, 65, textureX, textureY); // 64 - bodyModel[59] = new ModelRendererTurbo(this, 369, 65, textureX, textureY); // 65 - bodyModel[60] = new ModelRendererTurbo(this, 409, 65, textureX, textureY); // 66 - bodyModel[61] = new ModelRendererTurbo(this, 305, 65, textureX, textureY); // 67 - bodyModel[62] = new ModelRendererTurbo(this, 393, 65, textureX, textureY); // 68 - bodyModel[63] = new ModelRendererTurbo(this, 409, 65, textureX, textureY); // 69 - bodyModel[64] = new ModelRendererTurbo(this, 441, 65, textureX, textureY); // 70 - bodyModel[65] = new ModelRendererTurbo(this, 441, 65, textureX, textureY); // 71 - bodyModel[66] = new ModelRendererTurbo(this, 473, 65, textureX, textureY); // 72 - bodyModel[67] = new ModelRendererTurbo(this, 1, 73, textureX, textureY); // 73 - bodyModel[68] = new ModelRendererTurbo(this, 201, 57, textureX, textureY); // 74 - bodyModel[69] = new ModelRendererTurbo(this, 201, 65, textureX, textureY); // 75 - bodyModel[70] = new ModelRendererTurbo(this, 465, 65, textureX, textureY); // 76 - bodyModel[71] = new ModelRendererTurbo(this, 497, 65, textureX, textureY); // 77 - bodyModel[72] = new ModelRendererTurbo(this, 1, 73, textureX, textureY); // 78 - bodyModel[73] = new ModelRendererTurbo(this, 25, 73, textureX, textureY); // 79 - bodyModel[74] = new ModelRendererTurbo(this, 489, 17, textureX, textureY); // 80 - bodyModel[75] = new ModelRendererTurbo(this, 385, 25, textureX, textureY); // 81 - bodyModel[76] = new ModelRendererTurbo(this, 401, 25, textureX, textureY); // 82 - bodyModel[77] = new ModelRendererTurbo(this, 449, 25, textureX, textureY); // 83 - bodyModel[78] = new ModelRendererTurbo(this, 441, 1, textureX, textureY); // 84 - bodyModel[79] = new ModelRendererTurbo(this, 417, 17, textureX, textureY); // 85 - bodyModel[80] = new ModelRendererTurbo(this, 449, 17, textureX, textureY); // 86 - bodyModel[81] = new ModelRendererTurbo(this, 481, 25, textureX, textureY); // 87 - bodyModel[82] = new ModelRendererTurbo(this, 481, 33, textureX, textureY); // 88 - bodyModel[83] = new ModelRendererTurbo(this, 497, 33, textureX, textureY); // 89 - bodyModel[84] = new ModelRendererTurbo(this, 433, 41, textureX, textureY); // 90 - bodyModel[85] = new ModelRendererTurbo(this, 449, 41, textureX, textureY); // 91 - bodyModel[86] = new ModelRendererTurbo(this, 41, 73, textureX, textureY); // 92 - bodyModel[87] = new ModelRendererTurbo(this, 57, 73, textureX, textureY); // 93 - bodyModel[88] = new ModelRendererTurbo(this, 73, 73, textureX, textureY); // 94 - bodyModel[89] = new ModelRendererTurbo(this, 89, 73, textureX, textureY); // 95 - bodyModel[90] = new ModelRendererTurbo(this, 105, 73, textureX, textureY); // 96 - bodyModel[91] = new ModelRendererTurbo(this, 121, 73, textureX, textureY); // 97 - bodyModel[92] = new ModelRendererTurbo(this, 161, 73, textureX, textureY); // 98 - bodyModel[93] = new ModelRendererTurbo(this, 417, 49, textureX, textureY); // 99 - bodyModel[94] = new ModelRendererTurbo(this, 305, 73, textureX, textureY); // 100 - bodyModel[95] = new ModelRendererTurbo(this, 465, 49, textureX, textureY); // 101 - bodyModel[96] = new ModelRendererTurbo(this, 369, 73, textureX, textureY); // 102 - bodyModel[97] = new ModelRendererTurbo(this, 393, 73, textureX, textureY); // 103 - bodyModel[98] = new ModelRendererTurbo(this, 409, 73, textureX, textureY); // 104 - bodyModel[99] = new ModelRendererTurbo(this, 441, 73, textureX, textureY); // 105 - bodyModel[100] = new ModelRendererTurbo(this, 161, 73, textureX, textureY); // 106 - bodyModel[101] = new ModelRendererTurbo(this, 33, 81, textureX, textureY); // 107 - bodyModel[102] = new ModelRendererTurbo(this, 49, 81, textureX, textureY); // 108 - bodyModel[103] = new ModelRendererTurbo(this, 185, 73, textureX, textureY); // 109 - bodyModel[104] = new ModelRendererTurbo(this, 465, 73, textureX, textureY); // 110 - bodyModel[105] = new ModelRendererTurbo(this, 497, 73, textureX, textureY); // 111 - bodyModel[106] = new ModelRendererTurbo(this, 1, 81, textureX, textureY); // 112 - bodyModel[107] = new ModelRendererTurbo(this, 25, 81, textureX, textureY); // 113 - bodyModel[108] = new ModelRendererTurbo(this, 73, 81, textureX, textureY); // 114 - bodyModel[109] = new ModelRendererTurbo(this, 337, 65, textureX, textureY); // 115 - bodyModel[110] = new ModelRendererTurbo(this, 57, 81, textureX, textureY); // 116 - bodyModel[111] = new ModelRendererTurbo(this, 89, 81, textureX, textureY); // 117 - bodyModel[112] = new ModelRendererTurbo(this, 97, 81, textureX, textureY); // 118 - bodyModel[113] = new ModelRendererTurbo(this, 481, 49, textureX, textureY); // 119 - bodyModel[114] = new ModelRendererTurbo(this, 497, 49, textureX, textureY); // 120 - bodyModel[115] = new ModelRendererTurbo(this, 1, 57, textureX, textureY); // 121 - bodyModel[116] = new ModelRendererTurbo(this, 1, 65, textureX, textureY); // 122 - bodyModel[117] = new ModelRendererTurbo(this, 481, 65, textureX, textureY); // 123 - bodyModel[118] = new ModelRendererTurbo(this, 201, 73, textureX, textureY); // 124 - bodyModel[119] = new ModelRendererTurbo(this, 481, 73, textureX, textureY); // 125 - bodyModel[120] = new ModelRendererTurbo(this, 41, 81, textureX, textureY); // 126 - bodyModel[121] = new ModelRendererTurbo(this, 105, 81, textureX, textureY); // 127 - bodyModel[122] = new ModelRendererTurbo(this, 121, 81, textureX, textureY); // 128 - bodyModel[123] = new ModelRendererTurbo(this, 137, 81, textureX, textureY); // 129 - bodyModel[124] = new ModelRendererTurbo(this, 153, 81, textureX, textureY); // 130 - bodyModel[125] = new ModelRendererTurbo(this, 185, 81, textureX, textureY); // 131 - bodyModel[126] = new ModelRendererTurbo(this, 441, 81, textureX, textureY); // 132 - bodyModel[127] = new ModelRendererTurbo(this, 353, 81, textureX, textureY); // 133 - bodyModel[128] = new ModelRendererTurbo(this, 169, 81, textureX, textureY); // 134 - bodyModel[129] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // 135 - bodyModel[130] = new ModelRendererTurbo(this, 201, 81, textureX, textureY); // 136 - bodyModel[131] = new ModelRendererTurbo(this, 489, 81, textureX, textureY); // 137 - bodyModel[132] = new ModelRendererTurbo(this, 89, 89, textureX, textureY); // 138 - bodyModel[133] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // 139 - bodyModel[134] = new ModelRendererTurbo(this, 137, 100, textureX, textureY); // 140 - bodyModel[135] = new ModelRendererTurbo(this, 81, 81, textureX, textureY); // 142 - bodyModel[136] = new ModelRendererTurbo(this, 129, 81, textureX, textureY); // 143 - bodyModel[137] = new ModelRendererTurbo(this, 193, 81, textureX, textureY); // 144 - bodyModel[138] = new ModelRendererTurbo(this, 345, 81, textureX, textureY); // 145 - bodyModel[139] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // 146 - bodyModel[140] = new ModelRendererTurbo(this, 177, 89, textureX, textureY); // 147 - bodyModel[141] = new ModelRendererTurbo(this, 185, 89, textureX, textureY); // 148 - bodyModel[142] = new ModelRendererTurbo(this, 209, 81, textureX, textureY); // 149 - bodyModel[143] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // 150 - bodyModel[144] = new ModelRendererTurbo(this, 321, 89, textureX, textureY); // 151 - bodyModel[145] = new ModelRendererTurbo(this, 361, 89, textureX, textureY); // 152 - bodyModel[146] = new ModelRendererTurbo(this, 369, 89, textureX, textureY); // 153 - bodyModel[147] = new ModelRendererTurbo(this, 417, 81, textureX, textureY); // 154 - bodyModel[148] = new ModelRendererTurbo(this, 505, 81, textureX, textureY); // 155 - bodyModel[149] = new ModelRendererTurbo(this, 377, 89, textureX, textureY); // 156 - bodyModel[150] = new ModelRendererTurbo(this, 73, 89, textureX, textureY); // 157 - bodyModel[151] = new ModelRendererTurbo(this, 57, 89, textureX, textureY); // 158 - bodyModel[152] = new ModelRendererTurbo(this, 41, 89, textureX, textureY); // 159 - bodyModel[153] = new ModelRendererTurbo(this, 105, 89, textureX, textureY); // 160 - bodyModel[154] = new ModelRendererTurbo(this, 385, 89, textureX, textureY); // 161 - bodyModel[155] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // 162 - bodyModel[156] = new ModelRendererTurbo(this, 425, 89, textureX, textureY); // 163 - bodyModel[157] = new ModelRendererTurbo(this, 457, 81, textureX, textureY); // 164 - bodyModel[158] = new ModelRendererTurbo(this, 321, 89, textureX, textureY); // 166 - bodyModel[159] = new ModelRendererTurbo(this, 1, 97, textureX, textureY); // 167 - bodyModel[160] = new ModelRendererTurbo(this, 329, 89, textureX, textureY); // 168 - bodyModel[161] = new ModelRendererTurbo(this, 89, 97, textureX, textureY); // 169 - bodyModel[162] = new ModelRendererTurbo(this, 137, 97, textureX, textureY); // 170 - bodyModel[163] = new ModelRendererTurbo(this, 233, 97, textureX, textureY); // 171 - bodyModel[164] = new ModelRendererTurbo(this, 449, 89, textureX, textureY); // 172 - bodyModel[165] = new ModelRendererTurbo(this, 457, 89, textureX, textureY); // 174 - bodyModel[166] = new ModelRendererTurbo(this, 1, 97, textureX, textureY); // 175 - bodyModel[167] = new ModelRendererTurbo(this, 25, 97, textureX, textureY); // 176 - bodyModel[168] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // 177 - bodyModel[169] = new ModelRendererTurbo(this, 153, 89, textureX, textureY); // 178 - bodyModel[170] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // 179 - bodyModel[171] = new ModelRendererTurbo(this, 337, 89, textureX, textureY); // 180 - bodyModel[172] = new ModelRendererTurbo(this, 193, 97, textureX, textureY); // 181 - bodyModel[173] = new ModelRendererTurbo(this, 225, 97, textureX, textureY); // 182 - bodyModel[174] = new ModelRendererTurbo(this, 257, 97, textureX, textureY); // 183 - bodyModel[175] = new ModelRendererTurbo(this, 281, 97, textureX, textureY); // 184 - bodyModel[176] = new ModelRendererTurbo(this, 377, 89, textureX, textureY); // 185 - bodyModel[177] = new ModelRendererTurbo(this, 393, 89, textureX, textureY); // 186 - bodyModel[178] = new ModelRendererTurbo(this, 449, 89, textureX, textureY); // 187 - bodyModel[179] = new ModelRendererTurbo(this, 457, 89, textureX, textureY); // 188 - bodyModel[180] = new ModelRendererTurbo(this, 305, 97, textureX, textureY); // 189 - bodyModel[181] = new ModelRendererTurbo(this, 49, 105, textureX, textureY); // 190 - bodyModel[182] = new ModelRendererTurbo(this, 369, 105, textureX, textureY); // 191 - bodyModel[183] = new ModelRendererTurbo(this, 425, 105, textureX, textureY); // 192 - bodyModel[184] = new ModelRendererTurbo(this, 481, 89, textureX, textureY); // 193 - bodyModel[185] = new ModelRendererTurbo(this, 1, 97, textureX, textureY); // 194 - bodyModel[186] = new ModelRendererTurbo(this, 9, 97, textureX, textureY); // 195 - bodyModel[187] = new ModelRendererTurbo(this, 17, 97, textureX, textureY); // 196 - bodyModel[188] = new ModelRendererTurbo(this, 81, 105, textureX, textureY); // 197 - bodyModel[189] = new ModelRendererTurbo(this, 329, 113, textureX, textureY); // 198 - bodyModel[190] = new ModelRendererTurbo(this, 393, 113, textureX, textureY); // 199 - bodyModel[191] = new ModelRendererTurbo(this, 1, 121, textureX, textureY); // 200 - bodyModel[192] = new ModelRendererTurbo(this, 25, 97, textureX, textureY); // 201 - bodyModel[193] = new ModelRendererTurbo(this, 33, 97, textureX, textureY); // 202 - bodyModel[194] = new ModelRendererTurbo(this, 41, 97, textureX, textureY); // 203 - bodyModel[195] = new ModelRendererTurbo(this, 193, 97, textureX, textureY); // 204 - bodyModel[196] = new ModelRendererTurbo(this, 25, 121, textureX, textureY); // 205 - bodyModel[197] = new ModelRendererTurbo(this, 57, 121, textureX, textureY); // 206 - bodyModel[198] = new ModelRendererTurbo(this, 129, 121, textureX, textureY); // 207 - bodyModel[199] = new ModelRendererTurbo(this, 153, 121, textureX, textureY); // 208 - bodyModel[200] = new ModelRendererTurbo(this, 217, 97, textureX, textureY); // 209 - bodyModel[201] = new ModelRendererTurbo(this, 225, 97, textureX, textureY); // 210 - bodyModel[202] = new ModelRendererTurbo(this, 249, 97, textureX, textureY); // 211 - bodyModel[203] = new ModelRendererTurbo(this, 257, 97, textureX, textureY); // 212 - bodyModel[204] = new ModelRendererTurbo(this, 225, 121, textureX, textureY); // 213 - bodyModel[205] = new ModelRendererTurbo(this, 257, 121, textureX, textureY); // 214 - bodyModel[206] = new ModelRendererTurbo(this, 353, 121, textureX, textureY); // 215 - bodyModel[207] = new ModelRendererTurbo(this, 441, 121, textureX, textureY); // 216 - bodyModel[208] = new ModelRendererTurbo(this, 265, 97, textureX, textureY); // 217 - bodyModel[209] = new ModelRendererTurbo(this, 273, 97, textureX, textureY); // 218 - bodyModel[210] = new ModelRendererTurbo(this, 281, 97, textureX, textureY); // 219 - bodyModel[211] = new ModelRendererTurbo(this, 289, 97, textureX, textureY); // 220 - bodyModel[212] = new ModelRendererTurbo(this, 113, 105, textureX, textureY); // 222 - bodyModel[213] = new ModelRendererTurbo(this, 425, 105, textureX, textureY); // 223 - bodyModel[214] = new ModelRendererTurbo(this, 9, 105, textureX, textureY); // 224 - bodyModel[215] = new ModelRendererTurbo(this, 1, 121, textureX, textureY); // 226 - bodyModel[216] = new ModelRendererTurbo(this, 345, 105, textureX, textureY); // 227 - bodyModel[217] = new ModelRendererTurbo(this, 65, 121, textureX, textureY); // 228 - bodyModel[218] = new ModelRendererTurbo(this, 33, 105, textureX, textureY); // 229 - bodyModel[219] = new ModelRendererTurbo(this, 153, 121, textureX, textureY); // 230 - bodyModel[220] = new ModelRendererTurbo(this, 305, 97, textureX, textureY); // 232 - bodyModel[221] = new ModelRendererTurbo(this, 353, 97, textureX, textureY); // 233 - bodyModel[222] = new ModelRendererTurbo(this, 505, 97, textureX, textureY); // 234 - bodyModel[223] = new ModelRendererTurbo(this, 377, 97, textureX, textureY); // 235 - bodyModel[224] = new ModelRendererTurbo(this, 1, 36, textureX, textureY); // Box 235 - bodyModel[225] = new ModelRendererTurbo(this, 217, 12, textureX, textureY); // Box 236 - bodyModel[226] = new ModelRendererTurbo(this, 137, 89, textureX, textureY); // Box 237 - bodyModel[227] = new ModelRendererTurbo(this, 497, 49, textureX, textureY); // Box 238 - bodyModel[228] = new ModelRendererTurbo(this, 481, 33, textureX, textureY); // Box 239 - bodyModel[229] = new ModelRendererTurbo(this, 473, 9, textureX, textureY); // Box 240 - bodyModel[230] = new ModelRendererTurbo(this, 113, 100, textureX, textureY); // Box 241 - bodyModel[231] = new ModelRendererTurbo(this, 305, 124, textureX, textureY); // 221 - bodyModel[232] = new ModelRendererTurbo(this, 185, 89, textureX, textureY); // 165 - bodyModel[233] = new ModelRendererTurbo(this, 321, 128, textureX, textureY); // 221 - bodyModel[234] = new ModelRendererTurbo(this, 321, 128, textureX, textureY); // 221 - bodyModel[235] = new ModelRendererTurbo(this, 305, 127, textureX, textureY); // 221 - bodyModel[236] = new ModelRendererTurbo(this, 215, 104, textureX, textureY); // 165 - bodyModel[237] = new ModelRendererTurbo(this, 215, 104, textureX, textureY); // 165 - bodyModel[238] = new ModelRendererTurbo(this, 187, 117, textureX, textureY); // 165 - bodyModel[239] = new ModelRendererTurbo(this, 281, 112, textureX, textureY); // 173 - bodyModel[240] = new ModelRendererTurbo(this, 281, 112, textureX, textureY); // 173 - bodyModel[241] = new ModelRendererTurbo(this, 309, 111, textureX, textureY); // 173 - bodyModel[242] = new ModelRendererTurbo(this, 393, 128, textureX, textureY); // 225 - bodyModel[243] = new ModelRendererTurbo(this, 393, 128, textureX, textureY); // 225 - bodyModel[244] = new ModelRendererTurbo(this, 421, 127, textureX, textureY); // 225 - bodyModel[245] = new ModelRendererTurbo(this, 463, 142, textureX, textureY); // 47 - bodyModel[246] = new ModelRendererTurbo(this, 449, 160, textureX, textureY); // 47 - bodyModel[247] = new ModelRendererTurbo(this, 449, 173, textureX, textureY); // 47 - bodyModel[248] = new ModelRendererTurbo(this, 449, 183, textureX, textureY); // 47 - bodyModel[249] = new ModelRendererTurbo(this, 449, 209, textureX, textureY); // 47 - bodyModel[250] = new ModelRendererTurbo(this, 477, 196, textureX, textureY); // 47 - bodyModel[251] = new ModelRendererTurbo(this, 477, 180, textureX, textureY); // 47 - bodyModel[252] = new ModelRendererTurbo(this, 463, 169, textureX, textureY); // 47 - bodyModel[253] = new ModelRendererTurbo(this, 463, 169, textureX, textureY); // 47 - bodyModel[254] = new ModelRendererTurbo(this, 463, 178, textureX, textureY); // 47 - bodyModel[255] = new ModelRendererTurbo(this, 474, 169, textureX, textureY); // 47 - bodyModel[256] = new ModelRendererTurbo(this, 481, 169, textureX, textureY); // 47 - bodyModel[257] = new ModelRendererTurbo(this, 474, 169, textureX, textureY); // 47 - bodyModel[258] = new ModelRendererTurbo(this, 481, 169, textureX, textureY); // 47 - bodyModel[259] = new ModelRendererTurbo(this, 463, 142, textureX, textureY); // 47 - bodyModel[260] = new ModelRendererTurbo(this, 492, 132, textureX, textureY); // 47 - bodyModel[261] = new ModelRendererTurbo(this, 480, 130, textureX, textureY); // 47 - bodyModel[262] = new ModelRendererTurbo(this, 461, 130, textureX, textureY); // 47 - bodyModel[263] = new ModelRendererTurbo(this, 434, 160, textureX, textureY); // 47 - bodyModel[264] = new ModelRendererTurbo(this, 153, 154, textureX, textureY); // 178 - bodyModel[265] = new ModelRendererTurbo(this, 153, 154, textureX, textureY); // 178 - - bodyModel[0].addShapeBox(-56F, -7F, -11F, 96, 1, 20, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // 01 - bodyModel[0].setRotationPoint(0F, 0F, 1F); - - bodyModel[1].addShapeBox(0F, 0F, 0F, 95, 11, 0, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 1.1F, 0F, 1F, 1.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F); // 02 - bodyModel[1].setRotationPoint(-56F, -25F, -11F); - - bodyModel[2].addShapeBox(0F, 0F, 0F, 95, 11, 0, 0F,0F, 1F, 1.1F, 0F, 1F, 1.1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F); // 03 - bodyModel[2].setRotationPoint(-56F, -25F, 11F); - - bodyModel[3].addShapeBox(0F, 0F, 0F, 95, 3, 0, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0.1F, 0F, -0.5F, 0.1F); // 04 - bodyModel[3].setRotationPoint(-56F, -9F, -11F); - bodyModel[3].rotateAngleX = 0.48869219F; - - bodyModel[4].addShapeBox(0F, 0F, 0F, 95, 3, 0, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.1F, 0F, -0.5F, -0.1F); // 05 - bodyModel[4].setRotationPoint(-56F, -9F, 11F); - bodyModel[4].rotateAngleX = -0.48869219F; - - bodyModel[5].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, -3F, 0F, 0F, -2F, -0.5F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 08 - bodyModel[5].setRotationPoint(-57F, -29F, -10F); - - bodyModel[6].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, -3F, 0F, 0F, 0F, 0F, 0F, -2F, -0.5F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 09 - bodyModel[6].setRotationPoint(-57F, -29F, 5F); - - bodyModel[7].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, -4F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -4F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 10 - bodyModel[7].setRotationPoint(-57F, -30F, 0F); - - bodyModel[8].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, -4F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -4F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 11 - bodyModel[8].setRotationPoint(-57F, -30F, -5F); - - bodyModel[9].addShapeBox(0F, 0F, 0F, 95, 1, 1, 0F,0F, -1F, -0.5F, 0F, -1F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -1F, 0F, 0F, -1F, 0F); // 12 - bodyModel[9].setRotationPoint(-56F, -27F, -10.5F); - - bodyModel[10].addShapeBox(0F, 0F, 0F, 95, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, -0.5F, 0F, -1F, -0.5F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // 13 - bodyModel[10].setRotationPoint(-56F, -27F, 9.5F); - - bodyModel[11].addShapeBox(0F, 0F, 0F, 95, 2, 5, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, -0.5F, 0F, -2F, -0.5F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // 14 - bodyModel[11].setRotationPoint(-56F, -29F, 5F); - - bodyModel[12].addShapeBox(0F, 0F, 0F, 95, 2, 5, 0F,0F, -2F, -0.5F, 0F, -2F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -2F, 0F, 0F, -2F, 0F); // 15 - bodyModel[12].setRotationPoint(-56F, -29F, -10F); - - bodyModel[13].addShapeBox(0F, 0F, 0F, 95, 1, 5, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 16 - bodyModel[13].setRotationPoint(-56F, -30F, 0F); - - bodyModel[14].addShapeBox(0F, 0F, 0F, 95, 1, 5, 0F,0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F); // 17 - bodyModel[14].setRotationPoint(-56F, -30F, -5F); - - bodyModel[15].addShapeBox(0F, 0F, 0F, 1, 1, 7, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F); // 18 - bodyModel[15].setRotationPoint(-57F, -8F, -10F); - - bodyModel[16].addShapeBox(0F, 0F, 0F, 1, 1, 7, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.1F, 0F, 0F, -0.1F); // 19 - bodyModel[16].setRotationPoint(-57F, -8F, 3F); - - bodyModel[17].addShapeBox(0F, 0F, 0F, 1, 1, 2, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F); // 20 - bodyModel[17].setRotationPoint(-57F, -9F, -11F); - - bodyModel[18].addShapeBox(0F, 0F, 0F, 1, 1, 2, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F); // 21 - bodyModel[18].setRotationPoint(-57F, -9F, 9F); - - bodyModel[19].addBox(0F, 0F, 0F, 1, 1, 2, 0F); // 22 - bodyModel[19].setRotationPoint(-57F, -10F, -11F); - - bodyModel[20].addBox(0F, 0F, 0F, 1, 1, 2, 0F); // 23 - bodyModel[20].setRotationPoint(-57F, -10F, 9F); - - bodyModel[21].addShapeBox(0F, 0F, 0F, 1, 11, 1, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0.5F, 0F, 1F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 24 - bodyModel[21].setRotationPoint(-57F, -25F, -11F); - - bodyModel[22].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,-0.5F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 26 - bodyModel[22].setRotationPoint(-58F, -25F, -4F); - - bodyModel[23].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,-0.5F, 1F, -0.5F, 0F, 1F, -0.5F, 0F, 1F, 0F, -0.5F, 1F, 0F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -0.5F, 0F, 0F); // 27 - bodyModel[23].setRotationPoint(-58F, -25F, 2F); - - bodyModel[24].addShapeBox(0F, 0F, 0F, 1, 17, 6, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 28 - bodyModel[24].setRotationPoint(-57F, -25F, -3F); - - bodyModel[25].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 1F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, -0.5F, 1F, 1F, -0.5F, 1F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, -0.5F, 1F, 0F, -0.5F); // 29 - bodyModel[25].setRotationPoint(-58F, -25F, -3F); - - bodyModel[26].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 1F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0.5F, 1F, 1F, 0.5F, 1F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 1F, 0F, 0.5F); // 30 - bodyModel[26].setRotationPoint(-58F, -25F, 2F); - - bodyModel[27].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F); // 31 - bodyModel[27].setRotationPoint(-58F, -27F, -3F); - - bodyModel[28].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 32 - bodyModel[28].setRotationPoint(-58F, -27F, -4F); - - bodyModel[29].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, -0.5F, 0F, 0F); // 33 - bodyModel[29].setRotationPoint(-58F, -27F, 3F); - - bodyModel[30].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 34 - bodyModel[30].setRotationPoint(-58F, -27F, -4F); - - bodyModel[31].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, -0.5F, 1F, 0F, -0.5F); // 35 - bodyModel[31].setRotationPoint(-58F, -27F, 3F); - - bodyModel[32].addShapeBox(0F, 0F, 0F, 1, 1, 6, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 36 - bodyModel[32].setRotationPoint(-58F, -9F, -3F); - - bodyModel[33].addShapeBox(0F, 0F, 0F, 4, 4, 7, 0F,0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, -2F, 0F, -1.5F, -2F, 0F, 0F, 0F, 0F, 0F); // 37 - bodyModel[33].setRotationPoint(-57F, -7F, -10F); - - bodyModel[34].addShapeBox(0F, 0F, 0F, 4, 4, 7, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, -1.5F, 0F, 0F, -1.5F); // 38 - bodyModel[34].setRotationPoint(-57F, -7F, 3F); - - bodyModel[35].addShapeBox(0F, 0F, 0F, 2, 2, 18, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -1F, -1F, -1F, -1F, -1F, -1F, -1F, -1F, 0F, -1F, -1F); // 39 - bodyModel[35].setRotationPoint(-57F, -3F, -9F); - - bodyModel[36].addShapeBox(0F, 0F, 0F, 1, 1, 16, 0F,-1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, -1F, 0F, 0.5F, -0.7F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.7F, 0F, 0F); // 40 - bodyModel[36].setRotationPoint(-58F, -3F, -8F); - - bodyModel[37].addShapeBox(0F, 0F, 0F, 1, 1, 6, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, -0.45F, 0F, 0.5F, -0.45F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 41 - bodyModel[37].setRotationPoint(-57F, -26F, -10F); - - bodyModel[38].addBox(0F, 0F, 0F, 1, 4, 8, 0F); // 42 - bodyModel[38].setRotationPoint(-57F, -14F, -11F); - - bodyModel[39].addShapeBox(0F, 0F, 0F, 1, 11, 1, 0F,0F, 1F, 0.3F, 0F, 1F, 0.3F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0.3F, 0F, 0F, 0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 43 - bodyModel[39].setRotationPoint(-57F, -25F, -4F); - - bodyModel[40].addBox(0F, 0F, 0F, 1, 4, 8, 0F); // 45 - bodyModel[40].setRotationPoint(-57F, -14F, 3F); - - bodyModel[41].addShapeBox(0F, 0F, 0F, 1, 11, 1, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0.3F, 0F, 1F, 0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.3F, 0F, 0F, 0.3F); // 46 - bodyModel[41].setRotationPoint(-57F, -25F, 3F); - - bodyModel[42].addShapeBox(0F, 0F, 0F, 1, 2, 6, 0F,0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.3F, 0F, -0.5F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 47 - bodyModel[42].setRotationPoint(-57F, -16F, -10F); - - bodyModel[43].addShapeBox(0F, 0F, 0F, 1, 2, 6, 0F,0F, -0.5F, -0.3F, 0F, -0.5F, -0.3F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 48 - bodyModel[43].setRotationPoint(-57F, -16F, 4F); - - bodyModel[44].addShapeBox(0F, 0F, 0F, 1, 2, 6, 0F,0F, -0.5F, -0.45F, 0F, -0.5F, -0.45F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.4F, 0F, 0F, -0.4F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 49 - bodyModel[44].setRotationPoint(-57F, -25F, -10F); - - bodyModel[45].addShapeBox(0F, 0F, 0F, 1, 4, 6, 0F,0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 51 - bodyModel[45].setRotationPoint(-55F, -7F, -3F); - - bodyModel[46].addBox(0F, 0F, 0F, 0, 3, 20, 0F); // 52 - bodyModel[46].setRotationPoint(-56F, -10F, -10F); - - bodyModel[47].addShapeBox(0F, 0F, 0F, 1, 2, 2, 0F,-0.85F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.85F, 0F, 0F, -0.85F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.85F, 0F, 0F); // 53 - bodyModel[47].setRotationPoint(-58F, -6F, -7F); - - bodyModel[48].addShapeBox(0F, 0F, 0F, 7, 7, 20, 0F,0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F); // 54 - bodyModel[48].setRotationPoint(-29F, -7F, -10F); - - bodyModel[49].addShapeBox(0F, 0F, 0F, 8, 7, 20, 0F,0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F); // 55 - bodyModel[49].setRotationPoint(-20F, -7F, -10F); - - bodyModel[50].addShapeBox(0F, 0F, 0F, 8, 4, 14, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 56 - bodyModel[50].setRotationPoint(-10F, -7F, -7F); - - bodyModel[51].addShapeBox(0F, 0F, 0F, 3, 18, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.8F, 0F, 0F, -0.8F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.8F, 0F, 0F, -0.8F); // 57 - bodyModel[51].setRotationPoint(-56F, -25F, -3F); - - bodyModel[52].addShapeBox(0F, 0F, -1F, 3, 18, 1, 0F,0F, 0F, -0.8F, 0F, 0F, -0.8F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.8F, 0F, 0F, -0.8F, 0F, 0F, 0F, 0F, 0F, 0F); // 58 - bodyModel[52].setRotationPoint(-56F, -25F, 3F); - - bodyModel[53].addShapeBox(0F, 0F, 0F, 2, 1, 3, 0F,0.5F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 59 - bodyModel[53].setRotationPoint(-58F, -8F, -1F); - - bodyModel[54].addShapeBox(0F, 0F, 0F, 3, 1, 3, 0F,0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 60 - bodyModel[54].setRotationPoint(-58F, -6F, -1F); - - bodyModel[55].addShapeBox(0F, 0F, 0F, 4, 1, 1, 0F,0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F); // 61 - bodyModel[55].setRotationPoint(-59F, -7F, 0F); - - bodyModel[56].addShapeBox(0F, 0F, 0F, 3, 1, 1, 0F,0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, 0.2F, 0F, 0F, 0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F); // 62 - bodyModel[56].setRotationPoint(-58F, -7F, -1F); - - bodyModel[57].addShapeBox(0F, 0F, 0F, 7, 3, 7, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 63 - bodyModel[57].setRotationPoint(0F, -7F, 0F); - - bodyModel[58].addShapeBox(0F, 0F, 0F, 9, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 64 - bodyModel[58].setRotationPoint(0F, -7F, -8F); - - bodyModel[59].addShapeBox(0F, 0F, 0F, 3, 4, 16, 0F,0F, -0.1F, 0.5F, 0F, -0.1F, 0.5F, 0F, -0.1F, 0.5F, 0F, -0.1F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 65 - bodyModel[59].setRotationPoint(10F, -7F, -8F); - - bodyModel[60].addShapeBox(0F, 0F, 0F, 3, 1, 20, 0F,0F, -0.05F, 0.25F, 0F, -0.05F, 0.25F, 0F, -0.05F, 0.25F, 0F, -0.05F, 0.25F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F, 0F, 0F, -0.2F); // 66 - bodyModel[60].setRotationPoint(-54F, -7F, -10F); - - bodyModel[61].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 67 - bodyModel[61].setRotationPoint(-50F, -5F, -6F); - - bodyModel[62].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 68 - bodyModel[62].setRotationPoint(-36F, -5F, -6F); - - bodyModel[63].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 69 - bodyModel[63].setRotationPoint(-50F, -5F, 6F); - - bodyModel[64].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 70 - bodyModel[64].setRotationPoint(-36F, -5F, 6F); - - bodyModel[65].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 71 - bodyModel[65].setRotationPoint(-48F, -3F, -7F); - - bodyModel[66].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 72 - bodyModel[66].setRotationPoint(-34F, -3F, -7F); - - bodyModel[67].addBox(0F, 0F, 0F, 3, 1, 16, 0F); // 73 - bodyModel[67].setRotationPoint(-42F, -5F, -8F); - - bodyModel[68].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 74 - bodyModel[68].setRotationPoint(-50F, -5F, -8F); - - bodyModel[69].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 75 - bodyModel[69].setRotationPoint(-50F, -5F, 7F); - - bodyModel[70].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 76 - bodyModel[70].setRotationPoint(-36F, -5F, -8F); - - bodyModel[71].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 77 - bodyModel[71].setRotationPoint(-36F, -5F, 7F); - - bodyModel[72].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 78 - bodyModel[72].setRotationPoint(-43F, -3F, -8F); - - bodyModel[73].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 79 - bodyModel[73].setRotationPoint(-43F, -3F, 7F); - - bodyModel[74].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 80 - bodyModel[74].setRotationPoint(-45F, -5F, -8F); - - bodyModel[75].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 81 - bodyModel[75].setRotationPoint(-45F, -5F, 7F); - - bodyModel[76].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 82 - bodyModel[76].setRotationPoint(-38F, -5F, -8F); - - bodyModel[77].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 83 - bodyModel[77].setRotationPoint(-38F, -5F, 7F); - - bodyModel[78].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 84 - bodyModel[78].setRotationPoint(-49F, -4F, -8F); - - bodyModel[79].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 85 - bodyModel[79].setRotationPoint(-47F, -4F, -8F); - - bodyModel[80].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 86 - bodyModel[80].setRotationPoint(-49F, -4F, 7F); - - bodyModel[81].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 87 - bodyModel[81].setRotationPoint(-47F, -4F, 7F); - - bodyModel[82].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 88 - bodyModel[82].setRotationPoint(-35F, -4F, -8F); - - bodyModel[83].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 89 - bodyModel[83].setRotationPoint(-33F, -4F, -8F); - - bodyModel[84].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 90 - bodyModel[84].setRotationPoint(-35F, -4F, 7F); - - bodyModel[85].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 91 - bodyModel[85].setRotationPoint(-33F, -4F, 7F); - - bodyModel[86].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 92 - bodyModel[86].setRotationPoint(-42F, -7F, -1F); - - bodyModel[87].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 93 - bodyModel[87].setRotationPoint(-42F, -6F, -9F); - - bodyModel[88].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 94 - bodyModel[88].setRotationPoint(-42F, -6F, 8F); - - bodyModel[89].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 95 - bodyModel[89].setRotationPoint(-42F, -4F, -7F); - - bodyModel[90].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 96 - bodyModel[90].setRotationPoint(-42F, -4F, 6F); - - bodyModel[91].addBox(0F, 0F, 0F, 15, 1, 2, 0F); // 97 - bodyModel[91].setRotationPoint(-48F, -4F, -1F); - - bodyModel[92].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F); // 98 - bodyModel[92].setRotationPoint(-43F, -4F, -10F); - - bodyModel[93].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 99 - bodyModel[93].setRotationPoint(-39F, -7F, -10F); - - bodyModel[94].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F); // 100 - bodyModel[94].setRotationPoint(-43F, -4F, 8F); - - bodyModel[95].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 101 - bodyModel[95].setRotationPoint(-39F, -7F, 9F); - - bodyModel[96].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 102 - bodyModel[96].setRotationPoint(15F, -5F, -6F); - - bodyModel[97].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 103 - bodyModel[97].setRotationPoint(29F, -5F, -6F); - - bodyModel[98].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 104 - bodyModel[98].setRotationPoint(15F, -5F, 6F); - - bodyModel[99].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 105 - bodyModel[99].setRotationPoint(29F, -5F, 6F); - - bodyModel[100].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 106 - bodyModel[100].setRotationPoint(17F, -3F, -7F); - - bodyModel[101].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 107 - bodyModel[101].setRotationPoint(31F, -3F, -7F); - - bodyModel[102].addBox(0F, 0F, 0F, 3, 1, 16, 0F); // 108 - bodyModel[102].setRotationPoint(23F, -5F, -8F); - - bodyModel[103].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 109 - bodyModel[103].setRotationPoint(15F, -5F, -8F); - - bodyModel[104].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 110 - bodyModel[104].setRotationPoint(15F, -5F, 7F); - - bodyModel[105].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 111 - bodyModel[105].setRotationPoint(29F, -5F, -8F); - - bodyModel[106].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 112 - bodyModel[106].setRotationPoint(29F, -5F, 7F); - - bodyModel[107].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 113 - bodyModel[107].setRotationPoint(22F, -3F, -8F); - - bodyModel[108].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 114 - bodyModel[108].setRotationPoint(22F, -3F, 7F); - - bodyModel[109].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 115 - bodyModel[109].setRotationPoint(20F, -5F, -8F); - - bodyModel[110].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 116 - bodyModel[110].setRotationPoint(20F, -5F, 7F); - - bodyModel[111].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 117 - bodyModel[111].setRotationPoint(27F, -5F, -8F); - - bodyModel[112].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 118 - bodyModel[112].setRotationPoint(27F, -5F, 7F); - - bodyModel[113].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 119 - bodyModel[113].setRotationPoint(16F, -4F, -8F); - - bodyModel[114].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 120 - bodyModel[114].setRotationPoint(18F, -4F, -8F); - - bodyModel[115].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 121 - bodyModel[115].setRotationPoint(16F, -4F, 7F); - - bodyModel[116].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 122 - bodyModel[116].setRotationPoint(18F, -4F, 7F); - - bodyModel[117].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 123 - bodyModel[117].setRotationPoint(30F, -4F, -8F); - - bodyModel[118].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 124 - bodyModel[118].setRotationPoint(32F, -4F, -8F); - - bodyModel[119].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 125 - bodyModel[119].setRotationPoint(30F, -4F, 7F); - - bodyModel[120].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 126 - bodyModel[120].setRotationPoint(32F, -4F, 7F); - - bodyModel[121].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 127 - bodyModel[121].setRotationPoint(23F, -7F, -1F); - - bodyModel[122].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 128 - bodyModel[122].setRotationPoint(23F, -6F, -9F); - - bodyModel[123].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 129 - bodyModel[123].setRotationPoint(23F, -6F, 8F); - - bodyModel[124].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 130 - bodyModel[124].setRotationPoint(23F, -4F, -7F); - - bodyModel[125].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 131 - bodyModel[125].setRotationPoint(23F, -4F, 6F); - - bodyModel[126].addBox(0F, 0F, 0F, 15, 1, 2, 0F); // 132 - bodyModel[126].setRotationPoint(17F, -4F, -1F); - - bodyModel[127].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F); // 133 - bodyModel[127].setRotationPoint(27F, -4F, 10F); - bodyModel[127].rotateAngleY = 3.14159265F; - - bodyModel[128].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 134 - bodyModel[128].setRotationPoint(23F, -7F, 10F); - bodyModel[128].rotateAngleY = 3.14159265F; - - bodyModel[129].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F); // 135 - bodyModel[129].setRotationPoint(27F, -4F, -8F); - bodyModel[129].rotateAngleY = 3.14159265F; - - bodyModel[130].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 136 - bodyModel[130].setRotationPoint(23F, -7F, -9F); - bodyModel[130].rotateAngleY = 3.14159265F; - - bodyModel[131].addShapeBox(0F, 0F, 0F, 1, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F); // 137 - bodyModel[131].setRotationPoint(39F, -9F, -11F); - - bodyModel[132].addShapeBox(0F, 0F, 0F, 1, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F); // 138 - bodyModel[132].setRotationPoint(39F, -9F, 3F); - - bodyModel[133].addShapeBox(0F, 0F, 0F, 1, 11, 8, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 139 - bodyModel[133].setRotationPoint(39F, -25F, -11F); - - bodyModel[134].addBox(0F, 0F, 0F, 1, 5, 8, 0F); // 140 - bodyModel[134].setRotationPoint(39F, -14F, 3F); - - bodyModel[135].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, -2F, -0.5F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 142 - bodyModel[135].setRotationPoint(39F, -29F, -10F); - - bodyModel[136].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, 0F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -2F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 143 - bodyModel[136].setRotationPoint(39F, -29F, 5F); - - bodyModel[137].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, -1F, 0F, 0F, -4F, 0F, 0F, -4F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 144 - bodyModel[137].setRotationPoint(39F, -30F, -5F); - - bodyModel[138].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, 0F, 0F, 0F, -4F, 0F, 0F, -4F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 145 - bodyModel[138].setRotationPoint(39F, -30F, 0F); - - bodyModel[139].addBox(0F, 0F, 0F, 1, 18, 6, 0F); // 146 - bodyModel[139].setRotationPoint(39F, -25F, -3F); - - bodyModel[140].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 147 - bodyModel[140].setRotationPoint(40F, -25F, -4F); - - bodyModel[141].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F); // 148 - bodyModel[141].setRotationPoint(40F, -25F, 2F); - - bodyModel[142].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 149 - bodyModel[142].setRotationPoint(39F, -26F, -4F); - - bodyModel[143].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F); // 150 - bodyModel[143].setRotationPoint(39F, -26F, 3F); - - bodyModel[144].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 151 - bodyModel[144].setRotationPoint(40F, -26F, -3F); - - bodyModel[145].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 152 - bodyModel[145].setRotationPoint(41F, -25F, -3F); - - bodyModel[146].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 153 - bodyModel[146].setRotationPoint(41F, -25F, 2F); - - bodyModel[147].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 154 - bodyModel[147].setRotationPoint(41F, -26F, -4F); - - bodyModel[148].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 155 - bodyModel[148].setRotationPoint(41F, -26F, 3F); - - bodyModel[149].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F); // 156 - bodyModel[149].setRotationPoint(40F, -8F, -3F); - - bodyModel[150].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 157 - bodyModel[150].setRotationPoint(39F, -7F, 4F); - bodyModel[150].rotateAngleX = -3.14159265F; - - bodyModel[151].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F); // 158 - bodyModel[151].setRotationPoint(39F, -7F, -3F); - bodyModel[151].rotateAngleX = -3.14159265F; - - bodyModel[152].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 159 - bodyModel[152].setRotationPoint(41F, -7F, 4F); - bodyModel[152].rotateAngleX = -3.14159265F; - - bodyModel[153].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 160 - bodyModel[153].setRotationPoint(41F, -7F, -3F); - bodyModel[153].rotateAngleX = -3.14159265F; - - bodyModel[154].addShapeBox(0F, 0F, 0F, 4, 2, 16, 0F,0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 161 - bodyModel[154].setRotationPoint(36F, -7F, -8F); - - bodyModel[155].addBox(0F, 0F, 0F, 5, 1, 2, 0F); // 162 - bodyModel[155].setRotationPoint(38F, -5F, -1F); - - bodyModel[156].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 163 - bodyModel[156].setRotationPoint(-38F, -10F, -11F); - - bodyModel[157].addShapeBox(0F, 0F, 0F, 0, 16, 22, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 164 - bodyModel[157].setRotationPoint(-49F, -25F, -11F); - - bodyModel[158].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 166 - bodyModel[158].setRotationPoint(-49F, -27F, -11.5F); - - bodyModel[159].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 167 - bodyModel[159].setRotationPoint(-49F, -29F, -10F); - - bodyModel[160].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, -0.1F, -5.05F, 0F, -0.1F, -5.05F, 0F, -0.1F, -5.05F, 0F, -0.1F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 168 - bodyModel[160].setRotationPoint(-49F, -30F, -5F); - - bodyModel[161].addShapeBox(0F, 0F, 0F, 0, 2, 22, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 169 - bodyModel[161].setRotationPoint(-49F, -9F, -11F); - - bodyModel[162].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 170 - bodyModel[162].setRotationPoint(27F, -27F, -11.5F); - - bodyModel[163].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 171 - bodyModel[163].setRotationPoint(27F, -29F, -10F); - - bodyModel[164].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 172 - bodyModel[164].setRotationPoint(27F, -30F, -5F); - - bodyModel[165].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 174 - bodyModel[165].setRotationPoint(-38F, -10F, 3F); - - bodyModel[166].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 175 - bodyModel[166].setRotationPoint(-33F, -19F, -11F); - - bodyModel[167].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 176 - bodyModel[167].setRotationPoint(-33F, -19F, 3F); - - bodyModel[168].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 177 - bodyModel[168].setRotationPoint(-35F, -10F, -9F); - - bodyModel[169].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 178 - bodyModel[169].setRotationPoint(-35F, -10F, -5F); - - bodyModel[170].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 179 - bodyModel[170].setRotationPoint(-35F, -10F, 4F); - - bodyModel[171].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 180 - bodyModel[171].setRotationPoint(-35F, -10F, 8F); - - bodyModel[172].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 181 - bodyModel[172].setRotationPoint(-27F, -10F, -11F); - - bodyModel[173].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 182 - bodyModel[173].setRotationPoint(-27F, -10F, 3F); - - bodyModel[174].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 183 - bodyModel[174].setRotationPoint(-22F, -19F, -11F); - - bodyModel[175].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 184 - bodyModel[175].setRotationPoint(-22F, -19F, 3F); - - bodyModel[176].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 185 - bodyModel[176].setRotationPoint(-24F, -10F, -9F); - - bodyModel[177].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 186 - bodyModel[177].setRotationPoint(-24F, -10F, -5F); - - bodyModel[178].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 187 - bodyModel[178].setRotationPoint(-24F, -10F, 4F); - - bodyModel[179].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 188 - bodyModel[179].setRotationPoint(-24F, -10F, 8F); - - bodyModel[180].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 189 - bodyModel[180].setRotationPoint(-16F, -10F, -11F); - - bodyModel[181].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 190 - bodyModel[181].setRotationPoint(-16F, -10F, 3F); - - bodyModel[182].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 191 - bodyModel[182].setRotationPoint(-11F, -19F, -11F); - - bodyModel[183].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 192 - bodyModel[183].setRotationPoint(-11F, -19F, 3F); - - bodyModel[184].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 193 - bodyModel[184].setRotationPoint(-13F, -10F, -9F); - - bodyModel[185].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 194 - bodyModel[185].setRotationPoint(-13F, -10F, -5F); - - bodyModel[186].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 195 - bodyModel[186].setRotationPoint(-13F, -10F, 4F); - - bodyModel[187].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 196 - bodyModel[187].setRotationPoint(-13F, -10F, 8F); - - bodyModel[188].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.1F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 197 - bodyModel[188].setRotationPoint(-5F, -10F, -11F); - - bodyModel[189].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 198 - bodyModel[189].setRotationPoint(-5F, -10F, 3F); - - bodyModel[190].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 199 - bodyModel[190].setRotationPoint(0F, -19F, -11F); - - bodyModel[191].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 200 - bodyModel[191].setRotationPoint(0F, -19F, 3F); - - bodyModel[192].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 201 - bodyModel[192].setRotationPoint(-2F, -10F, -9F); - - bodyModel[193].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 202 - bodyModel[193].setRotationPoint(-2F, -10F, -5F); - - bodyModel[194].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 203 - bodyModel[194].setRotationPoint(-2F, -10F, 4F); - - bodyModel[195].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 204 - bodyModel[195].setRotationPoint(-2F, -10F, 8F); - - bodyModel[196].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 205 - bodyModel[196].setRotationPoint(6F, -10F, -11F); - - bodyModel[197].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 206 - bodyModel[197].setRotationPoint(6F, -10F, 3F); - - bodyModel[198].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 207 - bodyModel[198].setRotationPoint(11F, -19F, -11F); - - bodyModel[199].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 208 - bodyModel[199].setRotationPoint(11F, -19F, 3F); - - bodyModel[200].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 209 - bodyModel[200].setRotationPoint(9F, -10F, -9F); - - bodyModel[201].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 210 - bodyModel[201].setRotationPoint(9F, -10F, -5F); - - bodyModel[202].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 211 - bodyModel[202].setRotationPoint(9F, -10F, 4F); - - bodyModel[203].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 212 - bodyModel[203].setRotationPoint(9F, -10F, 8F); - - bodyModel[204].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 213 - bodyModel[204].setRotationPoint(17F, -10F, -11F); - - bodyModel[205].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 214 - bodyModel[205].setRotationPoint(17F, -10F, 3F); - - bodyModel[206].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 215 - bodyModel[206].setRotationPoint(22F, -19F, -11F); - - bodyModel[207].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 216 - bodyModel[207].setRotationPoint(22F, -19F, 3F); - - bodyModel[208].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 217 - bodyModel[208].setRotationPoint(20F, -10F, -9F); - - bodyModel[209].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 218 - bodyModel[209].setRotationPoint(20F, -10F, -5F); - - bodyModel[210].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 219 - bodyModel[210].setRotationPoint(20F, -10F, 4F); - - bodyModel[211].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 220 - bodyModel[211].setRotationPoint(20F, -10F, 8F); - - bodyModel[212].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 222 - bodyModel[212].setRotationPoint(-43F, -27F, -11.5F); - - bodyModel[213].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 223 - bodyModel[213].setRotationPoint(-43F, -29F, -10F); - - bodyModel[214].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 224 - bodyModel[214].setRotationPoint(-43F, -30F, -5F); - - bodyModel[215].addShapeBox(0F, 0F, 0F, 0, 16, 22, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 226 - bodyModel[215].setRotationPoint(34F, -25F, -11F); - - bodyModel[216].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 227 - bodyModel[216].setRotationPoint(34F, -27F, -11.5F); - - bodyModel[217].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 228 - bodyModel[217].setRotationPoint(34F, -29F, -10F); - - bodyModel[218].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 229 - bodyModel[218].setRotationPoint(34F, -30F, -5F); - - bodyModel[219].addShapeBox(0F, 0F, 0F, 0, 2, 22, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 230 - bodyModel[219].setRotationPoint(34F, -9F, -11F); - - bodyModel[220].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,0F, -3F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 2.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 2.5F, 0F); // 232 - bodyModel[220].setRotationPoint(-52F, -5F, -8F); - - bodyModel[221].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -3F, -0.5F, 0F, 2.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 2.5F, -0.5F); // 233 - bodyModel[221].setRotationPoint(-52F, -5F, 7F); - - bodyModel[222].addShapeBox(0F, 0F, 0F, 1, 20, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F); // 234 - bodyModel[222].setRotationPoint(40F, -25F, -7F); - - bodyModel[223].addShapeBox(0F, 0F, 0F, 1, 3, 2, 0F,0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F); // 235 - bodyModel[223].setRotationPoint(40F, -28F, -7F); - - bodyModel[224].addShapeBox(0F, 0F, 0F, 95, 5, 0, 0F,0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 235 - bodyModel[224].setRotationPoint(-56F, -14F, 11F); - - bodyModel[225].addShapeBox(0F, 0F, 0F, 95, 5, 0, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F); // Box 236 - bodyModel[225].setRotationPoint(-56F, -14F, -11F); - - bodyModel[226].addShapeBox(0F, 0F, 0F, 1, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 237 - bodyModel[226].setRotationPoint(39F, -25F, 3F); - - bodyModel[227].addShapeBox(0F, 0F, 0F, 1, 2, 6, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, -0.5F, -0.45F, 0F, -0.5F, -0.45F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.4F, 0F, 0F, -0.4F); // Box 238 - bodyModel[227].setRotationPoint(-57F, -25F, 4F); - - bodyModel[228].addShapeBox(0F, 0F, 0F, 1, 1, 6, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0.5F, -0.45F, 0F, 0.5F, -0.45F); // Box 239 - bodyModel[228].setRotationPoint(-57F, -26F, 4F); - - bodyModel[229].addShapeBox(0F, 0F, 0F, 1, 11, 1, 0F,0F, 1F, 0.5F, 0F, 1F, 0.5F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 240 - bodyModel[229].setRotationPoint(-57F, -25F, 10F); - - bodyModel[230].addShapeBox(0F, 0F, 0F, 1, 5, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 241 - bodyModel[230].setRotationPoint(39F, -14F, -11F); - - bodyModel[231].addShapeBox(0F, 0F, 0F, 0, 4, 22, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[231].setRotationPoint(-43F, -13F, -11F); - - bodyModel[232].addShapeBox(0F, 0F, 0F, 0, 4, 22, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[232].setRotationPoint(27F, -13F, -11F); - - bodyModel[233].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[233].setRotationPoint(-43F, -25F, -11F); - - bodyModel[234].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[234].setRotationPoint(-43F, -25F, 4F); - - bodyModel[235].addShapeBox(0F, 0F, 0F, 0, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[235].setRotationPoint(-43F, -25F, -4F); - - bodyModel[236].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[236].setRotationPoint(27F, -25F, -11F); - - bodyModel[237].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[237].setRotationPoint(27F, -25F, 4F); - - bodyModel[238].addShapeBox(0F, 0F, 0F, 0, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[238].setRotationPoint(27F, -25F, -4F); - - bodyModel[239].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, 0F, 0F, 0F, 0F); // 173 - bodyModel[239].setRotationPoint(27F, -9F, -11F); - - bodyModel[240].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 173 - bodyModel[240].setRotationPoint(27F, -9F, 4F); - - bodyModel[241].addShapeBox(0F, 0F, 0F, 0, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 173 - bodyModel[241].setRotationPoint(27F, -9F, -4F); - - bodyModel[242].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, 0F, 0F, 0F, 0F); // 225 - bodyModel[242].setRotationPoint(-43F, -9F, -11F); - - bodyModel[243].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 225 - bodyModel[243].setRotationPoint(-43F, -9F, 4F); - - bodyModel[244].addShapeBox(0F, 0F, 0F, 0, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 225 - bodyModel[244].setRotationPoint(-43F, -9F, -4F); - - bodyModel[245].addShapeBox(0F, 0F, 0F, 6, 1, 16, 0F,0F, 0F, -0.1F, -4F, 0F, -0.1F, -4F, 0F, -8F, 0F, 0F, -8F, 0F, 0F, -0.1F, -4F, 0F, -0.1F, -4F, 0F, -8F, 0F, 0F, -8F); // 47 - bodyModel[245].setRotationPoint(-56F, -14F, -11F); - - bodyModel[246].addShapeBox(0F, 0F, 0F, 2, 4, 2, 0F,0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F); // 47 - bodyModel[246].setRotationPoint(-56F, -13F, -11F); - - bodyModel[247].addShapeBox(0F, 0F, 0F, 2, 2, 2, 0F,0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.1F, 0F, 0F, -1.1F, 0F, 0F, 0F, 0F, 0F, 0F); // 47 - bodyModel[247].setRotationPoint(-56F, -9F, -11F); - - bodyModel[248].addShapeBox(0F, 0F, 0F, 2, 6, 2, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 47 - bodyModel[248].setRotationPoint(-56F, -13F, -5F); - - bodyModel[249].addShapeBox(0F, 0F, 0F, 1, 5, 16, 0F,0F, -0.5F, -0.2F, -0.7F, -0.5F, -0.2F, -0.7F, -0.5F, -8F, 0F, -0.5F, -8F, 0F, -3F, -0.1F, -0.4F, -3F, -0.1F, -0.4F, -3F, -8F, 0F, -3F, -8F); // 47 - bodyModel[249].setRotationPoint(-56F, -16F, -11F); - - bodyModel[250].addShapeBox(0F, 0F, 0F, 2, 11, 2, 0F,0F, 0F, -0.7F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.7F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F); // 47 - bodyModel[250].setRotationPoint(-56F, -25F, -5F); - - bodyModel[251].addShapeBox(0F, 0F, 0F, 9, 6, 2, 0F,-0.5F, 0F, -0.9F, -7F, 0F, -1.9F, -7F, 0F, 0F, 0F, 0F, 0F, -0.5F, -3.5F, -0.9F, -7F, -3.5F, -1.9F, -7F, -3.5F, 0F, 0F, -3.5F, 0F); // 47 - bodyModel[251].setRotationPoint(-56F, -18F, -5F); - - bodyModel[252].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.3F, -0.8F, -0.3F, -0.3F, -0.8F, -0.3F, -0.3F, -0.8F, -0.3F, -0.3F, -0.8F, -0.3F, -0.3F, 0F, -0.3F, -0.3F, 0F, -0.3F, -0.3F, 0F, -0.3F, -0.3F, 0F, -0.3F); // 47 - bodyModel[252].setRotationPoint(-55F, -15F, -10F); - - bodyModel[253].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.3F, -0.8F, -0.3F, -0.3F, -0.8F, -0.3F, -0.3F, -0.8F, -0.3F, -0.3F, -0.8F, -0.3F, -0.3F, 0F, -0.3F, -0.3F, 0F, -0.3F, -0.3F, 0F, -0.3F, -0.3F, 0F, -0.3F); // 47 - bodyModel[253].setRotationPoint(-55F, -15F, -10F); - - bodyModel[254].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.45F, -0.8F, -0.5F, -0.4F, -0.8F, -0.5F, -0.65F, -0.3F, 0.2F, -0.2F, -0.3F, 0.2F, -0.45F, 0F, -0.5F, -0.4F, 0F, -0.5F, -0.65F, -0.5F, 0.2F, -0.2F, -0.5F, 0.2F); // 47 - bodyModel[254].setRotationPoint(-55F, -15F, -10F); - - bodyModel[255].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.3F, -0.7F, -0.5F, -0.6F, -0.7F, -0.5F, -0.6F, -0.7F, -0.4F, -0.3F, -0.7F, -0.4F, -0.3F, 0F, -0.5F, -0.6F, 0F, -0.5F, -0.6F, 0F, -0.4F, -0.3F, 0F, -0.4F); // 47 - bodyModel[255].setRotationPoint(-55F, -15F, -5F); - - bodyModel[256].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.25F, -0.4F, -0.45F, -0.55F, -0.4F, -0.45F, -0.55F, -0.4F, -0.35F, -0.25F, -0.4F, -0.35F, -0.25F, -0.3F, -0.45F, -0.55F, -0.3F, -0.45F, -0.55F, -0.3F, -0.35F, -0.25F, -0.3F, -0.35F); // 47 - bodyModel[256].setRotationPoint(-55F, -15F, -5F); - - bodyModel[257].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.3F, -0.7F, -0.3F, -0.6F, -0.7F, -0.3F, -0.6F, -0.7F, -0.6F, -0.3F, -0.7F, -0.6F, -0.3F, 0F, -0.3F, -0.6F, 0F, -0.3F, -0.6F, 0F, -0.6F, -0.3F, 0F, -0.6F); // 47 - bodyModel[257].setRotationPoint(-55F, -15F, -7F); - - bodyModel[258].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,-0.25F, -0.5F, -0.25F, -0.55F, -0.5F, -0.25F, -0.55F, -0.5F, -0.55F, -0.25F, -0.5F, -0.55F, -0.25F, -0.3F, -0.25F, -0.55F, -0.3F, -0.25F, -0.55F, -0.3F, -0.55F, -0.25F, -0.3F, -0.55F); // 47 - bodyModel[258].setRotationPoint(-55F, -15F, -7F); - - bodyModel[259].addShapeBox(0F, 0F, 0F, 6, 1, 16, 0F,0F, 0F, -0.1F, -4F, 0F, -0.1F, -4F, 0F, -8F, 0F, 0F, -8F, 0F, 0F, -0.1F, -4F, 0F, -0.1F, -4F, 0F, -8F, 0F, 0F, -8F); // 47 - bodyModel[259].setRotationPoint(-56F, -14F, -11F); - - bodyModel[260].addShapeBox(0F, 0F, 0F, 3, 1, 5, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -1.5F, 0F, 0F, -1.5F); // 47 - bodyModel[260].setRotationPoint(-52F, -12F, -9F); - - bodyModel[261].addShapeBox(0F, 0F, 0F, 2, 5, 3, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F); // 47 - bodyModel[261].setRotationPoint(-51F, -11F, -8F); - - bodyModel[262].addShapeBox(0F, 0F, 0F, 1, 5, 5, 0F,-0.7F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -1.5F, -0.7F, 0F, -1.5F, -0.2F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -1.5F, -0.2F, 0F, -1.5F); // 47 - bodyModel[262].setRotationPoint(-50F, -17F, -9F); - - bodyModel[263].addShapeBox(0F, 0F, 0F, 1, 6, 4, 0F,0F, 0F, 0F, -0.9F, 0F, 0F, -0.9F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.9F, 0F, 0F, -0.9F, 0F, 0F, 0F, 0F, 0F); // 47 - bodyModel[263].setRotationPoint(-56F, -13F, -9F); - - bodyModel[264].addShapeBox(0F, 0F, 0F, 70, 1, 3, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.5F, 0.05F, 0F, -0.5F, 0.05F, 0F, -0.7F, 0F, 0F, -0.7F, 0F); // 178 - bodyModel[264].setRotationPoint(-43F, -24F, -10F); - - bodyModel[265].addShapeBox(0F, 0F, 0F, 70, 1, 3, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.7F, 0F, 0F, -0.7F, 0F, 0F, -0.5F, 0.05F, 0F, -0.5F, 0.05F); // 178 - bodyModel[265].setRotationPoint(-43F, -24F, 7F); - } - - - public ArrayList getSmokePosition() { - return new ArrayList() { - { - add(new double[]{-0.55D, 1.35D, -0.3D}); - } - }; - } -} \ No newline at end of file diff --git a/src/main/java/train/client/render/models/ModelClass158Middle2.java b/src/main/java/train/client/render/models/ModelClass158Middle2.java deleted file mode 100644 index b4bccc3369..0000000000 --- a/src/main/java/train/client/render/models/ModelClass158Middle2.java +++ /dev/null @@ -1,962 +0,0 @@ -//This File was created with the Minecraft-SMP Modelling Toolbox 2.3.0.0 -// Copyright (C) 2022 Minecraft-SMP.de -// This file is for Flan's Flying Mod Version 4.0.x+ - -// Model: -// Model Creator: -// Created on: 12.08.2021 - 04:26:31 -// Last changed on: 12.08.2021 - 04:26:31 - -package train.client.render.models; //Path where the model is located - - -import tmt.ModelConverter; -import tmt.ModelRendererTurbo; - -public class ModelClass158Middle2 extends ModelConverter //Same as Filename -{ - int textureX = 512; - int textureY = 512; - - public ModelClass158Middle2() //Same as Filename - { - bodyModel = new ModelRendererTurbo[228]; - - initbodyModel_1(); - - translateAll(0F, 0F, 0F); - - - flipAll(); - } - - private void initbodyModel_1() - { - bodyModel[0] = new ModelRendererTurbo(this, 1, 1, textureX, textureY); // 01 - bodyModel[1] = new ModelRendererTurbo(this, 218, 165, textureX, textureY); // 02 - bodyModel[2] = new ModelRendererTurbo(this, 218, 182, textureX, textureY); // 03 - bodyModel[3] = new ModelRendererTurbo(this, 218, 201, textureX, textureY); // 04 - bodyModel[4] = new ModelRendererTurbo(this, 218, 206, textureX, textureY); // 05 - bodyModel[5] = new ModelRendererTurbo(this, 193, 41, textureX, textureY); // 12 - bodyModel[6] = new ModelRendererTurbo(this, 1, 49, textureX, textureY); // 13 - bodyModel[7] = new ModelRendererTurbo(this, 193, 49, textureX, textureY); // 14 - bodyModel[8] = new ModelRendererTurbo(this, 1, 57, textureX, textureY); // 15 - bodyModel[9] = new ModelRendererTurbo(this, 209, 57, textureX, textureY); // 16 - bodyModel[10] = new ModelRendererTurbo(this, 1, 65, textureX, textureY); // 17 - bodyModel[11] = new ModelRendererTurbo(this, 497, 9, textureX, textureY); // 26 - bodyModel[12] = new ModelRendererTurbo(this, 409, 17, textureX, textureY); // 27 - bodyModel[13] = new ModelRendererTurbo(this, 433, 17, textureX, textureY); // 29 - bodyModel[14] = new ModelRendererTurbo(this, 441, 17, textureX, textureY); // 30 - bodyModel[15] = new ModelRendererTurbo(this, 449, 17, textureX, textureY); // 31 - bodyModel[16] = new ModelRendererTurbo(this, 473, 1, textureX, textureY); // 32 - bodyModel[17] = new ModelRendererTurbo(this, 497, 1, textureX, textureY); // 33 - bodyModel[18] = new ModelRendererTurbo(this, 409, 1, textureX, textureY); // 34 - bodyModel[19] = new ModelRendererTurbo(this, 425, 1, textureX, textureY); // 35 - bodyModel[20] = new ModelRendererTurbo(this, 473, 17, textureX, textureY); // 36 - bodyModel[21] = new ModelRendererTurbo(this, 209, 65, textureX, textureY); // 54 - bodyModel[22] = new ModelRendererTurbo(this, 265, 65, textureX, textureY); // 55 - bodyModel[23] = new ModelRendererTurbo(this, 305, 65, textureX, textureY); // 56 - bodyModel[24] = new ModelRendererTurbo(this, 249, 65, textureX, textureY); // 57 - bodyModel[25] = new ModelRendererTurbo(this, 265, 65, textureX, textureY); // 58 - bodyModel[26] = new ModelRendererTurbo(this, 337, 65, textureX, textureY); // 63 - bodyModel[27] = new ModelRendererTurbo(this, 361, 65, textureX, textureY); // 64 - bodyModel[28] = new ModelRendererTurbo(this, 369, 65, textureX, textureY); // 65 - bodyModel[29] = new ModelRendererTurbo(this, 305, 65, textureX, textureY); // 67 - bodyModel[30] = new ModelRendererTurbo(this, 393, 65, textureX, textureY); // 68 - bodyModel[31] = new ModelRendererTurbo(this, 409, 65, textureX, textureY); // 69 - bodyModel[32] = new ModelRendererTurbo(this, 441, 65, textureX, textureY); // 70 - bodyModel[33] = new ModelRendererTurbo(this, 441, 65, textureX, textureY); // 71 - bodyModel[34] = new ModelRendererTurbo(this, 473, 65, textureX, textureY); // 72 - bodyModel[35] = new ModelRendererTurbo(this, 1, 73, textureX, textureY); // 73 - bodyModel[36] = new ModelRendererTurbo(this, 201, 57, textureX, textureY); // 74 - bodyModel[37] = new ModelRendererTurbo(this, 201, 65, textureX, textureY); // 75 - bodyModel[38] = new ModelRendererTurbo(this, 465, 65, textureX, textureY); // 76 - bodyModel[39] = new ModelRendererTurbo(this, 497, 65, textureX, textureY); // 77 - bodyModel[40] = new ModelRendererTurbo(this, 1, 73, textureX, textureY); // 78 - bodyModel[41] = new ModelRendererTurbo(this, 25, 73, textureX, textureY); // 79 - bodyModel[42] = new ModelRendererTurbo(this, 489, 17, textureX, textureY); // 80 - bodyModel[43] = new ModelRendererTurbo(this, 385, 25, textureX, textureY); // 81 - bodyModel[44] = new ModelRendererTurbo(this, 401, 25, textureX, textureY); // 82 - bodyModel[45] = new ModelRendererTurbo(this, 449, 25, textureX, textureY); // 83 - bodyModel[46] = new ModelRendererTurbo(this, 441, 1, textureX, textureY); // 84 - bodyModel[47] = new ModelRendererTurbo(this, 417, 17, textureX, textureY); // 85 - bodyModel[48] = new ModelRendererTurbo(this, 449, 17, textureX, textureY); // 86 - bodyModel[49] = new ModelRendererTurbo(this, 481, 25, textureX, textureY); // 87 - bodyModel[50] = new ModelRendererTurbo(this, 481, 33, textureX, textureY); // 88 - bodyModel[51] = new ModelRendererTurbo(this, 497, 33, textureX, textureY); // 89 - bodyModel[52] = new ModelRendererTurbo(this, 433, 41, textureX, textureY); // 90 - bodyModel[53] = new ModelRendererTurbo(this, 449, 41, textureX, textureY); // 91 - bodyModel[54] = new ModelRendererTurbo(this, 41, 73, textureX, textureY); // 92 - bodyModel[55] = new ModelRendererTurbo(this, 57, 73, textureX, textureY); // 93 - bodyModel[56] = new ModelRendererTurbo(this, 73, 73, textureX, textureY); // 94 - bodyModel[57] = new ModelRendererTurbo(this, 89, 73, textureX, textureY); // 95 - bodyModel[58] = new ModelRendererTurbo(this, 105, 73, textureX, textureY); // 96 - bodyModel[59] = new ModelRendererTurbo(this, 121, 73, textureX, textureY); // 97 - bodyModel[60] = new ModelRendererTurbo(this, 161, 73, textureX, textureY); // 98 - bodyModel[61] = new ModelRendererTurbo(this, 417, 49, textureX, textureY); // 99 - bodyModel[62] = new ModelRendererTurbo(this, 305, 73, textureX, textureY); // 100 - bodyModel[63] = new ModelRendererTurbo(this, 465, 49, textureX, textureY); // 101 - bodyModel[64] = new ModelRendererTurbo(this, 369, 73, textureX, textureY); // 102 - bodyModel[65] = new ModelRendererTurbo(this, 393, 73, textureX, textureY); // 103 - bodyModel[66] = new ModelRendererTurbo(this, 409, 73, textureX, textureY); // 104 - bodyModel[67] = new ModelRendererTurbo(this, 441, 73, textureX, textureY); // 105 - bodyModel[68] = new ModelRendererTurbo(this, 161, 73, textureX, textureY); // 106 - bodyModel[69] = new ModelRendererTurbo(this, 33, 81, textureX, textureY); // 107 - bodyModel[70] = new ModelRendererTurbo(this, 49, 81, textureX, textureY); // 108 - bodyModel[71] = new ModelRendererTurbo(this, 185, 73, textureX, textureY); // 109 - bodyModel[72] = new ModelRendererTurbo(this, 465, 73, textureX, textureY); // 110 - bodyModel[73] = new ModelRendererTurbo(this, 497, 73, textureX, textureY); // 111 - bodyModel[74] = new ModelRendererTurbo(this, 1, 81, textureX, textureY); // 112 - bodyModel[75] = new ModelRendererTurbo(this, 25, 81, textureX, textureY); // 113 - bodyModel[76] = new ModelRendererTurbo(this, 73, 81, textureX, textureY); // 114 - bodyModel[77] = new ModelRendererTurbo(this, 337, 65, textureX, textureY); // 115 - bodyModel[78] = new ModelRendererTurbo(this, 57, 81, textureX, textureY); // 116 - bodyModel[79] = new ModelRendererTurbo(this, 89, 81, textureX, textureY); // 117 - bodyModel[80] = new ModelRendererTurbo(this, 97, 81, textureX, textureY); // 118 - bodyModel[81] = new ModelRendererTurbo(this, 481, 49, textureX, textureY); // 119 - bodyModel[82] = new ModelRendererTurbo(this, 497, 49, textureX, textureY); // 120 - bodyModel[83] = new ModelRendererTurbo(this, 1, 57, textureX, textureY); // 121 - bodyModel[84] = new ModelRendererTurbo(this, 1, 65, textureX, textureY); // 122 - bodyModel[85] = new ModelRendererTurbo(this, 481, 65, textureX, textureY); // 123 - bodyModel[86] = new ModelRendererTurbo(this, 201, 73, textureX, textureY); // 124 - bodyModel[87] = new ModelRendererTurbo(this, 481, 73, textureX, textureY); // 125 - bodyModel[88] = new ModelRendererTurbo(this, 41, 81, textureX, textureY); // 126 - bodyModel[89] = new ModelRendererTurbo(this, 105, 81, textureX, textureY); // 127 - bodyModel[90] = new ModelRendererTurbo(this, 121, 81, textureX, textureY); // 128 - bodyModel[91] = new ModelRendererTurbo(this, 137, 81, textureX, textureY); // 129 - bodyModel[92] = new ModelRendererTurbo(this, 153, 81, textureX, textureY); // 130 - bodyModel[93] = new ModelRendererTurbo(this, 185, 81, textureX, textureY); // 131 - bodyModel[94] = new ModelRendererTurbo(this, 441, 81, textureX, textureY); // 132 - bodyModel[95] = new ModelRendererTurbo(this, 353, 81, textureX, textureY); // 133 - bodyModel[96] = new ModelRendererTurbo(this, 169, 81, textureX, textureY); // 134 - bodyModel[97] = new ModelRendererTurbo(this, 481, 81, textureX, textureY); // 135 - bodyModel[98] = new ModelRendererTurbo(this, 201, 81, textureX, textureY); // 136 - bodyModel[99] = new ModelRendererTurbo(this, 81, 81, textureX, textureY); // 142 - bodyModel[100] = new ModelRendererTurbo(this, 129, 81, textureX, textureY); // 143 - bodyModel[101] = new ModelRendererTurbo(this, 193, 81, textureX, textureY); // 144 - bodyModel[102] = new ModelRendererTurbo(this, 345, 81, textureX, textureY); // 145 - bodyModel[103] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // 146 - bodyModel[104] = new ModelRendererTurbo(this, 177, 89, textureX, textureY); // 147 - bodyModel[105] = new ModelRendererTurbo(this, 185, 89, textureX, textureY); // 148 - bodyModel[106] = new ModelRendererTurbo(this, 209, 81, textureX, textureY); // 149 - bodyModel[107] = new ModelRendererTurbo(this, 409, 81, textureX, textureY); // 150 - bodyModel[108] = new ModelRendererTurbo(this, 321, 89, textureX, textureY); // 151 - bodyModel[109] = new ModelRendererTurbo(this, 361, 89, textureX, textureY); // 152 - bodyModel[110] = new ModelRendererTurbo(this, 369, 89, textureX, textureY); // 153 - bodyModel[111] = new ModelRendererTurbo(this, 417, 81, textureX, textureY); // 154 - bodyModel[112] = new ModelRendererTurbo(this, 505, 81, textureX, textureY); // 155 - bodyModel[113] = new ModelRendererTurbo(this, 377, 89, textureX, textureY); // 156 - bodyModel[114] = new ModelRendererTurbo(this, 73, 89, textureX, textureY); // 157 - bodyModel[115] = new ModelRendererTurbo(this, 57, 89, textureX, textureY); // 158 - bodyModel[116] = new ModelRendererTurbo(this, 41, 89, textureX, textureY); // 159 - bodyModel[117] = new ModelRendererTurbo(this, 105, 89, textureX, textureY); // 160 - bodyModel[118] = new ModelRendererTurbo(this, 385, 89, textureX, textureY); // 161 - bodyModel[119] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // 162 - bodyModel[120] = new ModelRendererTurbo(this, 425, 89, textureX, textureY); // 163 - bodyModel[121] = new ModelRendererTurbo(this, 457, 81, textureX, textureY); // 164 - bodyModel[122] = new ModelRendererTurbo(this, 321, 89, textureX, textureY); // 166 - bodyModel[123] = new ModelRendererTurbo(this, 1, 97, textureX, textureY); // 167 - bodyModel[124] = new ModelRendererTurbo(this, 329, 89, textureX, textureY); // 168 - bodyModel[125] = new ModelRendererTurbo(this, 89, 97, textureX, textureY); // 169 - bodyModel[126] = new ModelRendererTurbo(this, 137, 97, textureX, textureY); // 170 - bodyModel[127] = new ModelRendererTurbo(this, 233, 97, textureX, textureY); // 171 - bodyModel[128] = new ModelRendererTurbo(this, 449, 89, textureX, textureY); // 172 - bodyModel[129] = new ModelRendererTurbo(this, 457, 89, textureX, textureY); // 174 - bodyModel[130] = new ModelRendererTurbo(this, 1, 97, textureX, textureY); // 175 - bodyModel[131] = new ModelRendererTurbo(this, 25, 97, textureX, textureY); // 176 - bodyModel[132] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // 177 - bodyModel[133] = new ModelRendererTurbo(this, 153, 89, textureX, textureY); // 178 - bodyModel[134] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // 179 - bodyModel[135] = new ModelRendererTurbo(this, 337, 89, textureX, textureY); // 180 - bodyModel[136] = new ModelRendererTurbo(this, 193, 97, textureX, textureY); // 181 - bodyModel[137] = new ModelRendererTurbo(this, 225, 97, textureX, textureY); // 182 - bodyModel[138] = new ModelRendererTurbo(this, 257, 97, textureX, textureY); // 183 - bodyModel[139] = new ModelRendererTurbo(this, 281, 97, textureX, textureY); // 184 - bodyModel[140] = new ModelRendererTurbo(this, 377, 89, textureX, textureY); // 185 - bodyModel[141] = new ModelRendererTurbo(this, 393, 89, textureX, textureY); // 186 - bodyModel[142] = new ModelRendererTurbo(this, 449, 89, textureX, textureY); // 187 - bodyModel[143] = new ModelRendererTurbo(this, 457, 89, textureX, textureY); // 188 - bodyModel[144] = new ModelRendererTurbo(this, 305, 97, textureX, textureY); // 189 - bodyModel[145] = new ModelRendererTurbo(this, 49, 105, textureX, textureY); // 190 - bodyModel[146] = new ModelRendererTurbo(this, 369, 105, textureX, textureY); // 191 - bodyModel[147] = new ModelRendererTurbo(this, 425, 105, textureX, textureY); // 192 - bodyModel[148] = new ModelRendererTurbo(this, 481, 89, textureX, textureY); // 193 - bodyModel[149] = new ModelRendererTurbo(this, 1, 97, textureX, textureY); // 194 - bodyModel[150] = new ModelRendererTurbo(this, 9, 97, textureX, textureY); // 195 - bodyModel[151] = new ModelRendererTurbo(this, 17, 97, textureX, textureY); // 196 - bodyModel[152] = new ModelRendererTurbo(this, 81, 105, textureX, textureY); // 197 - bodyModel[153] = new ModelRendererTurbo(this, 329, 113, textureX, textureY); // 198 - bodyModel[154] = new ModelRendererTurbo(this, 393, 113, textureX, textureY); // 199 - bodyModel[155] = new ModelRendererTurbo(this, 1, 121, textureX, textureY); // 200 - bodyModel[156] = new ModelRendererTurbo(this, 25, 97, textureX, textureY); // 201 - bodyModel[157] = new ModelRendererTurbo(this, 33, 97, textureX, textureY); // 202 - bodyModel[158] = new ModelRendererTurbo(this, 41, 97, textureX, textureY); // 203 - bodyModel[159] = new ModelRendererTurbo(this, 193, 97, textureX, textureY); // 204 - bodyModel[160] = new ModelRendererTurbo(this, 25, 121, textureX, textureY); // 205 - bodyModel[161] = new ModelRendererTurbo(this, 57, 121, textureX, textureY); // 206 - bodyModel[162] = new ModelRendererTurbo(this, 129, 121, textureX, textureY); // 207 - bodyModel[163] = new ModelRendererTurbo(this, 153, 121, textureX, textureY); // 208 - bodyModel[164] = new ModelRendererTurbo(this, 217, 97, textureX, textureY); // 209 - bodyModel[165] = new ModelRendererTurbo(this, 225, 97, textureX, textureY); // 210 - bodyModel[166] = new ModelRendererTurbo(this, 249, 97, textureX, textureY); // 211 - bodyModel[167] = new ModelRendererTurbo(this, 257, 97, textureX, textureY); // 212 - bodyModel[168] = new ModelRendererTurbo(this, 225, 121, textureX, textureY); // 213 - bodyModel[169] = new ModelRendererTurbo(this, 257, 121, textureX, textureY); // 214 - bodyModel[170] = new ModelRendererTurbo(this, 353, 121, textureX, textureY); // 215 - bodyModel[171] = new ModelRendererTurbo(this, 441, 121, textureX, textureY); // 216 - bodyModel[172] = new ModelRendererTurbo(this, 265, 97, textureX, textureY); // 217 - bodyModel[173] = new ModelRendererTurbo(this, 273, 97, textureX, textureY); // 218 - bodyModel[174] = new ModelRendererTurbo(this, 281, 97, textureX, textureY); // 219 - bodyModel[175] = new ModelRendererTurbo(this, 289, 97, textureX, textureY); // 220 - bodyModel[176] = new ModelRendererTurbo(this, 113, 105, textureX, textureY); // 222 - bodyModel[177] = new ModelRendererTurbo(this, 425, 105, textureX, textureY); // 223 - bodyModel[178] = new ModelRendererTurbo(this, 9, 105, textureX, textureY); // 224 - bodyModel[179] = new ModelRendererTurbo(this, 1, 121, textureX, textureY); // 226 - bodyModel[180] = new ModelRendererTurbo(this, 345, 105, textureX, textureY); // 227 - bodyModel[181] = new ModelRendererTurbo(this, 65, 121, textureX, textureY); // 228 - bodyModel[182] = new ModelRendererTurbo(this, 33, 105, textureX, textureY); // 229 - bodyModel[183] = new ModelRendererTurbo(this, 153, 121, textureX, textureY); // 230 - bodyModel[184] = new ModelRendererTurbo(this, 505, 97, textureX, textureY); // 234 - bodyModel[185] = new ModelRendererTurbo(this, 377, 97, textureX, textureY); // 235 - bodyModel[186] = new ModelRendererTurbo(this, 218, 193, textureX, textureY); // Box 235 - bodyModel[187] = new ModelRendererTurbo(this, 218, 176, textureX, textureY); // Box 236 - bodyModel[188] = new ModelRendererTurbo(this, 137, 89, textureX, textureY); // Box 235 - bodyModel[189] = new ModelRendererTurbo(this, 137, 100, textureX, textureY); // Box 236 - bodyModel[190] = new ModelRendererTurbo(this, 89, 89, textureX, textureY); // Box 237 - bodyModel[191] = new ModelRendererTurbo(this, 489, 81, textureX, textureY); // Box 238 - bodyModel[192] = new ModelRendererTurbo(this, 113, 100, textureX, textureY); // Box 239 - bodyModel[193] = new ModelRendererTurbo(this, 113, 89, textureX, textureY); // Box 240 - bodyModel[194] = new ModelRendererTurbo(this, 81, 81, textureX, textureY); // Box 241 - bodyModel[195] = new ModelRendererTurbo(this, 193, 81, textureX, textureY); // Box 242 - bodyModel[196] = new ModelRendererTurbo(this, 345, 81, textureX, textureY); // Box 243 - bodyModel[197] = new ModelRendererTurbo(this, 129, 81, textureX, textureY); // Box 244 - bodyModel[198] = new ModelRendererTurbo(this, 161, 89, textureX, textureY); // Box 245 - bodyModel[199] = new ModelRendererTurbo(this, 417, 89, textureX, textureY); // Box 246 - bodyModel[200] = new ModelRendererTurbo(this, 385, 89, textureX, textureY); // Box 247 - bodyModel[201] = new ModelRendererTurbo(this, 73, 89, textureX, textureY); // Box 249 - bodyModel[202] = new ModelRendererTurbo(this, 57, 89, textureX, textureY); // Box 250 - bodyModel[203] = new ModelRendererTurbo(this, 185, 89, textureX, textureY); // 165 - bodyModel[204] = new ModelRendererTurbo(this, 215, 104, textureX, textureY); // 165 - bodyModel[205] = new ModelRendererTurbo(this, 215, 104, textureX, textureY); // 165 - bodyModel[206] = new ModelRendererTurbo(this, 187, 117, textureX, textureY); // 165 - bodyModel[207] = new ModelRendererTurbo(this, 281, 112, textureX, textureY); // 173 - bodyModel[208] = new ModelRendererTurbo(this, 281, 112, textureX, textureY); // 173 - bodyModel[209] = new ModelRendererTurbo(this, 309, 111, textureX, textureY); // 173 - bodyModel[210] = new ModelRendererTurbo(this, 153, 154, textureX, textureY); // 178 - bodyModel[211] = new ModelRendererTurbo(this, 153, 154, textureX, textureY); // 178 - bodyModel[212] = new ModelRendererTurbo(this, 305, 124, textureX, textureY); // 221 - bodyModel[213] = new ModelRendererTurbo(this, 321, 128, textureX, textureY); // 221 - bodyModel[214] = new ModelRendererTurbo(this, 321, 128, textureX, textureY); // 221 - bodyModel[215] = new ModelRendererTurbo(this, 305, 127, textureX, textureY); // 221 - bodyModel[216] = new ModelRendererTurbo(this, 393, 128, textureX, textureY); // 225 - bodyModel[217] = new ModelRendererTurbo(this, 393, 128, textureX, textureY); // 225 - bodyModel[218] = new ModelRendererTurbo(this, 421, 127, textureX, textureY); // 225 - bodyModel[219] = new ModelRendererTurbo(this, 377, 89, textureX, textureY); // 156 - bodyModel[220] = new ModelRendererTurbo(this, 41, 89, textureX, textureY); // 159 - bodyModel[221] = new ModelRendererTurbo(this, 105, 89, textureX, textureY); // 160 - bodyModel[222] = new ModelRendererTurbo(this, 113, 169, textureX, textureY); // 139 - bodyModel[223] = new ModelRendererTurbo(this, 137, 155, textureX, textureY); // 140 - bodyModel[224] = new ModelRendererTurbo(this, 137, 169, textureX, textureY); // Box 237 - bodyModel[225] = new ModelRendererTurbo(this, 113, 155, textureX, textureY); // Box 241 - bodyModel[226] = new ModelRendererTurbo(this, 133, 190, textureX, textureY); // 137 - bodyModel[227] = new ModelRendererTurbo(this, 113, 190, textureX, textureY); // 138 - - bodyModel[0].addShapeBox(-56F, -7F, -11F, 96, 1, 20, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F); // 01 - bodyModel[0].setRotationPoint(0F, 0F, 1F); - - bodyModel[1].addShapeBox(0F, 0F, 0F, 94, 11, 0, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 1.1F, 0F, 1F, 1.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F); // 02 - bodyModel[1].setRotationPoint(-55F, -25F, -11F); - - bodyModel[2].addShapeBox(0F, 0F, 0F, 94, 11, 0, 0F,0F, 1F, 1.1F, 0F, 1F, 1.1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F); // 03 - bodyModel[2].setRotationPoint(-55F, -25F, 11F); - - bodyModel[3].addShapeBox(0F, 0F, 0F, 94, 3, 0, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0.1F, 0F, -0.5F, 0.1F); // 04 - bodyModel[3].setRotationPoint(-55F, -9F, -11F); - bodyModel[3].rotateAngleX = 0.48869219F; - - bodyModel[4].addShapeBox(0F, 0F, 0F, 94, 3, 0, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, -0.1F, 0F, -0.5F, -0.1F); // 05 - bodyModel[4].setRotationPoint(-55F, -9F, 11F); - bodyModel[4].rotateAngleX = -0.48869219F; - - bodyModel[5].addShapeBox(0F, 0F, 0F, 95, 1, 1, 0F,-1F, -1F, -0.5F, 0F, -1F, -0.5F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -1F, 0F, -1F, -1F, 0F); // 12 - bodyModel[5].setRotationPoint(-56F, -27F, -10.5F); - - bodyModel[6].addShapeBox(0F, 0F, 0F, 95, 1, 1, 0F,-1F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, -0.5F, -1F, -1F, -0.5F, -1F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, -0.5F, -1F, 0F, -0.5F); // 13 - bodyModel[6].setRotationPoint(-56F, -27F, 9.5F); - - bodyModel[7].addShapeBox(0F, 0F, 0F, 95, 2, 5, 0F,-1F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, -0.5F, -1F, -2F, -0.5F, -1F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, -0.5F, -1F, 0F, -0.5F); // 14 - bodyModel[7].setRotationPoint(-56F, -29F, 5F); - - bodyModel[8].addShapeBox(0F, 0F, 0F, 95, 2, 5, 0F,-1F, -2F, -0.5F, 0F, -2F, -0.5F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -2F, 0F, -1F, -2F, 0F); // 15 - bodyModel[8].setRotationPoint(-56F, -29F, -10F); - - bodyModel[9].addShapeBox(0F, 0F, 0F, 95, 1, 5, 0F,-1F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, -1F, -1F, 0F, -1F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, -1F, 0F, 0F); // 16 - bodyModel[9].setRotationPoint(-56F, -30F, 0F); - - bodyModel[10].addShapeBox(0F, 0F, 0F, 95, 1, 5, 0F,-1F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, -1F, -1F, 0F); // 17 - bodyModel[10].setRotationPoint(-56F, -30F, -5F); - - bodyModel[11].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,-0.5F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 26 - bodyModel[11].setRotationPoint(-57F, -25F, -4F); - - bodyModel[12].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,-0.5F, 1F, -0.5F, 0F, 1F, -0.5F, 0F, 1F, 0F, -0.5F, 1F, 0F, -0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, -0.5F, 0F, 0F); // 27 - bodyModel[12].setRotationPoint(-57F, -25F, 2F); - - bodyModel[13].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 1F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, -0.5F, 1F, 1F, -0.5F, 1F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, -0.5F, 1F, 0F, -0.5F); // 29 - bodyModel[13].setRotationPoint(-57F, -25F, -3F); - - bodyModel[14].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 1F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0.5F, 1F, 1F, 0.5F, 1F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 1F, 0F, 0.5F); // 30 - bodyModel[14].setRotationPoint(-57F, -25F, 2F); - - bodyModel[15].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 31 - bodyModel[15].setRotationPoint(-57F, -27F, -3F); - - bodyModel[16].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 32 - bodyModel[16].setRotationPoint(-57F, -27F, -4F); - - bodyModel[17].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0F, -0.5F, 0F, 0F); // 33 - bodyModel[17].setRotationPoint(-57F, -27F, 3F); - - bodyModel[18].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 34 - bodyModel[18].setRotationPoint(-57F, -27F, -4F); - - bodyModel[19].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, -0.5F, 1F, 0F, -0.5F); // 35 - bodyModel[19].setRotationPoint(-57F, -27F, 3F); - - bodyModel[20].addShapeBox(0F, 0F, 0F, 1, 1, 6, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 36 - bodyModel[20].setRotationPoint(-57F, -9F, -3F); - - bodyModel[21].addShapeBox(0F, 0F, 0F, 7, 7, 20, 0F,0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F); // 54 - bodyModel[21].setRotationPoint(-29F, -7F, -10F); - - bodyModel[22].addShapeBox(0F, 0F, 0F, 8, 7, 20, 0F,0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -0.1F, 0.3F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F, 0F, -1.5F, -2.5F); // 55 - bodyModel[22].setRotationPoint(-20F, -7F, -10F); - - bodyModel[23].addShapeBox(0F, 0F, 0F, 8, 4, 14, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 56 - bodyModel[23].setRotationPoint(-10F, -7F, -7F); - - bodyModel[24].addShapeBox(0F, 0F, 0F, 3, 18, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.8F, 0F, 0F, -0.8F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.8F, 0F, 0F, -0.8F); // 57 - bodyModel[24].setRotationPoint(-56F, -25F, -3F); - - bodyModel[25].addShapeBox(0F, 0F, -1F, 3, 18, 1, 0F,0F, 0F, -0.8F, 0F, 0F, -0.8F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.8F, 0F, 0F, -0.8F, 0F, 0F, 0F, 0F, 0F, 0F); // 58 - bodyModel[25].setRotationPoint(-56F, -25F, 3F); - - bodyModel[26].addShapeBox(0F, 0F, 0F, 7, 3, 7, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 63 - bodyModel[26].setRotationPoint(0F, -7F, 0F); - - bodyModel[27].addShapeBox(0F, 0F, 0F, 9, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 64 - bodyModel[27].setRotationPoint(0F, -7F, -8F); - - bodyModel[28].addShapeBox(0F, 0F, 0F, 3, 4, 16, 0F,0F, -0.1F, 0.5F, 0F, -0.1F, 0.5F, 0F, -0.1F, 0.5F, 0F, -0.1F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 65 - bodyModel[28].setRotationPoint(10F, -7F, -8F); - - bodyModel[29].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 67 - bodyModel[29].setRotationPoint(-50F, -5F, -6F); - - bodyModel[30].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 68 - bodyModel[30].setRotationPoint(-36F, -5F, -6F); - - bodyModel[31].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 69 - bodyModel[31].setRotationPoint(-50F, -5F, 6F); - - bodyModel[32].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 70 - bodyModel[32].setRotationPoint(-36F, -5F, 6F); - - bodyModel[33].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 71 - bodyModel[33].setRotationPoint(-48F, -3F, -7F); - - bodyModel[34].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 72 - bodyModel[34].setRotationPoint(-34F, -3F, -7F); - - bodyModel[35].addBox(0F, 0F, 0F, 3, 1, 16, 0F); // 73 - bodyModel[35].setRotationPoint(-42F, -5F, -8F); - - bodyModel[36].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 74 - bodyModel[36].setRotationPoint(-50F, -5F, -8F); - - bodyModel[37].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 75 - bodyModel[37].setRotationPoint(-50F, -5F, 7F); - - bodyModel[38].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 76 - bodyModel[38].setRotationPoint(-36F, -5F, -8F); - - bodyModel[39].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 77 - bodyModel[39].setRotationPoint(-36F, -5F, 7F); - - bodyModel[40].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 78 - bodyModel[40].setRotationPoint(-43F, -3F, -8F); - - bodyModel[41].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 79 - bodyModel[41].setRotationPoint(-43F, -3F, 7F); - - bodyModel[42].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 80 - bodyModel[42].setRotationPoint(-45F, -5F, -8F); - - bodyModel[43].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 81 - bodyModel[43].setRotationPoint(-45F, -5F, 7F); - - bodyModel[44].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 82 - bodyModel[44].setRotationPoint(-38F, -5F, -8F); - - bodyModel[45].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 83 - bodyModel[45].setRotationPoint(-38F, -5F, 7F); - - bodyModel[46].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 84 - bodyModel[46].setRotationPoint(-49F, -4F, -8F); - - bodyModel[47].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 85 - bodyModel[47].setRotationPoint(-47F, -4F, -8F); - - bodyModel[48].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 86 - bodyModel[48].setRotationPoint(-49F, -4F, 7F); - - bodyModel[49].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 87 - bodyModel[49].setRotationPoint(-47F, -4F, 7F); - - bodyModel[50].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 88 - bodyModel[50].setRotationPoint(-35F, -4F, -8F); - - bodyModel[51].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 89 - bodyModel[51].setRotationPoint(-33F, -4F, -8F); - - bodyModel[52].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 90 - bodyModel[52].setRotationPoint(-35F, -4F, 7F); - - bodyModel[53].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 91 - bodyModel[53].setRotationPoint(-33F, -4F, 7F); - - bodyModel[54].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 92 - bodyModel[54].setRotationPoint(-42F, -7F, -1F); - - bodyModel[55].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 93 - bodyModel[55].setRotationPoint(-42F, -6F, -9F); - - bodyModel[56].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 94 - bodyModel[56].setRotationPoint(-42F, -6F, 8F); - - bodyModel[57].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 95 - bodyModel[57].setRotationPoint(-42F, -4F, -7F); - - bodyModel[58].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 96 - bodyModel[58].setRotationPoint(-42F, -4F, 6F); - - bodyModel[59].addBox(0F, 0F, 0F, 15, 1, 2, 0F); // 97 - bodyModel[59].setRotationPoint(-48F, -4F, -1F); - - bodyModel[60].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F); // 98 - bodyModel[60].setRotationPoint(-43F, -4F, -10F); - - bodyModel[61].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 99 - bodyModel[61].setRotationPoint(-39F, -7F, -10F); - - bodyModel[62].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F); // 100 - bodyModel[62].setRotationPoint(-43F, -4F, 8F); - - bodyModel[63].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 101 - bodyModel[63].setRotationPoint(-39F, -7F, 9F); - - bodyModel[64].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 102 - bodyModel[64].setRotationPoint(15F, -5F, -6F); - - bodyModel[65].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 103 - bodyModel[65].setRotationPoint(29F, -5F, -6F); - - bodyModel[66].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 104 - bodyModel[66].setRotationPoint(15F, -5F, 6F); - - bodyModel[67].addBox(0F, 0F, 0F, 5, 5, 0, 0F); // 105 - bodyModel[67].setRotationPoint(29F, -5F, 6F); - - bodyModel[68].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 106 - bodyModel[68].setRotationPoint(17F, -3F, -7F); - - bodyModel[69].addBox(0F, 0F, 0F, 1, 1, 14, 0F); // 107 - bodyModel[69].setRotationPoint(31F, -3F, -7F); - - bodyModel[70].addBox(0F, 0F, 0F, 3, 1, 16, 0F); // 108 - bodyModel[70].setRotationPoint(23F, -5F, -8F); - - bodyModel[71].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 109 - bodyModel[71].setRotationPoint(15F, -5F, -8F); - - bodyModel[72].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 110 - bodyModel[72].setRotationPoint(15F, -5F, 7F); - - bodyModel[73].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 111 - bodyModel[73].setRotationPoint(29F, -5F, -8F); - - bodyModel[74].addBox(0F, 0F, 0F, 5, 1, 1, 0F); // 112 - bodyModel[74].setRotationPoint(29F, -5F, 7F); - - bodyModel[75].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 113 - bodyModel[75].setRotationPoint(22F, -3F, -8F); - - bodyModel[76].addShapeBox(0F, 0F, 0F, 5, 1, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 114 - bodyModel[76].setRotationPoint(22F, -3F, 7F); - - bodyModel[77].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 115 - bodyModel[77].setRotationPoint(20F, -5F, -8F); - - bodyModel[78].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, 0F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F); // 116 - bodyModel[78].setRotationPoint(20F, -5F, 7F); - - bodyModel[79].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 117 - bodyModel[79].setRotationPoint(27F, -5F, -8F); - - bodyModel[80].addShapeBox(0F, 0F, 0F, 2, 3, 1, 0F,0F, -2F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F, 0F, -2F, 0F, 0F, -2F, 0F, 0F, 0.5F, 0F); // 118 - bodyModel[80].setRotationPoint(27F, -5F, 7F); - - bodyModel[81].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 119 - bodyModel[81].setRotationPoint(16F, -4F, -8F); - - bodyModel[82].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 120 - bodyModel[82].setRotationPoint(18F, -4F, -8F); - - bodyModel[83].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 121 - bodyModel[83].setRotationPoint(16F, -4F, 7F); - - bodyModel[84].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 122 - bodyModel[84].setRotationPoint(18F, -4F, 7F); - - bodyModel[85].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 123 - bodyModel[85].setRotationPoint(30F, -4F, -8F); - - bodyModel[86].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 124 - bodyModel[86].setRotationPoint(32F, -4F, -8F); - - bodyModel[87].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 125 - bodyModel[87].setRotationPoint(30F, -4F, 7F); - - bodyModel[88].addBox(0F, 0F, 0F, 1, 2, 1, 0F); // 126 - bodyModel[88].setRotationPoint(32F, -4F, 7F); - - bodyModel[89].addShapeBox(0F, 0F, 0F, 3, 2, 2, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 127 - bodyModel[89].setRotationPoint(23F, -7F, -1F); - - bodyModel[90].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 128 - bodyModel[90].setRotationPoint(23F, -6F, -9F); - - bodyModel[91].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 129 - bodyModel[91].setRotationPoint(23F, -6F, 8F); - - bodyModel[92].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 130 - bodyModel[92].setRotationPoint(23F, -4F, -7F); - - bodyModel[93].addBox(0F, 0F, 0F, 3, 2, 1, 0F); // 131 - bodyModel[93].setRotationPoint(23F, -4F, 6F); - - bodyModel[94].addBox(0F, 0F, 0F, 15, 1, 2, 0F); // 132 - bodyModel[94].setRotationPoint(17F, -4F, -1F); - - bodyModel[95].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, -1.5F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F); // 133 - bodyModel[95].setRotationPoint(27F, -4F, 10F); - bodyModel[95].rotateAngleY = 3.14159265F; - - bodyModel[96].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 134 - bodyModel[96].setRotationPoint(23F, -7F, 10F); - bodyModel[96].rotateAngleY = 3.14159265F; - - bodyModel[97].addShapeBox(0F, 0F, 0F, 4, 2, 2, 0F,0F, -1.5F, 0F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, 0F, 0F, 0F, -1.5F, -1.5F, 0F, -1.5F, 0F, 0F, 0F, -1.5F); // 135 - bodyModel[97].setRotationPoint(27F, -4F, -8F); - bodyModel[97].rotateAngleY = 3.14159265F; - - bodyModel[98].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, 0.5F, 0F); // 136 - bodyModel[98].setRotationPoint(23F, -7F, -9F); - bodyModel[98].rotateAngleY = 3.14159265F; - - bodyModel[99].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, -2F, -0.5F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 142 - bodyModel[99].setRotationPoint(39F, -29F, -10F); - - bodyModel[100].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, 0F, 0F, 0F, -3F, 0F, 0F, -3F, 0F, 0F, -2F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 143 - bodyModel[100].setRotationPoint(39F, -29F, 5F); - - bodyModel[101].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, -1F, 0F, 0F, -4F, 0F, 0F, -4F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 144 - bodyModel[101].setRotationPoint(39F, -30F, -5F); - - bodyModel[102].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, 0F, 0F, 0F, -4F, 0F, 0F, -4F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 145 - bodyModel[102].setRotationPoint(39F, -30F, 0F); - - bodyModel[103].addBox(0F, 0F, 0F, 1, 18, 6, 0F); // 146 - bodyModel[103].setRotationPoint(39F, -25F, -3F); - - bodyModel[104].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F); // 147 - bodyModel[104].setRotationPoint(40F, -25F, -4F); - - bodyModel[105].addShapeBox(0F, 0F, 0F, 1, 17, 2, 0F,0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0F, 0F, 0F, 0F); // 148 - bodyModel[105].setRotationPoint(40F, -25F, 2F); - - bodyModel[106].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 149 - bodyModel[106].setRotationPoint(39F, -26F, -4F); - - bodyModel[107].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F); // 150 - bodyModel[107].setRotationPoint(39F, -26F, 3F); - - bodyModel[108].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 151 - bodyModel[108].setRotationPoint(40F, -26F, -3F); - - bodyModel[109].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 152 - bodyModel[109].setRotationPoint(41F, -25F, -3F); - - bodyModel[110].addShapeBox(0F, 0F, 0F, 1, 17, 1, 0F,1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 153 - bodyModel[110].setRotationPoint(41F, -25F, 2F); - - bodyModel[111].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 154 - bodyModel[111].setRotationPoint(41F, -26F, -4F); - - bodyModel[112].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 155 - bodyModel[112].setRotationPoint(41F, -26F, 3F); - - bodyModel[113].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F); // 156 - bodyModel[113].setRotationPoint(40F, -8F, -3F); - - bodyModel[114].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F); // 157 - bodyModel[114].setRotationPoint(39F, -7F, 4F); - bodyModel[114].rotateAngleX = -3.14159265F; - - bodyModel[115].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F); // 158 - bodyModel[115].setRotationPoint(39F, -7F, -3F); - bodyModel[115].rotateAngleX = -3.14159265F; - - bodyModel[116].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 159 - bodyModel[116].setRotationPoint(41F, -7F, 4F); - bodyModel[116].rotateAngleX = -3.14159265F; - - bodyModel[117].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 160 - bodyModel[117].setRotationPoint(41F, -7F, -3F); - bodyModel[117].rotateAngleX = -3.14159265F; - - bodyModel[118].addShapeBox(0F, 0F, 0F, 4, 2, 16, 0F,0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 161 - bodyModel[118].setRotationPoint(36F, -7F, -8F); - - bodyModel[119].addBox(0F, 0F, 0F, 5, 1, 2, 0F); // 162 - bodyModel[119].setRotationPoint(38F, -5F, -1F); - - bodyModel[120].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 163 - bodyModel[120].setRotationPoint(-38F, -10F, -11F); - - bodyModel[121].addShapeBox(0F, 0F, 0F, 0, 16, 22, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 164 - bodyModel[121].setRotationPoint(-50F, -25F, -11F); - - bodyModel[122].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 166 - bodyModel[122].setRotationPoint(-50F, -27F, -11.5F); - - bodyModel[123].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 167 - bodyModel[123].setRotationPoint(-50F, -29F, -10F); - - bodyModel[124].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, -0.1F, -5.05F, 0F, -0.1F, -5.05F, 0F, -0.1F, -5.05F, 0F, -0.1F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 168 - bodyModel[124].setRotationPoint(-50F, -30F, -5F); - - bodyModel[125].addShapeBox(0F, 0F, 0F, 0, 2, 22, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 169 - bodyModel[125].setRotationPoint(-50F, -9F, -11F); - - bodyModel[126].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 170 - bodyModel[126].setRotationPoint(27F, -27F, -11.5F); - - bodyModel[127].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 171 - bodyModel[127].setRotationPoint(27F, -29F, -10F); - - bodyModel[128].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 172 - bodyModel[128].setRotationPoint(27F, -30F, -5F); - - bodyModel[129].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 174 - bodyModel[129].setRotationPoint(-38F, -10F, 3F); - - bodyModel[130].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 175 - bodyModel[130].setRotationPoint(-33F, -19F, -11F); - - bodyModel[131].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 176 - bodyModel[131].setRotationPoint(-33F, -19F, 3F); - - bodyModel[132].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 177 - bodyModel[132].setRotationPoint(-35F, -10F, -9F); - - bodyModel[133].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 178 - bodyModel[133].setRotationPoint(-35F, -10F, -5F); - - bodyModel[134].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 179 - bodyModel[134].setRotationPoint(-35F, -10F, 4F); - - bodyModel[135].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 180 - bodyModel[135].setRotationPoint(-35F, -10F, 8F); - - bodyModel[136].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 181 - bodyModel[136].setRotationPoint(-27F, -10F, -11F); - - bodyModel[137].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 182 - bodyModel[137].setRotationPoint(-27F, -10F, 3F); - - bodyModel[138].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 183 - bodyModel[138].setRotationPoint(-22F, -19F, -11F); - - bodyModel[139].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 184 - bodyModel[139].setRotationPoint(-22F, -19F, 3F); - - bodyModel[140].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 185 - bodyModel[140].setRotationPoint(-24F, -10F, -9F); - - bodyModel[141].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 186 - bodyModel[141].setRotationPoint(-24F, -10F, -5F); - - bodyModel[142].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 187 - bodyModel[142].setRotationPoint(-24F, -10F, 4F); - - bodyModel[143].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 188 - bodyModel[143].setRotationPoint(-24F, -10F, 8F); - - bodyModel[144].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 189 - bodyModel[144].setRotationPoint(-16F, -10F, -11F); - - bodyModel[145].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 190 - bodyModel[145].setRotationPoint(-16F, -10F, 3F); - - bodyModel[146].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 191 - bodyModel[146].setRotationPoint(-11F, -19F, -11F); - - bodyModel[147].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 192 - bodyModel[147].setRotationPoint(-11F, -19F, 3F); - - bodyModel[148].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 193 - bodyModel[148].setRotationPoint(-13F, -10F, -9F); - - bodyModel[149].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 194 - bodyModel[149].setRotationPoint(-13F, -10F, -5F); - - bodyModel[150].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 195 - bodyModel[150].setRotationPoint(-13F, -10F, 4F); - - bodyModel[151].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 196 - bodyModel[151].setRotationPoint(-13F, -10F, 8F); - - bodyModel[152].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.1F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 197 - bodyModel[152].setRotationPoint(-5F, -10F, -11F); - - bodyModel[153].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 198 - bodyModel[153].setRotationPoint(-5F, -10F, 3F); - - bodyModel[154].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 199 - bodyModel[154].setRotationPoint(0F, -19F, -11F); - - bodyModel[155].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 200 - bodyModel[155].setRotationPoint(0F, -19F, 3F); - - bodyModel[156].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 201 - bodyModel[156].setRotationPoint(-2F, -10F, -9F); - - bodyModel[157].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 202 - bodyModel[157].setRotationPoint(-2F, -10F, -5F); - - bodyModel[158].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 203 - bodyModel[158].setRotationPoint(-2F, -10F, 4F); - - bodyModel[159].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 204 - bodyModel[159].setRotationPoint(-2F, -10F, 8F); - - bodyModel[160].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 205 - bodyModel[160].setRotationPoint(6F, -10F, -11F); - - bodyModel[161].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 206 - bodyModel[161].setRotationPoint(6F, -10F, 3F); - - bodyModel[162].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 207 - bodyModel[162].setRotationPoint(11F, -19F, -11F); - - bodyModel[163].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 208 - bodyModel[163].setRotationPoint(11F, -19F, 3F); - - bodyModel[164].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 209 - bodyModel[164].setRotationPoint(9F, -10F, -9F); - - bodyModel[165].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 210 - bodyModel[165].setRotationPoint(9F, -10F, -5F); - - bodyModel[166].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 211 - bodyModel[166].setRotationPoint(9F, -10F, 4F); - - bodyModel[167].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 212 - bodyModel[167].setRotationPoint(9F, -10F, 8F); - - bodyModel[168].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 213 - bodyModel[168].setRotationPoint(17F, -10F, -11F); - - bodyModel[169].addShapeBox(0F, 0F, 0F, 5, 1, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 214 - bodyModel[169].setRotationPoint(17F, -10F, 3F); - - bodyModel[170].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F, 0F, 0F, 0F, 0F, 0F, 0F); // 215 - bodyModel[170].setRotationPoint(22F, -19F, -11F); - - bodyModel[171].addShapeBox(0F, 0F, 0F, 0, 9, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.3F, 0F, 0F, -0.3F); // 216 - bodyModel[171].setRotationPoint(22F, -19F, 3F); - - bodyModel[172].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 217 - bodyModel[172].setRotationPoint(20F, -10F, -9F); - - bodyModel[173].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 218 - bodyModel[173].setRotationPoint(20F, -10F, -5F); - - bodyModel[174].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 219 - bodyModel[174].setRotationPoint(20F, -10F, 4F); - - bodyModel[175].addShapeBox(0F, 0F, 0F, 1, 3, 1, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 220 - bodyModel[175].setRotationPoint(20F, -10F, 8F); - - bodyModel[176].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 222 - bodyModel[176].setRotationPoint(-43F, -27F, -11.5F); - - bodyModel[177].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 223 - bodyModel[177].setRotationPoint(-43F, -29F, -10F); - - bodyModel[178].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 224 - bodyModel[178].setRotationPoint(-43F, -30F, -5F); - - bodyModel[179].addShapeBox(0F, 0F, 0F, 0, 16, 22, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 226 - bodyModel[179].setRotationPoint(34F, -25F, -11F); - - bodyModel[180].addShapeBox(0F, 0F, 0F, 0, 1, 22, 0F,0F, 0F, -2.05F, 0F, 0F, -2.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.55F, 0F, 0F, -1.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 227 - bodyModel[180].setRotationPoint(34F, -27F, -11.5F); - - bodyModel[181].addShapeBox(0F, 0F, 0F, 0, 2, 20, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F, 0F, 0F, -0.55F); // 228 - bodyModel[181].setRotationPoint(34F, -29F, -10F); - - bodyModel[182].addShapeBox(0F, 0F, 0F, 0, 1, 10, 0F,0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -5.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F); // 229 - bodyModel[182].setRotationPoint(34F, -30F, -5F); - - bodyModel[183].addShapeBox(0F, 0F, 0F, 0, 2, 22, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 230 - bodyModel[183].setRotationPoint(34F, -9F, -11F); - - bodyModel[184].addShapeBox(0F, 0F, 0F, 1, 20, 1, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.5F, 0F, 0F, -1.5F, 0F, 0F, 0F, 0F); // 234 - bodyModel[184].setRotationPoint(40F, -25F, -7F); - - bodyModel[185].addShapeBox(0F, 0F, 0F, 1, 3, 2, 0F,0F, -0.5F, -1F, 0F, -0.5F, -1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F); // 235 - bodyModel[185].setRotationPoint(40F, -28F, -7F); - - bodyModel[186].addShapeBox(0F, 0F, 0F, 94, 5, 0, 0F,0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 235 - bodyModel[186].setRotationPoint(-55F, -14F, 11F); - - bodyModel[187].addShapeBox(0F, 0F, 0F, 94, 5, 0, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0.1F, 0F, 0F, 0.1F); // Box 236 - bodyModel[187].setRotationPoint(-55F, -14F, -11F); - - bodyModel[188].addShapeBox(0F, 0F, 0F, 1, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 235 - bodyModel[188].setRotationPoint(39F, -25F, 3F); - - bodyModel[189].addBox(0F, 0F, 0F, 1, 5, 8, 0F); // Box 236 - bodyModel[189].setRotationPoint(39F, -14F, 3F); - - bodyModel[190].addShapeBox(0F, 0F, 0F, 1, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F); // Box 237 - bodyModel[190].setRotationPoint(39F, -9F, 3F); - - bodyModel[191].addShapeBox(0F, 0F, 0F, 1, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 238 - bodyModel[191].setRotationPoint(39F, -9F, -11F); - - bodyModel[192].addShapeBox(0F, 0F, 0F, 1, 5, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 239 - bodyModel[192].setRotationPoint(39F, -14F, -11F); - - bodyModel[193].addShapeBox(0F, 0F, 0F, 1, 11, 8, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 240 - bodyModel[193].setRotationPoint(39F, -25F, -11F); - - bodyModel[194].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, -3F, 0F, 0F, -2F, -0.5F, 0F, 0F, 0F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 241 - bodyModel[194].setRotationPoint(-56F, -29F, -10F); - - bodyModel[195].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, -4F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, -4F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 242 - bodyModel[195].setRotationPoint(-56F, -30F, -5F); - - bodyModel[196].addShapeBox(0F, 0F, 0F, 1, 4, 5, 0F,0F, -4F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -4F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 243 - bodyModel[196].setRotationPoint(-56F, -30F, 0F); - - bodyModel[197].addShapeBox(0F, 0F, 0F, 1, 3, 5, 0F,0F, -3F, 0F, 0F, 0F, 0F, 0F, -2F, -0.5F, 0F, -3F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 244 - bodyModel[197].setRotationPoint(-56F, -29F, 5F); - - bodyModel[198].addBox(0F, 0F, 0F, 1, 18, 6, 0F); // Box 245 - bodyModel[198].setRotationPoint(-56F, -26F, -3F); - - bodyModel[199].addBox(0F, 0F, 0F, 5, 1, 2, 0F); // Box 246 - bodyModel[199].setRotationPoint(-58F, -5F, -1F); - - bodyModel[200].addShapeBox(0F, 0F, 0F, 4, 2, 16, 0F,0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, -0.5F, 0.5F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 247 - bodyModel[200].setRotationPoint(-56F, -7F, -8F); - - bodyModel[201].addShapeBox(0F, 0F, 0F, 2, 1, 2, 0F,-0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0.5F, -0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F); // Box 249 - bodyModel[201].setRotationPoint(-57F, -7F, 4F); - bodyModel[201].rotateAngleX = -3.14159265F; - - bodyModel[202].addShapeBox(0F, 0F, 0F, 2, 1, 1, 0F,-0.5F, 0.5F, 0.5F, -0.5F, 0.5F, 0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0F, -0.5F, 0F, 0F); // Box 250 - bodyModel[202].setRotationPoint(-57F, -7F, -3F); - bodyModel[202].rotateAngleX = -3.14159265F; - - bodyModel[203].addShapeBox(0F, 0F, 0F, 0, 4, 22, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[203].setRotationPoint(27F, -13F, -11F); - - bodyModel[204].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[204].setRotationPoint(27F, -25F, -11F); - - bodyModel[205].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[205].setRotationPoint(27F, -25F, 4F); - - bodyModel[206].addShapeBox(0F, 0F, 0F, 0, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 165 - bodyModel[206].setRotationPoint(27F, -25F, -4F); - - bodyModel[207].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, 0F, 0F, 0F, 0F); // 173 - bodyModel[207].setRotationPoint(27F, -9F, -11F); - - bodyModel[208].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 173 - bodyModel[208].setRotationPoint(27F, -9F, 4F); - - bodyModel[209].addShapeBox(0F, 0F, 0F, 0, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 173 - bodyModel[209].setRotationPoint(27F, -9F, -4F); - - bodyModel[210].addShapeBox(0F, 0F, 0F, 70, 1, 3, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.5F, 0.05F, 0F, -0.5F, 0.05F, 0F, -0.7F, 0F, 0F, -0.7F, 0F); // 178 - bodyModel[210].setRotationPoint(-43F, -24F, -10F); - - bodyModel[211].addShapeBox(0F, 0F, 0F, 70, 1, 3, 0F,0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.1F, 0F, 0F, -0.7F, 0F, 0F, -0.7F, 0F, 0F, -0.5F, 0.05F, 0F, -0.5F, 0.05F); // 178 - bodyModel[211].setRotationPoint(-43F, -24F, 7F); - - bodyModel[212].addShapeBox(0F, 0F, 0F, 0, 4, 22, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[212].setRotationPoint(-43F, -13F, -11F); - - bodyModel[213].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[213].setRotationPoint(-43F, -25F, -11F); - - bodyModel[214].addShapeBox(0F, 0F, 0F, 0, 11, 7, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[214].setRotationPoint(-43F, -25F, 4F); - - bodyModel[215].addShapeBox(0F, 0F, 0F, 0, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 221 - bodyModel[215].setRotationPoint(-43F, -25F, -4F); - - bodyModel[216].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F, 0F, 0F, 0F, 0F, 0F, 0F); // 225 - bodyModel[216].setRotationPoint(-43F, -9F, -11F); - - bodyModel[217].addShapeBox(0F, 0F, 0F, 0, 2, 7, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -0.05F, 0F, 0F, -0.05F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1.05F, 0F, 0F, -1.05F); // 225 - bodyModel[217].setRotationPoint(-43F, -9F, 4F); - - bodyModel[218].addShapeBox(0F, 0F, 0F, 0, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 225 - bodyModel[218].setRotationPoint(-43F, -9F, -4F); - - bodyModel[219].addShapeBox(0F, 0F, 0F, 2, 1, 6, 0F,1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 1F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 0F, 0.5F, -0.5F, 1F, 0.5F, -0.5F); // 156 - bodyModel[219].setRotationPoint(-57F, -8F, -3F); - - bodyModel[220].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, -0.5F, -0.5F, 0F, -0.5F, -0.5F, 0F, 0.5F, 0.5F, 1F, 0.5F, 0.5F, 1F, 0F, -0.5F, 0F, 0F, -0.5F, 0F, 0F, 0.5F, 1F, 0F, 0.5F); // 159 - bodyModel[220].setRotationPoint(-57F, -7F, 4F); - bodyModel[220].rotateAngleX = -3.14159265F; - - bodyModel[221].addShapeBox(0F, 0F, 0F, 1, 1, 1, 0F,1F, 0.5F, 0.5F, 0F, 0.5F, 0.5F, 0F, -0.5F, -0.5F, 1F, -0.5F, -0.5F, 1F, 0F, 0.5F, 0F, 0F, 0.5F, 0F, 0F, -0.5F, 1F, 0F, -0.5F); // 160 - bodyModel[221].setRotationPoint(-57F, -7F, -3F); - bodyModel[221].rotateAngleX = -3.14159265F; - - bodyModel[222].addShapeBox(0F, 0F, 0F, 1, 11, 8, 0F,0F, 1F, -1F, 0F, 1F, -1F, 0F, 1F, 0F, 0F, 1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // 139 - bodyModel[222].setRotationPoint(-56F, -25F, -11F); - - bodyModel[223].addBox(0F, 0F, 0F, 1, 5, 8, 0F); // 140 - bodyModel[223].setRotationPoint(-56F, -14F, 3F); - - bodyModel[224].addShapeBox(0F, 0F, 0F, 1, 11, 8, 0F,0F, 1F, 0F, 0F, 1F, 0F, 0F, 1F, -1F, 0F, 1F, -1F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 237 - bodyModel[224].setRotationPoint(-56F, -25F, 3F); - - bodyModel[225].addShapeBox(0F, 0F, 0F, 1, 5, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F); // Box 241 - bodyModel[225].setRotationPoint(-56F, -14F, -11F); - - bodyModel[226].addShapeBox(0F, 0F, 0F, 1, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F, 0F, 0F, 0F, 0F, 0F, 0F); // 137 - bodyModel[226].setRotationPoint(-56F, -9F, -11F); - - bodyModel[227].addShapeBox(0F, 0F, 0F, 1, 2, 8, 0F,0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, 0F, -1F, 0F, 0F, -1F); // 138 - bodyModel[227].setRotationPoint(-56F, -9F, 3F); - } -} \ No newline at end of file diff --git a/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass153.java b/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass153.java index 182c26679e..9b5fea4d5f 100644 --- a/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass153.java +++ b/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass153.java @@ -121,7 +121,7 @@ protected void readEntityFromNBT(NBTTagCompound nbttagcompound) { } @Override - public float getOptimalDistance(EntityMinecart cart) { return 0.8F; + public float getOptimalDistance(EntityMinecart cart) { return 0.7F; } @Override diff --git a/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass158.java b/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass158.java index 726fe6c234..f55f952cf7 100644 --- a/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass158.java +++ b/src/main/java/train/common/entity/rollingStock/EntityLocoDieselClass158.java @@ -39,7 +39,7 @@ public EntityLocoDieselClass158(World world, double d, double d1, double d2) { public void updateRiderPosition() { if(riddenByEntity==null){return;} double pitchRads = this.anglePitchClient * Math.PI / 180.0D; - double distance = 5.05; + double distance = 5.03; double yOffset = -0.1; float rotationCos1 = (float) Math.cos(Math.toRadians(this.renderYaw + 90)); float rotationSin1 = (float) Math.sin(Math.toRadians((this.renderYaw + 90))); @@ -148,7 +148,7 @@ public boolean interactFirst(EntityPlayer entityplayer) { @Override public float getOptimalDistance(EntityMinecart cart) { - return 0.67F; + return 0.7F; } @Override diff --git a/src/main/java/train/common/library/EnumSounds.java b/src/main/java/train/common/library/EnumSounds.java index 22aa4fbfb5..e21ffa1e56 100644 --- a/src/main/java/train/common/library/EnumSounds.java +++ b/src/main/java/train/common/library/EnumSounds.java @@ -131,7 +131,7 @@ public enum EnumSounds { ElectricRenfe450Motor(EntityLocoElectricRenfe450Motor.class, "446Horn", 0.8F, "vl10_idle", 0.6F, 50, "vl10_idle", 0.6F, 50, false), SteamC11(EntityLocoSteamC11.class, "class62_horn", 0.6F, "steam_run", 0.4F, 20, "steam_run", 0.4F, 20, true), SteamStarClass(EntityLocoSteamStarClass.class, "adler_whistle", 0.8F, "adler_run", 0.2F, 20, "adler_run", 0.2F, 20, true), - Class43(EntityLocoDieselClass43.class, "HSTHorn", 1.1F, "chme3_idle", 0.65F, 40, "chme3_idle", 0.65F, 40, false), + Class43(EntityLocoDieselClass43.class, "HSTHorn", 1.2F, "chme3_idle", 0.65F, 40, "chme3_idle", 0.65F, 40, false), Class90(EntityElectricClass90.class, "mg_horn", 1F, "Class868790Thrash", 0.8F, 10, "Class90Idle", 0.6F, 50, false), Class91(EntityElectricClass91.class, "mg_horn", 1F, "Class868790Thrash", 0.8F, 10, "Class90Idle", 0.6F, 50, false), Class321(EntityElectricClass321.class, "mg_horn", 1F, "vl10_idle", 0.8F, 10, "vl10_idle", 0.6F, 50, false), diff --git a/src/main/java/train/common/library/EnumTrains.java b/src/main/java/train/common/library/EnumTrains.java index 3a38d733f2..8d38a8368a 100644 --- a/src/main/java/train/common/library/EnumTrains.java +++ b/src/main/java/train/common/library/EnumTrains.java @@ -416,10 +416,10 @@ public enum EnumTrains { locoAlcoS2("Alco S2", EntityLocoDieselBapAlcoS2.class, ItemIDs.minecartAlcoS2.item, "diesel", 1000, 96, 0, 25, 0, 170, 0.7, 0.9, 13000, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Grey", "Green", "Orange", "Pink", "Yellow", "Blue", "LightGrey", "Magenta", "Red"}), 18, -2, "Pack: Bap"), Beep("Beep", EntityLocoDieselBapBeep.class, ItemIDs.minecartBeep.item, "diesel", 1500, 105, 0, 25, 0, 180, 0.89, 0.8, 13000, null, 10, -2.2, "Pack: Bap"), - Class158("Class 158 Engine", EntityLocoDieselClass158.class, ItemIDs.minecartClass158engine.item, "diesel", 350, 145, 3,10, 0, 100, 0.7, 0.8, 8000, TraincraftUtil.getBytesFromColors(new String[] {"White", "Green", "Cyan", "Blue", "Purple", "Grey", "LightBlue","Lime", "LightGrey", "Yellow", "Magenta", "Orange"}), 18, -4.95, "Pack: B.I.P."), + Class158("Class 158 Engine", EntityLocoDieselClass158.class, ItemIDs.minecartClass158engine.item, "diesel", 350, 145, 3,10, 0, 100, 0.7, 0.8, 8000, TraincraftUtil.getBytesFromColors(new String[] {"White", "Green", "Cyan", "Blue", "Purple", "Grey", "LightBlue","Lime", "LightGrey", "Yellow", "Magenta", "Orange"}), 18, -4.82, "Pack: B.I.P."), Class158Coach("Class 158 Passenger Car", EntityClass158Coach.class, ItemIDs.minecartClass158car.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"White", "Green", "Cyan", "Blue", "Purple", "Grey","LightBlue","Lime", "LightGrey", "Yellow", "Magenta", "Orange"}),0,0, "Pack: B.I.P."), - Class153("Class 153 Engine", EntityLocoDieselClass153.class, ItemIDs.minecartClass153engine.item, "diesel", 350, 120, 1.4, 10,0,100,0.7,0.9,8000,TraincraftUtil.getBytesFromColors(new String[] {"LightBlue", "Green", "Grey", "Orange", "Yellow","Blue","Lime", "Purple"}), 18, -4.25,"Pack: B.I.P."), - Class153Coach("Class 153 Coach", EntityPassengerClass153.class, ItemIDs.minecartClass153Coach.item, "passenger", 0, 0, 1.4, 0,0,0,0,0,0,TraincraftUtil.getBytesFromColors(new String[] { "LightBlue", "Green", "Grey", "Orange", "Yellow","Blue","Lime", "Purple"}), 0, 0,"Pack: B.I.P."), + Class153("Class 153 Engine", EntityLocoDieselClass153.class, ItemIDs.minecartClass153engine.item, "diesel", 350, 120, 1.4, 10,0,100,0.7,0.9,8000,TraincraftUtil.getBytesFromColors(new String[] {"LightBlue", "Green", "Grey", "Orange", "Yellow","Blue","Lime", "Purple", "LightGrey"}), 18, -4.18,"Pack: B.I.P."), + Class153Coach("Class 153 Coach", EntityPassengerClass153.class, ItemIDs.minecartClass153Coach.item, "passenger", 0, 0, 1.4, 0,0,0,0,0,0,TraincraftUtil.getBytesFromColors(new String[] { "LightBlue", "Green", "Grey", "Orange", "Yellow","Blue","Lime", "Purple", "LightGrey"}), 0, 0,"Pack: B.I.P."), Class156("Class 156 Engine", EntityLocoDieselClass156.class, ItemIDs.minecartClass156engine.item, "diesel", 285, 121, 1.4, 10, 0, 100, 0.8, 0.8, 8000, TraincraftUtil.getBytesFromColors(new String[] { "Black", "Blue", "Cyan", "Green", "Grey","LightBlue", "LightGrey", "Magenta", "Pink", "Red", "White"}), 18, -3.7, "Pack: B.I.P."), Class47("Class 47", EntityLocoDieselClass47.class, ItemIDs.minecartClass47.item, "diesel", 2580, 154, 1.4, 10, 0, 100, 0.7, 0.8, 8000, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Blue","Green", "Grey", "LightBlue", "LightGrey", "Magenta", "Orange", "Purple", "Red", "White", "Yellow", "Brown", "Cyan", "Pink", "Lime", "Skin17", "Skin18", "Skin19"}), 18, -4.25, "Pack: B.I.P."), DRGWCaboose("DRGWCaboose",EntityCabooseBapDRGW.class, ItemIDs.minecartDRGWCaboose.item, "caboose", 2, TraincraftUtil.getBytesFromColors(new String[] {"LightGrey", "Grey", "Lime", "Yellow", "Black", "Red", "Orange", "Pink"}), 0, 0, "Pack: BAP"), @@ -455,12 +455,12 @@ public enum EnumTrains { BR_MK4_Coach("BR_MK4_Coach", EntityPassengerBR_MK4_Coach.class, ItemIDs.minecartBR_MK4_Coach.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Red","White", "Black", "Green", "Magenta", "Yellow", "Grey", "Pink"}),0,0, "Pack: B.I.P."), BR_MK4_Buffet("BR_MK4_Buffet", EntityPassengerBR_MK4_Buffet.class, ItemIDs.minecartBR_MK4_Buffet.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Red", "White", "Black", "Pink"}),0,0, "Pack: B.I.P."), BR_Black_5("BR_Black_5", EntityLocoSteamBR_Black_5.class, ItemIDs.minecartBR_Black_5.item, "steam", 1450, 149, 3, 10, 10 , 100, 0.7, 0.7, 6000, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Grey", "LightGrey", "Red", "White", "Magenta", "Yellow", "Purple"}), 18, -3.5f, "Pack: B.I.P."), - Class43("Class43", EntityLocoDieselClass43.class, ItemIDs.minecartClass43.item, "diesel", 2250, 238, 0, 25, 0, 180, 0.7, 0.7, 13000, TraincraftUtil.getBytesFromColors(new String[] {"White", "Blue", "Brown", "Green", "Red", "Cyan", "LightBlue", "Orange", "Yellow", "Purple", "Pink", "Black", "Grey", "LightGrey", "Magenta", "Lime", "Skin17", "Skin 18", "Skin19", "Skin20"}), 0, -3.15), - Class90("Class90", EntityElectricClass90.class, ItemIDs.minecartClass90.item, "electric", 5000, 178, 0,60, 0, 100, 0.75, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Green", "LightGrey", "Grey", "Pink", "Red", "White", "Magenta", "Brown"}), 18, -2.75), - Class91("Class91", EntityElectricClass91.class, ItemIDs.minecartClass91.item, "electric", 6300, 260, 0,60, 0, 100, 0.7, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Red", "White", "Pink"}), 18, -4.2), + Class43("Class43", EntityLocoDieselClass43.class, ItemIDs.minecartClass43.item, "diesel", 2250, 238, 0, 25, 0, 180, 0.7, 0.7, 13000, TraincraftUtil.getBytesFromColors(new String[] {"White", "Blue", "Brown", "Green", "Red", "Cyan", "LightBlue", "Orange", "Yellow", "Purple", "Pink", "Black", "Grey", "LightGrey", "Magenta", "Lime", "Skin17", "Skin 18", "Skin19", "Skin20"}), 0, -3.15,"Pack: B.I.P."), + Class90("Class90", EntityElectricClass90.class, ItemIDs.minecartClass90.item, "electric", 5000, 178, 0,60, 0, 100, 0.75, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Green", "LightGrey", "Grey", "Pink", "Red", "White", "Magenta", "Brown"}), 18, -2.75,"Pack: B.I.P."), + Class91("Class91", EntityElectricClass91.class, ItemIDs.minecartClass91.item, "electric", 6300, 260, 0,60, 0, 100, 0.7, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Red", "White", "Pink"}), 18, -4.2,"Pack: B.I.P."), Class321("Class321", EntityElectricClass321.class, ItemIDs.minecartClass321.item, "electric", 1438, 178, 0,60, 0, 100, 0.7, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Purple", "Grey", "White", "Red", "Green", "Blue"}), 18, -4,"Pack: B.I.P."), - Class321Motor("Class321Motor", EntityPassengerClass321Panto.class, ItemIDs.minecartClass321Panto.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0, TraincraftUtil.getBytesFromColors(new String[] {"Purple", "Grey", "White", "Red", "Green", "Blue"}), 0, 0), - Class321Coach("Class321Coach", EntityPassengerClass321Coach.class, ItemIDs.minecartClass321Coach.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"Purple", "Grey", "White", "Red", "Green"}),0,0), + Class321Motor("Class321Motor", EntityPassengerClass321Panto.class, ItemIDs.minecartClass321Panto.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0, TraincraftUtil.getBytesFromColors(new String[] {"Purple", "Grey", "White", "Red", "Green", "Blue"}), 0, 0,"Pack: B.I.P."), + Class321Coach("Class321Coach", EntityPassengerClass321Coach.class, ItemIDs.minecartClass321Coach.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"Purple", "Grey", "White", "Red", "Green"}),0,0,"Pack: B.I.P."), passengerMinetrain("Passenger Minecart Yellow", EntityPassengerMinetrain.class, ItemIDs.minecartPassengerMinetrain.item, "passenger", 0, 0, 1,0 , 0, 0, 0,0,0, null,0,0, EnumChatFormatting.YELLOW + "Not the most comfortabel of seats " + EnumChatFormatting.DARK_PURPLE + "-hariesh" ), //asteri("asteri", EntityLocoSteamasteri.class, ItemIDs.minecartasteri.item, "steam",303,69420,0,1,1,1,10,50,69420,null,15,-1.5, "Pack: Your Mum"), @@ -507,7 +507,7 @@ public enum EnumTrains { Class162CoachB("Class162CoachB", EntityPassengerClass162CoachB.class, ItemIDs.minecartClass162CoachB.item, "passenger", 0, 0, 0,0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Grey", "LightBlue", "Yellow", "Green", "Red"}), 18, 0,"Pack: B.I.P."), Class162CoachA("Class162CoachA", EntityPassengerClass162CoachA.class, ItemIDs.minecartClass162CoachA.item, "passenger", 0, 0, 0,0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Grey", "LightBlue", "Yellow", "Green", "Red"}), 18, 0,"Pack: B.I.P."), Class162Tail("Class162tail", EntityPassengerClass162Tail.class, ItemIDs.minecartClass162Tail.item, "passenger", 0, 0, 0,0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Grey", "LightBlue", "Yellow", "Green", "Red"}), 18, 0,"Pack: B.I.P."), - Class34("Class34", EntityLocoDieselClass34.class, ItemIDs.minecartClass34.item, "diesel", 2000, 146, 0, 10, 0, 100, 0.75, 0.9, 6000, TraincraftUtil.getBytesFromColors(new String[]{"Black" ,"Blue","Green","Grey","Lime" ,"Orange", "Pink", "Purple","Red","White","LightGrey", "Yellow"}), 18, -3, "Pack: B.I.P." ), + Class34("Class34", EntityLocoDieselClass34.class, ItemIDs.minecartClass34.item, "diesel", 2000, 146, 0, 10, 0, 100, 0.75, 0.9, 6000, TraincraftUtil.getBytesFromColors(new String[]{"Black", "Blue", "Green", "Grey", "Lime", "Orange", "Pink", "Purple", "Red", "White", "LightGrey", "Yellow", "Cyan", "Magenta", "Brown"}), 18, -3, "Pack: B.I.P." ), tankTankerUK("TankerUK", EntityTankerUK.class, ItemIDs.minecartTanker_UK.item, "tank", 2, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Red", "Green", "Yellow", "White"}), 18, 36, "Pack: B.I.P." ), MetalTram("MetalTram", EntityLocoElectricMetalTram.class, ItemIDs.minecartMetalTram.item, "electric", 500, 50, 0, 10, 0, 100, 0.7, 0.8, 1000,TraincraftUtil.getBytesFromColors(new String[]{"Green","Brown","Yellow"}) , 18, -2, "Modeller: Lord Squid"), MetalTramCoach("MetalTramCoach",EntityPassengerMetalTramCoach.class, ItemIDs.minecartMetalTramCoach.item, "passenger", 0, 0, 2, 0, 0, 0, 0, 0, 0,TraincraftUtil.getBytesFromColors(new String[]{"Green", "Brown", "Yellow"}), 0, 0, "Modeller: Lord Squid" ), @@ -516,7 +516,7 @@ public enum EnumTrains { HopperUK("HopperUK", EntityFreightHopperUK.class, ItemIDs.minecartHopper_UK.item, "freight", 1.5, TraincraftUtil.getBytesFromColors(new String[] {"Grey", "Yellow"}), 18, 36, "Pack: B.I.P." ), GWR_42xx("GWR42xx", EntityLocoSteamGWR42xx.class, ItemIDs.minecartGWR42xx.item, "steam", 1300, 105, 0, 10, 10 , 100, 0.7, 0.7, 8200, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Blue", "Green", "Lime"}), 18, -4.3f, "Pack: B.I.P."), GWR_72xx("GWR72xx", EntityLocoSteamGWR72xx.class, ItemIDs.minecartGWR72xx.item, "steam", 1375, 105, 0, 10, 10 , 100, 0.7, 0.7, 9000, TraincraftUtil.getBytesFromColors(new String[] {"Black", "Blue", "Green", "Lime"}), 18, -5.0f, "Pack: B.I.P."), - GWR_101_Class("GWR101Class", EntityLocoSteamGWR101Class.class, ItemIDs.minecartGWR101Class.item, "steam", 550, 51, 0, 10, 10 , 100, 0.7, 0.7, 9500, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Brown", "Green", "Grey", "Lime", "Purple", "Red"}), 18, -2.4f, "Pack: B.I.P."), + GWR_101_Class("GWR101Class", EntityLocoSteamGWR101Class.class, ItemIDs.minecartGWR101Class.item, "steam", 550, 51, 0, 10, 10 , 100, 0.7, 0.7, 9500, TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Brown", "Green", "Grey", "Lime", "Purple", "Red", "Black", "Magenta", "Grey", "LightGrey", "White"}), 18, -2.4f, "Pack: B.I.P."), B80C_A("B80C_A", EntityElectricB80C_A.class, ItemIDs.minecartB80C_A.item, "electric", 300, 80, 0,60, 0, 100, 0.7, 0.8, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Red", "Grey", "White","Pink","Yellow","Green", "Orange","Magenta"}), 18, -2.4, "Pack: Metro In Motion"), B80C_B("B80C_B", EntityPassengerB80C_B.class, ItemIDs.minecartB80C_B.item, "passenger", 0, 0, 3,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"Red", "Grey", "White","Pink","Yellow","Green","Orange","Magenta"}),0,0, "Pack: Metro In Motion"), WoodenTramCoach("WoodenTramCoach", EntityPassengerWoodenTramCoach.class, ItemIDs.minecartWoodenTramCoach.item, "passenger", 0, 0, 1, 0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[]{"Green", "Pink","Yellow","Lime"}), 18, 0), @@ -580,9 +580,9 @@ public enum EnumTrains { Class142Front("Class142Front", EntityLocoDieselClass142.class, ItemIDs.minecartClass142Front.item, "diesel", 225, 121, 0, 5, 0, 100, 0.9, 0.9, 7500,TraincraftUtil.getBytesFromColors(new String[] {"Purple", "Cyan", "Blue", "LightBlue", "LightGrey", "Red", "Yellow", "Orange"}), 18, -2.5,"Pack: B.I.P."), Class142Tail("Class142Tail", EntityPassengerClass142Tail.class, ItemIDs.minecartClass142Tail.item, "passenger", 0, 0, 3, 0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[]{"Purple", "Cyan", "Blue", "LightBlue", "LightGrey", "Red", "Yellow", "Orange"}), 0, 0, "Pack: B.I.P." ), Bagnall("Bagnall", EntityLocoDieselBagnall.class, ItemIDs.minecartBagnall.item, "diesel", 90, 100, 0, 5, 0, 100, 0.9, 0.9, 7500,TraincraftUtil.getBytesFromColors(new String[] {"Blue", "Red", "Yellow"}), 18, -2,"Pack: B.I.P."), - Class389Front("Class389Front", EntityElectricClass389Front.class, ItemIDs.minecartClass389Front.item, "electric", 2250, 178, 0,60, 0, 100, 0.7, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Orange", "White"}), 18, -4.35,"Pack: B.I.P."), - Class389Middle("Class389Middle", EntityPassengerClass389Middle.class, ItemIDs.minecartClass389Middle.item, "passenger", 0, 0, 3.5, 0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[]{"Orange", "Brown", "White", "LightGrey"}), 0, 0, "Pack: B.I.P." ), - Class389Tail("Class389Tail", EntityPassengerClass389Tail.class, ItemIDs.minecartClass389Tail.item, "passenger", 0, 0, 3.5, 0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[]{"Orange", "White"}), 0, 0, "Pack: B.I.P." ), + Class389Front("Class389Front", EntityElectricClass389Front.class, ItemIDs.minecartClass389Front.item, "electric", 2250, 178, 0,60, 0, 100, 0.7, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"Orange", "White", "Purple"}), 18, -4.35,"Pack: B.I.P."), + Class389Middle("Class389Middle", EntityPassengerClass389Middle.class, ItemIDs.minecartClass389Middle.item, "passenger", 0, 0, 3.5, 0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[]{"Orange", "Brown", "White", "LightGrey", "Purple", "Magenta"}), 0, 0, "Pack: B.I.P." ), + Class389Tail("Class389Tail", EntityPassengerClass389Tail.class, ItemIDs.minecartClass389Tail.item, "passenger", 0, 0, 3.5, 0, 0, 0, 0, 0, 0, TraincraftUtil.getBytesFromColors(new String[]{"Orange", "White", "Purple"}), 0, 0, "Pack: B.I.P." ), Class442DTS("Class442DTS", EntityElectricClass442DTS.class, ItemIDs.minecartClass442DTS.item, "electric", 1610, 175, 0,60, 0, 100, 0.7, 0.7, 1000, TraincraftUtil.getBytesFromColors(new String[] {"White", "Orange", "Red", "Yellow", "Blue"}), 18, -4.34,"Pack: B.I.P."), Class442TS("Class442TS", EntityPassengerClass442TS.class, ItemIDs.minecartClass442TS.item, "passenger", 0, 0, 3.4,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"White", "Orange", "Red", "Yellow", "Blue"}),0,0, "Pack: B.I.P."), Class442MBLS("Class442MBLS", EntityPassengerClass442MBLS.class, ItemIDs.minecartClass442MBLS.item, "passenger", 0, 0, 5.1,0 , 0, 0, 0,0,0,TraincraftUtil.getBytesFromColors(new String[] {"White", "Orange", "Red", "Yellow", "Blue"}),0,0, "Pack: B.I.P."), diff --git a/src/main/resources/assets/tc/textures/items/trains/Class_142_Icon.png b/src/main/resources/assets/tc/textures/items/trains/Class_142_Icon.png index 63cf4cfeff..84432d2410 100644 Binary files a/src/main/resources/assets/tc/textures/items/trains/Class_142_Icon.png and b/src/main/resources/assets/tc/textures/items/trains/Class_142_Icon.png differ diff --git a/src/main/resources/assets/tc/textures/items/trains/Class_142_Tail_Icon.png b/src/main/resources/assets/tc/textures/items/trains/Class_142_Tail_Icon.png index 90120a6514..92146e17bc 100644 Binary files a/src/main/resources/assets/tc/textures/items/trains/Class_142_Tail_Icon.png and b/src/main/resources/assets/tc/textures/items/trains/Class_142_Tail_Icon.png differ diff --git a/src/main/resources/assets/tc/textures/items/trains/Class_230_Icon.png b/src/main/resources/assets/tc/textures/items/trains/Class_230_Icon.png index a6855114b4..c37dcf2d3b 100644 Binary files a/src/main/resources/assets/tc/textures/items/trains/Class_230_Icon.png and b/src/main/resources/assets/tc/textures/items/trains/Class_230_Icon.png differ diff --git a/src/main/resources/assets/tc/textures/items/trains/Class_230_Middle_Icon.png b/src/main/resources/assets/tc/textures/items/trains/Class_230_Middle_Icon.png index b50fa619cb..e739b3e922 100644 Binary files a/src/main/resources/assets/tc/textures/items/trains/Class_230_Middle_Icon.png and b/src/main/resources/assets/tc/textures/items/trains/Class_230_Middle_Icon.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_153_Purple.png b/src/main/resources/assets/tc/textures/trains/Class_153_Purple.png index 5fec0114d3..72eaf61bf3 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_153_Purple.png and b/src/main/resources/assets/tc/textures/trains/Class_153_Purple.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_374_Front_Pink.png b/src/main/resources/assets/tc/textures/trains/Class_374_Front_Pink.png index 84346000cb..de35b77ff4 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_374_Front_Pink.png and b/src/main/resources/assets/tc/textures/trains/Class_374_Front_Pink.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Black.png b/src/main/resources/assets/tc/textures/trains/Class_387_Black.png index 6bd9ccaf5b..cc79242b81 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Black.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Black.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Blue.png b/src/main/resources/assets/tc/textures/trains/Class_387_Blue.png index 32cce7c115..5f7191b4ba 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Blue.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Blue.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Cyan.png b/src/main/resources/assets/tc/textures/trains/Class_387_Cyan.png index 898917ca00..d64839cf86 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Cyan.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Cyan.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Green.png b/src/main/resources/assets/tc/textures/trains/Class_387_Green.png index 207b482e32..004cfbd8e0 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Green.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Green.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_LightBlue.png b/src/main/resources/assets/tc/textures/trains/Class_387_LightBlue.png index 7eefabd59c..ddcf59966b 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_LightBlue.png and b/src/main/resources/assets/tc/textures/trains/Class_387_LightBlue.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_LightGrey.png b/src/main/resources/assets/tc/textures/trains/Class_387_LightGrey.png index 8bf2d5bfdd..08a6b56ba9 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_LightGrey.png and b/src/main/resources/assets/tc/textures/trains/Class_387_LightGrey.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Lime.png b/src/main/resources/assets/tc/textures/trains/Class_387_Lime.png index 31442cb5ee..18a3e480da 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Lime.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Lime.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Pink.png b/src/main/resources/assets/tc/textures/trains/Class_387_Pink.png index 64542437f6..125452bd39 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Pink.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Pink.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Purple.png b/src/main/resources/assets/tc/textures/trains/Class_387_Purple.png index 1832c5f9c7..dd906819ba 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Purple.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Purple.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Red.png b/src/main/resources/assets/tc/textures/trains/Class_387_Red.png index dd70ad4c35..1e3623ad70 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Red.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Red.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_White.png b/src/main/resources/assets/tc/textures/trains/Class_387_White.png index 3e8955d6f1..ef8506fe1f 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_White.png and b/src/main/resources/assets/tc/textures/trains/Class_387_White.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_387_Yellow.png b/src/main/resources/assets/tc/textures/trains/Class_387_Yellow.png index 64d1c3c6b2..a519a1ff6f 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_387_Yellow.png and b/src/main/resources/assets/tc/textures/trains/Class_387_Yellow.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Brown.png b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Brown.png index 06a0fdfd90..10ce49bd2f 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Brown.png and b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Brown.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_LightGrey.png b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_LightGrey.png index e056cb9fd4..f5835c91c3 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_LightGrey.png and b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_LightGrey.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Magenta.png b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Magenta.png new file mode 100644 index 0000000000..92cd57a903 Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Magenta.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Orange.png b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Orange.png index 84b9ab03b8..4aa2821c14 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Orange.png and b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Orange.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Purple.png b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Purple.png new file mode 100644 index 0000000000..c0119bec0c Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_Purple.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_White.png b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_White.png index a990653e2c..84daac6164 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_389_Middle_White.png and b/src/main/resources/assets/tc/textures/trains/Class_389_Middle_White.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Orange.png b/src/main/resources/assets/tc/textures/trains/Class_389_Orange.png index 43c17b4713..7490a45b21 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_389_Orange.png and b/src/main/resources/assets/tc/textures/trains/Class_389_Orange.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_Purple.png b/src/main/resources/assets/tc/textures/trains/Class_389_Purple.png new file mode 100644 index 0000000000..4433bf6856 Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Class_389_Purple.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Class_389_White.png b/src/main/resources/assets/tc/textures/trains/Class_389_White.png index acedaee427..be40f1afb1 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Class_389_White.png and b/src/main/resources/assets/tc/textures/trains/Class_389_White.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Gwr_101_Black.png b/src/main/resources/assets/tc/textures/trains/Gwr_101_Black.png new file mode 100644 index 0000000000..a2d957a367 Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Gwr_101_Black.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Gwr_101_Grey.png b/src/main/resources/assets/tc/textures/trains/Gwr_101_Grey.png index d40df98c93..3d4332c46d 100644 Binary files a/src/main/resources/assets/tc/textures/trains/Gwr_101_Grey.png and b/src/main/resources/assets/tc/textures/trains/Gwr_101_Grey.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Gwr_101_LightGrey.png b/src/main/resources/assets/tc/textures/trains/Gwr_101_LightGrey.png new file mode 100644 index 0000000000..6895be38c8 Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Gwr_101_LightGrey.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Gwr_101_Magenta.png b/src/main/resources/assets/tc/textures/trains/Gwr_101_Magenta.png new file mode 100644 index 0000000000..d5b8fef5ce Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Gwr_101_Magenta.png differ diff --git a/src/main/resources/assets/tc/textures/trains/Gwr_101_White.png b/src/main/resources/assets/tc/textures/trains/Gwr_101_White.png new file mode 100644 index 0000000000..9ca6809a70 Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/Gwr_101_White.png differ diff --git a/src/main/resources/assets/tc/textures/trains/class_153_LightGrey.png b/src/main/resources/assets/tc/textures/trains/class_153_LightGrey.png new file mode 100644 index 0000000000..754684ae7c Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/class_153_LightGrey.png differ diff --git a/src/main/resources/assets/tc/textures/trains/class_153_Orange.png b/src/main/resources/assets/tc/textures/trains/class_153_Orange.png index 64fdf73ad7..b1c2cb97ab 100644 Binary files a/src/main/resources/assets/tc/textures/trains/class_153_Orange.png and b/src/main/resources/assets/tc/textures/trains/class_153_Orange.png differ diff --git a/src/main/resources/assets/tc/textures/trains/class_34_Brown.png b/src/main/resources/assets/tc/textures/trains/class_34_Brown.png new file mode 100644 index 0000000000..2f1bf4eda7 Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/class_34_Brown.png differ diff --git a/src/main/resources/assets/tc/textures/trains/class_34_Cyan.png b/src/main/resources/assets/tc/textures/trains/class_34_Cyan.png new file mode 100644 index 0000000000..932f0001fc Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/class_34_Cyan.png differ diff --git a/src/main/resources/assets/tc/textures/trains/class_34_Magenta.png b/src/main/resources/assets/tc/textures/trains/class_34_Magenta.png new file mode 100644 index 0000000000..0e8dbacb7d Binary files /dev/null and b/src/main/resources/assets/tc/textures/trains/class_34_Magenta.png differ