| 1 | <!-- This template includes HeavyCruiser with all its parts (not individually destructible) --> | 
|---|
| 2 |  | 
|---|
| 3 | <Template name=HeavyCruiser> | 
|---|
| 4 |   <ModularSpaceShip | 
|---|
| 5 |    name = HeavyCruiser | 
|---|
| 6 |     | 
|---|
| 7 |    hudtemplate            = spaceshiphud | 
|---|
| 8 |    camerapositiontemplate = heavycruisercameras | 
|---|
| 9 |    spawnparticlesource    = "Orxonox/fairytwirl" | 
|---|
| 10 |    spawnparticleduration  = 3 | 
|---|
| 11 |    explosionchunks        = 6 | 
|---|
| 12 |  | 
|---|
| 13 |    health            = 2000 | 
|---|
| 14 |    maxhealth         = 4000 | 
|---|
| 15 |    initialhealth     = 2000 | 
|---|
| 16 |  | 
|---|
| 17 |    shieldhealth        = 100 | 
|---|
| 18 |    initialshieldhealth = 30 | 
|---|
| 19 |    maxshieldhealth     = 50 | 
|---|
| 20 |    shieldabsorption    = 0.8 | 
|---|
| 21 |    reloadrate          = 1 | 
|---|
| 22 |    reloadwaittime      = 1 | 
|---|
| 23 |  | 
|---|
| 24 |    primaryThrust     = 300 | 
|---|
| 25 |    auxilaryThrust    = 30 | 
|---|
| 26 |    rotationThrust    = 0.1 | 
|---|
| 27 |  | 
|---|
| 28 |    lift = 1; | 
|---|
| 29 |    stallSpeed = 220; | 
|---|
| 30 |  | 
|---|
| 31 |    boostPower            = 30 | 
|---|
| 32 |    boostPowerRate        = 1.5 | 
|---|
| 33 |    boostRate             = 4 | 
|---|
| 34 |    boostCooldownDuration = 10 | 
|---|
| 35 |  | 
|---|
| 36 |    shakeFrequency = 15 | 
|---|
| 37 |    shakeAmplitude = 9 | 
|---|
| 38 |  | 
|---|
| 39 |    collisionType     = "dynamic" | 
|---|
| 40 |    mass              = 10000 | 
|---|
| 41 |    linearDamping     = 0.1 | 
|---|
| 42 |    angularDamping    = 0.5 | 
|---|
| 43 |   > | 
|---|
| 44 |     <engines> | 
|---|
| 45 |       <MultiStateEngine position="0,0,0" template=HeavyCruiser_body_engine1 /> | 
|---|
| 46 |  | 
|---|
| 47 |       <MultiStateEngine position="-140,0,308" template=HeavyCruiser_sidearmL_engine1 /> | 
|---|
| 48 |       <MultiStateEngine position="140,0,308" template=HeavyCruiser_sidearmR_engine1 /> | 
|---|
| 49 |     </engines> | 
|---|
| 50 |      | 
|---|
| 51 |     <parts> | 
|---|
| 52 |         <ShipPart name="frontL" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="-76,30,-330"> | 
|---|
| 53 |             <destructionevents> | 
|---|
| 54 |                 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> | 
|---|
| 55 |             </destructionevents> | 
|---|
| 56 |         </ShipPart> | 
|---|
| 57 |         <ShipPart name="frontR" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="76,30,-330"> | 
|---|
| 58 |             <destructionevents> | 
|---|
| 59 |                 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> | 
|---|
| 60 |             </destructionevents> | 
|---|
| 61 |         </ShipPart> | 
|---|
| 62 |         <ShipPart name="partL" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="-100,33,-200"> | 
|---|
| 63 |             <destructionevents> | 
|---|
| 64 |                 <PartDestructionEvent targetType="ship" targetParam="boostpowerrate" operation="-" value="0.5" message="One of your ship's generators was destroyed!"/> | 
|---|
| 65 |                 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="speedfront" operation="-" value="50"/> | 
|---|
| 66 |                 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="accelerationfront" operation="-" value="3"/> | 
|---|
| 67 |                 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="boostfactor" operation="set" value="1"/> | 
|---|
| 68 |             </destructionevents> | 
|---|
| 69 |         </ShipPart> | 
|---|
| 70 |         <ShipPart name="partR" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="100,33,-200"> | 
|---|
| 71 |             <destructionevents> | 
|---|
| 72 |                 <PartDestructionEvent targetType="ship" targetParam="boostpowerrate" operation="-" value="0.5" message="One of your ship's generators was destroyed!"/> | 
|---|
| 73 |                 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="speedfront" operation="-" value="50"/> | 
|---|
| 74 |                 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="accelerationfront" operation="-" value="3"/> | 
|---|
| 75 |                 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="boostfactor" operation="set" value="1"/> | 
|---|
| 76 |             </destructionevents> | 
|---|
| 77 |         </ShipPart> | 
|---|
| 78 |         <ShipPart name="sidearmL" initialhealth="20" maxhealth="20" damageabsorption="0.2" explosionposition="-140,30,100"> | 
|---|
| 79 |             <destructionevents> | 
|---|
| 80 |                 <PartDestructionEvent targetType="engine" targetName="sidearmLengine" operation="destroy" message="The left auxiliary engine was destroyed!"/> | 
|---|
| 81 |                 <PartDestructionEvent targetType="part" targetName="sidearmLfront" operation="destroy"/> | 
|---|
| 82 |                 <PartDestructionEvent targetType="ship" targetParam="rotationthrust" operation="-" value="0.04" /> | 
|---|
| 83 |             </destructionevents> | 
|---|
| 84 |         </ShipPart> | 
|---|
| 85 |         <ShipPart name="sidearmLfront" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="-140,20,-50"> | 
|---|
| 86 |             <destructionevents> | 
|---|
| 87 |                 <PartDestructionEvent targetType="engine" targetName="sidearmLengine" targetParam="boostfactor" operation="set" value="1" message="The left auxiliary engine lost it's booster!"/> | 
|---|
| 88 |             </destructionevents> | 
|---|
| 89 |         </ShipPart> | 
|---|
| 90 |         <ShipPart name="sidearmR" initialhealth="20" maxhealth="20" damageabsorption="0.2" explosionposition="140,30,100"> | 
|---|
| 91 |             <destructionevents> | 
|---|
| 92 |                 <PartDestructionEvent targetType="engine" targetName="sidearmRengine" operation="destroy" message="The right auxiliary engine was destroyed!"/> | 
|---|
| 93 |                 <PartDestructionEvent targetType="part" targetName="sidearmRfront" operation="destroy"/>  | 
|---|
| 94 |                 <PartDestructionEvent targetType="ship" targetParam="rotationthrust" operation="-" value="0.04" />            | 
|---|
| 95 |             </destructionevents> | 
|---|
| 96 |         </ShipPart> | 
|---|
| 97 |         <ShipPart name="sidearmRfront" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="140,20,-50"> | 
|---|
| 98 |             <destructionevents> | 
|---|
| 99 |                 <PartDestructionEvent targetType="engine" targetName="sidearmRengine" targetParam="boostfactor" operation="set" value="1" message="The right auxiliary engine lost it's booster!"/> | 
|---|
| 100 |             </destructionevents> | 
|---|
| 101 |         </ShipPart> | 
|---|
| 102 |     </parts> | 
|---|
| 103 |      | 
|---|
| 104 |     <attached> | 
|---|
| 105 |         <Model mesh="HeavyCruiser_body.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 106 |          | 
|---|
| 107 |         <StaticEntity name="frontL" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 108 |             <attached>  | 
|---|
| 109 |                 <Model mesh="HeavyCruiser_frontL.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 110 |                 <BlinkingBillboard position="-75,30,-416" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.05 frequency=0.3 phase=240 quadratic=1 /> | 
|---|
| 111 |                 <BlinkingBillboard position="-74,30,-402" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.1 frequency=0.3 phase=120 quadratic=1 /> | 
|---|
| 112 |                 <BlinkingBillboard position="-73,30,-388" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.15 frequency=0.3 phase=0 quadratic=1 /> | 
|---|
| 113 |             </attached>  | 
|---|
| 114 |             <collisionShapes>  | 
|---|
| 115 |                 <BoxCollisionShape position="-80,33,-320" halfExtents="7,11,54" info="frontL"/> | 
|---|
| 116 |                 <BoxCollisionShape position="-79,31,-399" halfExtents="3,6,26" info="frontL"/> | 
|---|
| 117 |             </collisionShapes>  | 
|---|
| 118 |         </StaticEntity> | 
|---|
| 119 |          | 
|---|
| 120 |         <StaticEntity name="frontR" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 121 |             <attached>  | 
|---|
| 122 |                 <Model mesh="HeavyCruiser_frontR.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 123 |                 <BlinkingBillboard position="75,30,-416" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.05 frequency=0.3 phase=240 quadratic=1 /> | 
|---|
| 124 |                 <BlinkingBillboard position="74,30,-402" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.1 frequency=0.3 phase=120 quadratic=1 /> | 
|---|
| 125 |                 <BlinkingBillboard position="73,30,-388" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.15 frequency=0.3 phase=0 quadratic=1 /> | 
|---|
| 126 |             </attached>  | 
|---|
| 127 |             <collisionShapes>  | 
|---|
| 128 |                 <BoxCollisionShape position="80,33,-320" halfExtents="7,11,54" info="frontR"/> | 
|---|
| 129 |                 <BoxCollisionShape position="79,31,-399" halfExtents="3,6,26" info="frontR"/> | 
|---|
| 130 |             </collisionShapes>  | 
|---|
| 131 |         </StaticEntity> | 
|---|
| 132 |          | 
|---|
| 133 |         <StaticEntity name="partL" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 134 |             <attached>  | 
|---|
| 135 |                 <Model mesh="HeavyCruiser_partL.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 136 |             </attached>  | 
|---|
| 137 |             <collisionShapes>  | 
|---|
| 138 |                 <BoxCollisionShape position="-94,33,-179" halfExtents="11,13,45" info="partL"/> | 
|---|
| 139 |                 <BoxCollisionShape position="-96,33,-230" halfExtents="13,17,22" info="partL"/> | 
|---|
| 140 |             </collisionShapes>  | 
|---|
| 141 |         </StaticEntity> | 
|---|
| 142 |          | 
|---|
| 143 |         <StaticEntity name="partR" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 144 |             <attached>  | 
|---|
| 145 |                 <Model mesh="HeavyCruiser_partR.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 146 |             </attached>  | 
|---|
| 147 |             <collisionShapes>  | 
|---|
| 148 |                 <BoxCollisionShape position="94,33,-179" halfExtents="11,13,45" info="partR"/> | 
|---|
| 149 |                 <BoxCollisionShape position="96,33,-230" halfExtents="13,17,22" info="partR"/> | 
|---|
| 150 |             </collisionShapes>  | 
|---|
| 151 |         </StaticEntity> | 
|---|
| 152 |          | 
|---|
| 153 |                 <StaticEntity name="sidearmL" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 154 |             <attached>  | 
|---|
| 155 |                 <Model mesh="HeavyCruiser_sidearmL.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 156 |             </attached>  | 
|---|
| 157 |             <collisionShapes>  | 
|---|
| 158 |                 <BoxCollisionShape position="-109,47,87" halfExtents="29,8,26" info="sidearmL, upper connection"/> | 
|---|
| 159 |                 <BoxCollisionShape position="-99,-1,79" roll="15" halfExtents="40,4,9" info="sidearmL, lower connection"/> | 
|---|
| 160 |                 <BoxCollisionShape position="-145,21,115" roll="15" halfExtents="19,31,105" info="sidearmL, front"/> | 
|---|
| 161 |                 <BoxCollisionShape position="-140,12,261" roll="15" halfExtents="22,41,43" info="sidearmL, back"/> | 
|---|
| 162 |                 <BoxCollisionShape position="-145,25,5" roll="15" halfExtents="10,18,5" info="sidearmL, front break"/> | 
|---|
| 163 |                 <BoxCollisionShape position="-133,-13,29" roll="15" halfExtents="12,6,17" info="sidearmL, bottom cylinder"/> | 
|---|
| 164 |                 <BoxCollisionShape position="-165,-4,31" roll="15" halfExtents="7,21,13" info="sidearmL, box"/> | 
|---|
| 165 |                 <BoxCollisionShape position="-153,59,96" roll="15" halfExtents="6,7,60" info="sidearmL, upper beam"/> | 
|---|
| 166 |                 <BoxCollisionShape position="-143,57,119" roll="15" halfExtents="3,4,85" info="sidearmL, upper inner beam"/> | 
|---|
| 167 |                 <BoxCollisionShape position="-142,53,212" pitch="21" yaw="5" roll="15" halfExtents="3,4,10" info="sidearmL, upper inner beam"/> | 
|---|
| 168 |                 <BoxCollisionShape position="-160,52,119" roll="15" halfExtents="3,4,85" info="sidearmL, upper outer beam"/> | 
|---|
| 169 |                 <BoxCollisionShape position="-159,48,212" pitch="21" yaw="5" roll="15" halfExtents="3,4,10" info="sidearmL, upper outer beam"/> | 
|---|
| 170 |                 <BoxCollisionShape position="-152,54,34" pitch="-46" yaw="-14" roll="15" halfExtents="6,7,10" info="sidearmL, upper beam front"/> | 
|---|
| 171 |                 <BoxCollisionShape position="-152,54,162" pitch="30" yaw="9" roll="15" halfExtents="6,7,12" info="sidearmL, upper beam back"/> | 
|---|
| 172 |                 <BoxCollisionShape position="-168,21,119" roll="15" halfExtents="3,5,109" info="sidearmL, outer beam"/> | 
|---|
| 173 |                 <BoxCollisionShape position="-134,-10,169" roll="15" halfExtents="6,4,55" info="sidearmL, lower beam front"/> | 
|---|
| 174 |                 <BoxCollisionShape position="-131,-20,217" pitch="-20" roll="15" yaw="-5" halfExtents="6,12,3" info="sidearmL, lower beam middle"/> | 
|---|
| 175 |                 <BoxCollisionShape position="-130,-29,233" roll="15" halfExtents="6,3,15" info="sidearmL, lower beam back"/> | 
|---|
| 176 |             </collisionShapes>  | 
|---|
| 177 |         </StaticEntity> | 
|---|
| 178 |          | 
|---|
| 179 |         <StaticEntity name="sidearmLfront" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 180 |             <attached>  | 
|---|
| 181 |                 <Model mesh="HeavyCruiser_sidearmLfront.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 182 |             </attached>  | 
|---|
| 183 |             <collisionShapes>  | 
|---|
| 184 |                 <BoxCollisionShape position="-141,15,-53" roll="15" halfExtents="27,44,62" info="sidearmLfront"/> | 
|---|
| 185 |                 <BoxCollisionShape position="-153,59,-30" roll="15" halfExtents="4,2,38" info="sidearmLfront, top"/> | 
|---|
| 186 |                 <BoxCollisionShape position="-153,61,-41" roll="15" halfExtents="4,4,11" info="sidearmLfront, top"/> | 
|---|
| 187 |                 <BoxCollisionShape position="-153,60,-65" roll="15" halfExtents="4,3,4" info="sidearmLfront, top"/> | 
|---|
| 188 |                 <BoxCollisionShape position="-153,59,-41" roll="15" halfExtents="8,2,11" info="sidearmLfront, top"/> | 
|---|
| 189 |             </collisionShapes>  | 
|---|
| 190 |         </StaticEntity> | 
|---|
| 191 |          | 
|---|
| 192 |         <StaticEntity name="sidearmR" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 193 |             <attached>  | 
|---|
| 194 |                 <Model mesh="HeavyCruiser_sidearmR.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 195 |             </attached>  | 
|---|
| 196 |             <collisionShapes>  | 
|---|
| 197 |                 <BoxCollisionShape position="109,47,87" halfExtents="29,8,26" info="sidearmR, upper connection"/> | 
|---|
| 198 |                 <BoxCollisionShape position="99,-1,79" roll="-15" halfExtents="40,4,9" info="sidearmR, lower connection"/> | 
|---|
| 199 |                 <BoxCollisionShape position="145,21,115" roll="-15" halfExtents="19,31,105" info="sidearmR, front"/> | 
|---|
| 200 |                 <BoxCollisionShape position="140,12,261" roll="-15" halfExtents="22,41,43" info="sidearmR, back"/> | 
|---|
| 201 |                 <BoxCollisionShape position="145,25,5" roll="-15" halfExtents="10,18,5" info="sidearmR, front break"/> | 
|---|
| 202 |                 <BoxCollisionShape position="133,-13,29" roll="-15" halfExtents="12,6,17" info="sidearmR, bottom cylinder"/> | 
|---|
| 203 |                 <BoxCollisionShape position="165,-4,31" roll="-15" halfExtents="7,21,13" info="sidearmR, box"/> | 
|---|
| 204 |                 <BoxCollisionShape position="153,59,96" roll="-15" halfExtents="6,7,60" info="sidearmR, upper beam"/> | 
|---|
| 205 |                 <BoxCollisionShape position="143,57,119" roll="-15" halfExtents="3,4,85" info="sidearmR, upper inner beam"/> | 
|---|
| 206 |                 <BoxCollisionShape position="142,53,212" pitch="21" yaw="-5" roll="-15" halfExtents="3,4,10" info="sidearmR, upper inner beam"/> | 
|---|
| 207 |                 <BoxCollisionShape position="160,52,119" roll="-15" halfExtents="3,4,85" info="sidearmR, upper outer beam"/> | 
|---|
| 208 |                 <BoxCollisionShape position="159,48,212" pitch="21" yaw="-5" roll="-15" halfExtents="3,4,10" info="sidearmR, upper outer beam"/> | 
|---|
| 209 |                 <BoxCollisionShape position="152,54,34" pitch="-46" yaw="14" roll="-15" halfExtents="6,7,10" info="sidearmR, upper beam front"/> | 
|---|
| 210 |                 <BoxCollisionShape position="152,54,162" pitch="30" yaw="-9" roll="-15" halfExtents="6,7,12" info="sidearmR, upper beam back"/> | 
|---|
| 211 |                 <BoxCollisionShape position="168,21,119" roll="-15" halfExtents="3,5,109" info="sidearmR, outer beam"/> | 
|---|
| 212 |                 <BoxCollisionShape position="134,-10,169" roll="-15" halfExtents="6,4,55" info="sidearmR, lower beam front"/> | 
|---|
| 213 |                 <BoxCollisionShape position="131,-20,217" pitch="-20" roll="-15" yaw="5" halfExtents="6,12,3" info="sidearmR, lower beam middle"/> | 
|---|
| 214 |                 <BoxCollisionShape position="130,-29,233" roll="-15" halfExtents="6,3,15" info="sidearmR, lower beam back"/> | 
|---|
| 215 |             </collisionShapes>  | 
|---|
| 216 |         </StaticEntity> | 
|---|
| 217 |          | 
|---|
| 218 |         <StaticEntity name="sidearmRfront" position="0,0,0" direction="0,0,0" collisionType=static mass=100 friction=0.01 > | 
|---|
| 219 |             <attached>  | 
|---|
| 220 |                 <Model mesh="HeavyCruiser_sidearmRfront.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> | 
|---|
| 221 |             </attached>  | 
|---|
| 222 |             <collisionShapes>  | 
|---|
| 223 |                 <BoxCollisionShape position="141,15,-53" roll="-15" halfExtents="27,44,62" info="sidearmRfront"/> | 
|---|
| 224 |                 <BoxCollisionShape position="153,59,-30" roll="-15" halfExtents="4,2,38" info="sidearmRfront, top"/> | 
|---|
| 225 |                 <BoxCollisionShape position="153,61,-41" roll="-15" halfExtents="4,4,11" info="sidearmRfront, top"/> | 
|---|
| 226 |                 <BoxCollisionShape position="153,60,-65" roll="-15" halfExtents="4,3,4" info="sidearmRfront, top"/> | 
|---|
| 227 |                 <BoxCollisionShape position="153,59,-41" roll="-15" halfExtents="8,2,11" info="sidearmRfront, top"/> | 
|---|
| 228 |             </collisionShapes>  | 
|---|
| 229 |         </StaticEntity>    | 
|---|
| 230 |  | 
|---|
| 231 |             <!-- front position lights --> | 
|---|
| 232 |         <BlinkingBillboard position="67,-5,-240" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> | 
|---|
| 233 |         <BlinkingBillboard position="-67,-5,-240" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> | 
|---|
| 234 |         <BlinkingBillboard position="72,51,-380" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> | 
|---|
| 235 |         <BlinkingBillboard position="-72,51,-380" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> | 
|---|
| 236 |             <!-- rear position lights --> | 
|---|
| 237 |         <BlinkingBillboard position="95,-15,483" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> | 
|---|
| 238 |         <BlinkingBillboard position="-95,-15,483" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> | 
|---|
| 239 |         <BlinkingBillboard position="74,103,524" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> | 
|---|
| 240 |         <BlinkingBillboard position="-74,103,524" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> | 
|---|
| 241 |  | 
|---|
| 242 |     </attached> | 
|---|
| 243 |     <collisionShapes> | 
|---|
| 244 |         <BoxCollisionShape position="60,35,-310" halfExtents="13,28,60" info="body, bay1, Rwall"/>  | 
|---|
| 245 |         <BoxCollisionShape position="-60,35,-310" halfExtents="13,28,60" info="body, bay1, Lwall"/>  | 
|---|
| 246 |         <BoxCollisionShape position="0,56,-310" halfExtents="65,6,60" info="body, bay1, Twall"/>  | 
|---|
| 247 |         <BoxCollisionShape position="0,33,-260" halfExtents="65,28,5" info="body, bay1, Bwall"/> | 
|---|
| 248 |         <BoxCollisionShape position="0,10,-310" halfExtents="65,5,60" info="body, bay1, BottomWall"/>   | 
|---|
| 249 |  | 
|---|
| 250 |         <BoxCollisionShape position="0,35,-125" halfExtents="83,30,130" info="body, front"/> | 
|---|
| 251 |         <BoxCollisionShape position="0,6,-307" halfExtents="19,3,43" info="body, frontbottom"/> | 
|---|
| 252 |         <BoxCollisionShape position="0,5,-196" halfExtents="27,3,24" info="body, dock"/> | 
|---|
| 253 |         <BoxCollisionShape position="0,7,-248" pitch="25" halfExtents="63,4,12" info="body, dockF"/> | 
|---|
| 254 |         <BoxCollisionShape position="70,6,-120" roll="20" halfExtents="12,6,120" info="body, dockR"/> | 
|---|
| 255 |         <BoxCollisionShape position="63,-2,-180" halfExtents="3,3,60" info="body, dockR"/> | 
|---|
| 256 |         <BoxCollisionShape position="-70,6,-120" roll="-20" halfExtents="12,6,120" info="body, dockL"/> | 
|---|
| 257 |         <BoxCollisionShape position="-63,-2,-180" halfExtents="3,3,60" info="body, dockL"/> | 
|---|
| 258 |         <BoxCollisionShape position="87,32,-63" halfExtents="4,23,50" info="body, frontCR"/> | 
|---|
| 259 |         <BoxCollisionShape position="-87,32,-63" halfExtents="4,23,50" info="body, frontCL"/> | 
|---|
| 260 |  | 
|---|
| 261 |         <BoxCollisionShape position="0,72,-213" halfExtents="37,8,60" info="body, Fbridge"/> | 
|---|
| 262 |         <BoxCollisionShape position="0,72,-110" halfExtents="53,11,53" info="body, Cbridge"/> | 
|---|
| 263 |         <BoxCollisionShape position="0,86,-110" halfExtents="40,4,40" info="body, Cbridge"/> | 
|---|
| 264 |         <BoxCollisionShape position="0,70,-60" halfExtents="65,11,30" info="body, Bbridge"/> | 
|---|
| 265 |         <BoxCollisionShape position="0,84,-45" halfExtents="33,11,26" info="body, Bbridge"/> | 
|---|
| 266 |         <BoxCollisionShape position="0,79,-6" pitch="10" halfExtents="32,13,17" info="body, Bbridge"/> | 
|---|
| 267 |         <BoxCollisionShape position="38,67,-45" roll="50" halfExtents="16,23,25" info="body, BbridgeR"/> | 
|---|
| 268 |         <BoxCollisionShape position="35,63,-17" pitch="25" yaw="-20" roll="40" halfExtents="16,23,16" info="body, BbridgeR"/> | 
|---|
| 269 |         <BoxCollisionShape position="-38,67,-45" roll="-50" halfExtents="16,23,25" info="body, BbridgeL"/> | 
|---|
| 270 |         <BoxCollisionShape position="-35,63,-17" pitch="25" yaw="20" roll="-40" halfExtents="16,23,16" info="body, BbridgeL"/> | 
|---|
| 271 |  | 
|---|
| 272 |         <BoxCollisionShape position="0,69,80" halfExtents="8,4,80" info="body, Cbeam"/>  | 
|---|
| 273 |         <BoxCollisionShape position="-67,18,58" roll="-22" halfExtents="13,5,53" info="body, CF, L"/> | 
|---|
| 274 |         <BoxCollisionShape position="-76,36,86" halfExtents="5,18,81" info="body, C, L"/> | 
|---|
| 275 |         <BoxCollisionShape position="-91,46,86" halfExtents="11,6,20" info="body, C, L upper beam"/> | 
|---|
| 276 |         <BoxCollisionShape position="-64,8,79" roll="10" halfExtents="8,3,8" info="body, C, L lower beam"/> | 
|---|
| 277 |         <BoxCollisionShape position="-71,55,140" pitch="-4" roll="31" halfExtents="9,5,27" info="body, CB, TopL"/> | 
|---|
| 278 |         <BoxCollisionShape position="-62,2,140" roll="24" halfExtents="10,24,32" info="body, CB, BottomL"/> | 
|---|
| 279 |         <BoxCollisionShape position="67,18,58" roll="22" halfExtents="13,5,53" info="body, CF, R"/> | 
|---|
| 280 |         <BoxCollisionShape position="76,36,86" halfExtents="5,18,81" info="body, C, R"/> | 
|---|
| 281 |         <BoxCollisionShape position="91,46,86" halfExtents="11,6,20" info="body, C, R upper beam"/> | 
|---|
| 282 |         <BoxCollisionShape position="64,8,79" roll="-10" halfExtents="8,3,8" info="body, C, R lower beam"/>  | 
|---|
| 283 |         <BoxCollisionShape position="71,55,140" pitch="-4" roll="-31" halfExtents="9,5,27" info="body, CB, TopR"/> | 
|---|
| 284 |         <BoxCollisionShape position="62,2,140" roll="-24" halfExtents="10,24,32" info="body, CB, BottomR"/> | 
|---|
| 285 |         <BoxCollisionShape position="0,60,12" halfExtents="81,5,11" info="body, CF, Top"/> | 
|---|
| 286 |         <BoxCollisionShape position="0,55,40" pitch="15" halfExtents="81,5,20" info="body, CF, Top"/> | 
|---|
| 287 |         <BoxCollisionShape position="0,50,85" pitch="1" halfExtents="81,5,29" info="body, C, Top"/> | 
|---|
| 288 |         <BoxCollisionShape position="0,59,140" pitch="-4" halfExtents="68,5,27" info="body, CB, Top"/> | 
|---|
| 289 |          | 
|---|
| 290 |  | 
|---|
| 291 |  | 
|---|
| 292 |         <BoxCollisionShape position="0,-7,90" halfExtents="40,4,90" info="body, bay3, Twall"/> | 
|---|
| 293 |         <BoxCollisionShape position="0,-15,-60" halfExtents="60,25,65" info="body, bay3, Fwall"/> | 
|---|
| 294 |         <BoxCollisionShape position="47,-11,90" halfExtents="13,20,90" info="body, bay3, Rwall"/> | 
|---|
| 295 |         <BoxCollisionShape position="-47,-11,90" halfExtents="13,20,90" info="body, bay3, Lwall"/> | 
|---|
| 296 |         <BoxCollisionShape position="0,-29,149" halfExtents="10,2,11" info="body, bay3, platform"/> | 
|---|
| 297 |         <BoxCollisionShape position="0,-20,227" halfExtents="60,20,65" info="body, bay3, Bwall"/> | 
|---|
| 298 |  | 
|---|
| 299 |         <BoxCollisionShape position="0,81,238" halfExtents="26,5,59" info="body, BF, Top"/> | 
|---|
| 300 |         <BoxCollisionShape position="0,67,234" halfExtents="54,5,67" info="body, BF, Top"/> | 
|---|
| 301 |         <BoxCollisionShape position="0,77,175" pitch="-36" halfExtents="26,5,9" info="body, BF, Top"/> | 
|---|
| 302 |         <BoxCollisionShape position="0,62,161" pitch="-30" halfExtents="56,5,10" info="body, BF, Top"/> | 
|---|
| 303 |         <BoxCollisionShape position="0,69,162" halfExtents="16,7,10" info="body, BF, Top"/> | 
|---|
| 304 |         <BoxCollisionShape position="31,76,238" roll="-46" halfExtents="10,3,59" info="body, BF, TopR"/> | 
|---|
| 305 |         <BoxCollisionShape position="64,64,234" roll="-24" halfExtents="13,3,67" info="body, BF, TopR"/> | 
|---|
| 306 |         <BoxCollisionShape position="-31,76,238" roll="46" halfExtents="10,3,59" info="body, BF, TopL"/> | 
|---|
| 307 |         <BoxCollisionShape position="-64,64,234" roll="24" halfExtents="13,3,67" info="body, BF, TopL"/> | 
|---|
| 308 |  | 
|---|
| 309 |         <BoxCollisionShape position="77,40,244" roll="16" halfExtents="7,20,79" info="body, BF, R"/> | 
|---|
| 310 |         <BoxCollisionShape position="95,9,234" roll="2" halfExtents="18,16,59" info="body, BF, R"/> | 
|---|
| 311 |         <BoxCollisionShape position="74,1,255" roll="-20" halfExtents="18,19,82" info="body, BF, BottomR"/> | 
|---|
| 312 |         <BoxCollisionShape position="66,-21,255" roll="9" halfExtents="17,5,82" info="body, BF, BottomR"/> | 
|---|
| 313 |         <BoxCollisionShape position="-77,40,244" roll="-16" halfExtents="7,20,79" info="body, BF, L"/> | 
|---|
| 314 |         <BoxCollisionShape position="-95,9,234" roll="-2" halfExtents="18,16,59" info="body, BF, L"/> | 
|---|
| 315 |         <BoxCollisionShape position="-74,1,255" roll="20" halfExtents="18,19,82" info="body, BF, BottomL"/> | 
|---|
| 316 |         <BoxCollisionShape position="-66,-21,255" roll="-9" halfExtents="17,5,82" info="body, BF, BottomL"/> | 
|---|
| 317 |  | 
|---|
| 318 |         <BoxCollisionShape position="0,106,381" halfExtents="36,5,71" info="body, BTop"/> | 
|---|
| 319 |         <BoxCollisionShape position="0,93,299" pitch="-49" halfExtents="34,5,20" info="body, BTop"/> | 
|---|
| 320 |         <BoxCollisionShape position="41,101,381" roll="-42" halfExtents="10,4,71" info="body, BTopR"/> | 
|---|
| 321 |         <BoxCollisionShape position="-41,101,381" roll="42" halfExtents="10,4,71" info="body, BTopL"/> | 
|---|
| 322 |  | 
|---|
| 323 |         <BoxCollisionShape position="78,45,332" pitch="-10" roll="-10" yaw="20" halfExtents="10,20,30" info="body, back, R"/> | 
|---|
| 324 |         <BoxCollisionShape position="68,77,332" pitch="-10" roll="35" yaw="20" halfExtents="10,20,30" info="body, back, TR"/> | 
|---|
| 325 |         <BoxCollisionShape position="50,70,290" pitch="-10" roll="35" yaw="43" halfExtents="5,20,20" info="body, back, TR"/> | 
|---|
| 326 |         <BoxCollisionShape position="37,95,307" pitch="-10" roll="30" yaw="43" halfExtents="5,8,8" info="body, back, TR"/> | 
|---|
| 327 |         <BoxCollisionShape position="52,92,332" pitch="-10" yaw="30" halfExtents="10,5,30" info="body, back, TR"/> | 
|---|
| 328 |         <BoxCollisionShape position="88,4,322" halfExtents="10,24,30" info="body, back, RB"/> | 
|---|
| 329 |         <BoxCollisionShape position="54,-24,314" roll="35" pitch="-10" halfExtents="8,5,23" info="body, back, RB"/> | 
|---|
| 330 |         <BoxCollisionShape position="68,-19,346" pitch="-17" roll="8" halfExtents="16,4,11" info="body, back, bottomR"/> | 
|---|
| 331 |         <BoxCollisionShape position="-78,45,332" pitch="-10" roll="10" yaw="-20" halfExtents="10,20,30" info="body, back, L"/> | 
|---|
| 332 |         <BoxCollisionShape position="-68,77,332" pitch="-10" roll="-35" yaw="-20" halfExtents="10,20,30" info="body, back, TL"/> | 
|---|
| 333 |         <BoxCollisionShape position="-50,70,290" pitch="-10" roll="-35" yaw="-43" halfExtents="5,20,20" info="body, back, TL"/> | 
|---|
| 334 |         <BoxCollisionShape position="-37,95,307" pitch="-10" roll="-30" yaw="-43" halfExtents="5,8,8" info="body, back, TL"/> | 
|---|
| 335 |         <BoxCollisionShape position="-52,92,332" pitch="-10" yaw="-30" halfExtents="10,5,30" info="body, back, TL"/> | 
|---|
| 336 |         <BoxCollisionShape position="-88,4,322" halfExtents="10,24,30" info="body, back, LB"/> | 
|---|
| 337 |         <BoxCollisionShape position="-54,-24,314" roll="-35" pitch="-10" halfExtents="8,5,23" info="body, back, LB"/> | 
|---|
| 338 |         <BoxCollisionShape position="-68,-19,346" pitch="-17" roll="-8" halfExtents="16,4,11" info="body, back, bottomL"/> | 
|---|
| 339 |         <BoxCollisionShape position="0,-30,314" pitch="-8" halfExtents="52,4,23" info="body, back, bottom"/> | 
|---|
| 340 |         <BoxCollisionShape position="0,-22,346" pitch="-24" halfExtents="52,4,11" info="body, back, bottom"/> | 
|---|
| 341 |  | 
|---|
| 342 |         <BoxCollisionShape position="48,-29,400" halfExtents="5,8,58" info="body, BBottomRBeam"/> | 
|---|
| 343 |         <BoxCollisionShape position="48,-29,451" halfExtents="10,13,14" info="body, BBottomRBeam"/> | 
|---|
| 344 |         <BoxCollisionShape position="-48,-29,400" halfExtents="5,8,58" info="body, BBottomLBeam"/> | 
|---|
| 345 |         <BoxCollisionShape position="-48,-31,451" halfExtents="10,13,14" info="body, BBottomLBeam"/> | 
|---|
| 346 |  | 
|---|
| 347 |         <BoxCollisionShape position="103,60,420" halfExtents="18,9,64" info="body, back, Rextrusion"/> | 
|---|
| 348 |         <BoxCollisionShape position="-103,60,420" halfExtents="18,9,64" info="body, back, Lextrusion"/> | 
|---|
| 349 |         <BoxCollisionShape position="-85,7,417" halfExtents="10,21,67" info="body, back, LB"/> | 
|---|
| 350 |         <BoxCollisionShape position="85,7,417" halfExtents="10,21,67" info="body, back, RB"/> | 
|---|
| 351 |         <BoxCollisionShape position="0,-8,473" halfExtents="90,6,10" info="body, back, Bback"/> | 
|---|
| 352 |         <BoxCollisionShape position="0,-13,474" pitch="-23" halfExtents="76,5,8" info="body, back, Bback"/> | 
|---|
| 353 |         <BoxCollisionShape position="-79,-13,405" roll="-12" halfExtents="15,5,73" info="body, back, BL"/> | 
|---|
| 354 |         <BoxCollisionShape position="79,-13,405" roll="12" halfExtents="15,5,73" info="body, back, BR"/> | 
|---|
| 355 |         <BoxCollisionShape position="0,-15,410" halfExtents="66,6,58" info="body, back, B"/> | 
|---|
| 356 |  | 
|---|
| 357 |         <BoxCollisionShape position="78,32,440" roll="-18" halfExtents="18,35,85" info="body, bay2, Rwall"/> | 
|---|
| 358 |         <BoxCollisionShape position="75,71,440" roll="35" halfExtents="18,27,85" info="body, bay2, Rwall"/>              | 
|---|
| 359 |         <BoxCollisionShape position="-78,32,440" roll="18" halfExtents="18,35,85" info="body, bay2, Lwall"/> | 
|---|
| 360 |         <BoxCollisionShape position="-75,71,440" roll="-35" halfExtents="18,27,85" info="body, bay2, Lwall"/>              | 
|---|
| 361 |         <BoxCollisionShape position="0,75,435" halfExtents="72,28,90" info="body, bay2, Twall"/> | 
|---|
| 362 |         <BoxCollisionShape position="0,35,423" halfExtents="85,35,5" info="body, bay2, Fwall"/>  | 
|---|
| 363 |         <BoxCollisionShape position="0,-3,465" halfExtents="84,5,60" info="body, bay2, BottomWall"/> | 
|---|
| 364 |         <BoxCollisionShape position="0,78,526" halfExtents="43,17,5" info="body, bay2, Twall"/>  | 
|---|
| 365 |          | 
|---|
| 366 |          | 
|---|
| 367 |         <BoxCollisionShape position="0,7,80" halfExtents="23,1,34" info="HOOKBOX at 0,18,80, bottom"/> | 
|---|
| 368 |         <BoxCollisionShape position="0,29,80" halfExtents="23,1,34" info="HOOKBOX, top"/> | 
|---|
| 369 |         <BoxCollisionShape position="-22,18,80" halfExtents="1,12,34" info="HOOKBOX, left long"/> | 
|---|
| 370 |         <BoxCollisionShape position="0,18,80" halfExtents="1,12,34" info="HOOKBOX, center long"/> | 
|---|
| 371 |         <BoxCollisionShape position="22,18,80" halfExtents="1,12,34" info="HOOKBOX, right long"/> | 
|---|
| 372 |         <BoxCollisionShape position="0,18,113" halfExtents="23,12,1" info="HOOKBOX, wide"/>  | 
|---|
| 373 |         <BoxCollisionShape position="0,18,91" halfExtents="23,12,1" info="HOOKBOX, wide"/>  | 
|---|
| 374 |         <BoxCollisionShape position="0,18,69" halfExtents="23,12,1" info="HOOKBOX, wide"/>  | 
|---|
| 375 |         <BoxCollisionShape position="0,18,47" halfExtents="23,12,1" info="HOOKBOX, wide"/>  | 
|---|
| 376 |         | 
|---|
| 377 | <!-- Following the position of the other parts collisionboxes, used to attach them to the body -->  | 
|---|
| 378 | <!--         <BoxCollisionShape position="-11,18,102" halfExtents="10,10,10" info="HOOK, sidearmL"/> | 
|---|
| 379 |         <BoxCollisionShape position="11,18,102" halfExtents="10,10,10" info="HOOK, sidearmR"/> | 
|---|
| 380 |         <BoxCollisionShape position="-11,18,80" halfExtents="10,10,10" info="HOOK, partL"/> | 
|---|
| 381 |         <BoxCollisionShape position="11,18,80" halfExtents="10,10,10" info="HOOK, partR"/> | 
|---|
| 382 |         <BoxCollisionShape position="-11,18,58" halfExtents="10,10,10" info="HOOK, frontL"/> | 
|---|
| 383 |         <BoxCollisionShape position="11,18,58" halfExtents="10,10,10" info="HOOK, frontR"/> --> | 
|---|
| 384 |     </collisionShapes> | 
|---|
| 385 | <?lua | 
|---|
| 386 |   include("../includes/weaponSettingsHeavyCruiser.oxi") | 
|---|
| 387 | ?> | 
|---|
| 388 |   </ModularSpaceShip> | 
|---|
| 389 |  | 
|---|
| 390 | </Template> | 
|---|
| 391 |  | 
|---|
| 392 |  | 
|---|
| 393 |  | 
|---|
| 394 |  | 
|---|
| 395 | <Template name=heavycruisercameras defaults=0> | 
|---|
| 396 |   <SpaceShip> | 
|---|
| 397 |     <camerapositions> | 
|---|
| 398 |       <CameraPosition position="0,200, 1000" drag=true mouselook=true /> | 
|---|
| 399 |       <CameraPosition position="0,100, 1000" drag=true mouselook=true /> | 
|---|
| 400 |       <CameraPosition position="0,150,600" drag=true mouselook=true /> | 
|---|
| 401 |       <CameraPosition position="0,80,-300" drag=false mouselook=false /> | 
|---|
| 402 |       <CameraPosition position="200,80,300" drag=false mouselook=false /> | 
|---|
| 403 |       <CameraPosition position="0,1100,60" pitch="-90" drag=false mouselook=true /> | 
|---|
| 404 |     </camerapositions> | 
|---|
| 405 |   </SpaceShip> | 
|---|
| 406 | </Template> | 
|---|
| 407 |  | 
|---|
| 408 |  | 
|---|
| 409 |  | 
|---|
| 410 |  | 
|---|
| 411 | <Template name=HeavyCruiser_body_engine1 baseclass=MultiStateEngine> | 
|---|
| 412 |   <MultiStateEngine | 
|---|
| 413 |    name           = bodyengine | 
|---|
| 414 |    boostfactor    = 2 | 
|---|
| 415 |  | 
|---|
| 416 |    speedfront     = 150 | 
|---|
| 417 |    speedback      =  40 | 
|---|
| 418 |    speedleftright =  40 | 
|---|
| 419 |    speedupdown    =  40 | 
|---|
| 420 |  | 
|---|
| 421 |    defEngineSndNormal = "sounds/Engine_low.ogg" | 
|---|
| 422 |    defEngineSndBoost = "sounds/Engine_high.ogg" | 
|---|
| 423 |  | 
|---|
| 424 |    accelerationfront     = 10 | 
|---|
| 425 |    accelerationbrake     = 8 | 
|---|
| 426 |    accelerationback      =  4 | 
|---|
| 427 |    accelerationleftright =  4 | 
|---|
| 428 |    accelerationupdown    =  4 | 
|---|
| 429 |   > | 
|---|
| 430 |     <EffectContainer condition="idle"> | 
|---|
| 431 |       <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/> | 
|---|
| 432 |     </EffectContainer> | 
|---|
| 433 |     <EffectContainer condition="not idle"> | 
|---|
| 434 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="-66,87,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 435 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="-73,77,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 436 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="-80,68,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 437 |       <FadingBillboard mainstate=activity active=false scale=0.8 position="-86,58,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 438 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="-82,46,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 439 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="-80,34,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 440 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="-76,21,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 441 |       <FadingBillboard mainstate=activity active=false scale=0.6 position="-71,9,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 442 |  | 
|---|
| 443 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="66,87,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 444 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="73,77,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 445 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="80,68,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 446 |       <FadingBillboard mainstate=activity active=false scale=0.8 position="86,58,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 447 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="82,46,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 448 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="80,34,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 449 |       <FadingBillboard mainstate=activity active=false scale=0.7 position="76,21,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 450 |       <FadingBillboard mainstate=activity active=false scale=0.6 position="71,9,525" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 451 |     </EffectContainer> | 
|---|
| 452 |     <EffectContainer condition="normal or brake"> | 
|---|
| 453 |     </EffectContainer> | 
|---|
| 454 |     <EffectContainer condition="normal or boost"> | 
|---|
| 455 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="66,87,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 456 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="73,77,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 457 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="80,68,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.5 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 458 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="86,58,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 459 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="82,46,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.5 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 460 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="80,34,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.4 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 461 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="76,21,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 462 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="71,9,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 463 |  | 
|---|
| 464 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-66,87,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 465 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-73,77,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 466 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-80,68,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.5 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 467 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-86,58,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 468 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-82,46,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.5 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 469 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-80,34,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.4 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 470 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-76,21,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1.2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 471 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-71,9,525" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 472 |  | 
|---|
| 473 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="85,58,525" colour="0.2, 0.65, 1, 0.4" width=5 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 474 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-85,58,525" colour="0.2, 0.65, 1, 0.4" width=5 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 475 |  </EffectContainer> | 
|---|
| 476 |     <EffectContainer condition="boost"> | 
|---|
| 477 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="66,87,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.5 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 478 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="73,77,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.6 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 479 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="80,68,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.7 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 480 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="86,58,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 481 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="82,46,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.7 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 482 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="80,34,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.7 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 483 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="76,21,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.6 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 484 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="71,9,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.5 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 485 |  | 
|---|
| 486 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-66,87,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.5 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 487 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-73,77,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.6 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 488 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-80,68,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.7 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 489 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-86,58,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 490 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-82,46,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.7 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 491 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-80,34,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.7 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 492 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-76,21,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.6 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 493 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-71,9,525" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=0.5 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 494 |     </EffectContainer> | 
|---|
| 495 | <!--    <EffectContainer condition="brake"> | 
|---|
| 496 |       <FadingBillboard mainstate=activity active=false scale=0.3 position=" 8, 0, 6" colour="0.5, 0.0, 0.0, 0.3" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 497 |       <FadingBillboard mainstate=activity active=false scale=0.3 position="-8, 0, 6" colour="0.5, 0.0, 0.0, 0.3" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 498 |       <FadingBillboard mainstate=activity active=false scale=0.15 position=" 8, 0, 6" colour="1.0, 0.0, 0.0, 1.0" material="Flares/backlightflare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 499 |       <FadingBillboard mainstate=activity active=false scale=0.15 position="-8, 0, 6" colour="1.0, 0.0, 0.0, 1.0" material="Flares/backlightflare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 500 |     </EffectContainer> | 
|---|
| 501 | --> | 
|---|
| 502 |   </MultiStateEngine> | 
|---|
| 503 | </Template> | 
|---|
| 504 |  | 
|---|
| 505 |  | 
|---|
| 506 | <Template name=HeavyCruiser_sidearmL_engine1 baseclass=MultiStateEngine> | 
|---|
| 507 |   <MultiStateEngine | 
|---|
| 508 |    name           = sidearmLengine | 
|---|
| 509 |    boostfactor    = 2 | 
|---|
| 510 |  | 
|---|
| 511 |    speedfront     = 300 | 
|---|
| 512 |    speedback      =  50 | 
|---|
| 513 |    speedleftright =  50 | 
|---|
| 514 |    speedupdown    =  50 | 
|---|
| 515 |  | 
|---|
| 516 |    defEngineSndNormal = "sounds/Engine_low.ogg" | 
|---|
| 517 |    defEngineSndBoost = "sounds/Engine_high.ogg" | 
|---|
| 518 |  | 
|---|
| 519 |    accelerationfront     = 10 | 
|---|
| 520 |    accelerationbrake     = 8 | 
|---|
| 521 |    accelerationback      =  4 | 
|---|
| 522 |    accelerationleftright =  4 | 
|---|
| 523 |    accelerationupdown    =  4 | 
|---|
| 524 |   > | 
|---|
| 525 |     <EffectContainer condition="idle"> | 
|---|
| 526 |       <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/> | 
|---|
| 527 |     </EffectContainer> | 
|---|
| 528 |     <EffectContainer condition="not idle"> | 
|---|
| 529 |       <FadingBillboard mainstate=activity active=false scale=1 position="-147,35,308" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 530 |       <FadingBillboard mainstate=activity active=false scale=1 position="-136,-5,308" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 531 |     </EffectContainer> | 
|---|
| 532 |     <EffectContainer condition="normal or brake"> | 
|---|
| 533 |     </EffectContainer> | 
|---|
| 534 |     <EffectContainer condition="normal or boost"> | 
|---|
| 535 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-147,35,308" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 536 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-136,-5,308" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 537 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-147,35,308" colour="0.2, 0.65, 1, 0.4" width=5 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 538 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-136,-5,308" colour="0.2, 0.65, 1, 0.4" width=5 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 539 |  </EffectContainer> | 
|---|
| 540 |     <EffectContainer condition="boost"> | 
|---|
| 541 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-148,35,308" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 542 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="-136,-5,308" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 543 |     </EffectContainer> | 
|---|
| 544 | <!--    <EffectContainer condition="brake"> | 
|---|
| 545 |  | 
|---|
| 546 |       <FadingBillboard mainstate=activity active=false scale=0.3 position=" 8, 0, 6" colour="0.5, 0.0, 0.0, 0.3" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 547 |       <FadingBillboard mainstate=activity active=false scale=0.3 position="-8, 0, 6" colour="0.5, 0.0, 0.0, 0.3" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 548 |       <FadingBillboard mainstate=activity active=false scale=0.15 position=" 8, 0, 6" colour="1.0, 0.0, 0.0, 1.0" material="Flares/backlightflare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 549 |       <FadingBillboard mainstate=activity active=false scale=0.15 position="-8, 0, 6" colour="1.0, 0.0, 0.0, 1.0" material="Flares/backlightflare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 550 |     </EffectContainer> | 
|---|
| 551 | --> | 
|---|
| 552 |   </MultiStateEngine> | 
|---|
| 553 | </Template> | 
|---|
| 554 |  | 
|---|
| 555 |  | 
|---|
| 556 | <Template name=HeavyCruiser_sidearmR_engine1 baseclass=MultiStateEngine> | 
|---|
| 557 |   <MultiStateEngine | 
|---|
| 558 |    name           = sidearmRengine | 
|---|
| 559 |    boostfactor    = 2 | 
|---|
| 560 |  | 
|---|
| 561 |    speedfront     = 300 | 
|---|
| 562 |    speedback      =  50 | 
|---|
| 563 |    speedleftright =  50 | 
|---|
| 564 |    speedupdown    =  50 | 
|---|
| 565 |  | 
|---|
| 566 |    defEngineSndNormal = "sounds/Engine_low.ogg" | 
|---|
| 567 |    defEngineSndBoost = "sounds/Engine_high.ogg" | 
|---|
| 568 |  | 
|---|
| 569 |    accelerationfront     = 10 | 
|---|
| 570 |    accelerationbrake     = 8 | 
|---|
| 571 |    accelerationback      =  4 | 
|---|
| 572 |    accelerationleftright =  4 | 
|---|
| 573 |    accelerationupdown    =  4 | 
|---|
| 574 |   > | 
|---|
| 575 |     <EffectContainer condition="idle"> | 
|---|
| 576 |       <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/> | 
|---|
| 577 |     </EffectContainer> | 
|---|
| 578 |     <EffectContainer condition="not idle"> | 
|---|
| 579 |       <FadingBillboard mainstate=activity active=false scale=1 position="147,35,308" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 580 |       <FadingBillboard mainstate=activity active=false scale=1 position="136,-5,308" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 581 |     </EffectContainer> | 
|---|
| 582 |     <EffectContainer condition="normal or brake"> | 
|---|
| 583 |     </EffectContainer> | 
|---|
| 584 |     <EffectContainer condition="normal or boost"> | 
|---|
| 585 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="147,35,308" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 586 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="136,-5,308" colour="0.2, 0.65, 1.0, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 587 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="147,35,308" colour="0.2, 0.65, 1, 0.4" width=5 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 588 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="136,-5,308" colour="0.2, 0.65, 1, 0.4" width=5 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> | 
|---|
| 589 |  </EffectContainer> | 
|---|
| 590 |     <EffectContainer condition="boost"> | 
|---|
| 591 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="147,35,308" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 592 |       <Backlight mainstate=activity active=false scale=0.6 name=bltest position="136,-5,308" colour="0.6, 0.75, 0.8, 0.7" width=40 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> | 
|---|
| 593 |     </EffectContainer> | 
|---|
| 594 | <!--    <EffectContainer condition="brake"> | 
|---|
| 595 |       <FadingBillboard mainstate=activity active=false scale=0.3 position=" 8, 0, 6" colour="0.5, 0.0, 0.0, 0.3" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 596 |       <FadingBillboard mainstate=activity active=false scale=0.3 position="-8, 0, 6" colour="0.5, 0.0, 0.0, 0.3" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 597 |       <FadingBillboard mainstate=activity active=false scale=0.15 position=" 8, 0, 6" colour="1.0, 0.0, 0.0, 1.0" material="Flares/backlightflare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 598 |       <FadingBillboard mainstate=activity active=false scale=0.15 position="-8, 0, 6" colour="1.0, 0.0, 0.0, 1.0" material="Flares/backlightflare" turnontime=0.5 turnofftime=0.5 /> | 
|---|
| 599 |     </EffectContainer> | 
|---|
| 600 | --> | 
|---|
| 601 |   </MultiStateEngine> | 
|---|
| 602 | </Template> | 
|---|