Changeset 10297
- Timestamp:
- Mar 1, 2015, 10:11:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/underAttack.oxw
r9941 r10297 12 12 include("stats.oxo") 13 13 include("templates/spaceshipAssff.oxt") 14 include("templates/standardTurret.oxt") 14 15 include("templates/lodInformation.oxt") 15 16 ?> … … 59 60 initialhealth = 10000 60 61 radarname = "Transporter" 62 team = 1 61 63 > 62 64 … … 147 149 trailmaterial="Trail/backlighttrail" 148 150 material="Examples/Flare" /> 151 <Turret position="170,47,35" pitch="90" scale="0.5"> 152 <templates> 153 <Template link=standardturret /> 154 </templates> 155 </Turret> 156 <Turret position="170,-47,35" pitch="-90" scale="0.5"> 157 <templates> 158 <Template link=standardturret /> 159 </templates> 160 </Turret> 161 <Turret position="167,0,90" pitch="180" scale="0.5"> 162 <templates> 163 <Template link=standardturret /> 164 </templates> 165 </Turret> 166 <Turret position="140,85,-15" pitch="90" scale="0.5"> 167 <templates> 168 <Template link=standardturret /> 169 </templates> 170 </Turret> 171 <Turret position="70,85,-15" pitch="90" scale="0.5"> 172 <templates> 173 <Template link=standardturret /> 174 </templates> 175 </Turret> 176 <Turret position="105,75,-3" pitch="180" scale="0.5"> 177 <templates> 178 <Template link=standardturret /> 179 </templates> 180 </Turret> 181 <Turret position="25,75,-15" yaw="90" scale="0.5"> 182 <templates> 183 <Template link=standardturret /> 184 </templates> 185 </Turret> 186 <Turret position="140,-85,-15" pitch="-90" scale="0.5"> 187 <templates> 188 <Template link=standardturret /> 189 </templates> 190 </Turret> 191 <Turret position="70,-85,-15" pitch="-90" scale="0.5"> 192 <templates> 193 <Template link=standardturret /> 194 </templates> 195 </Turret> 196 <Turret position="105,-75,-3" pitch="180" scale="0.5"> 197 <templates> 198 <Template link=standardturret /> 199 </templates> 200 </Turret> 201 <Turret position="25,-75,-15" yaw="90" scale="0.5"> 202 <templates> 203 <Template link=standardturret /> 204 </templates> 205 </Turret> 206 <Turret position="203,-35,-15" yaw="-90" scale="0.5"> 207 <templates> 208 <Template link=standardturret /> 209 </templates> 210 </Turret> 211 <Turret position="203,35,-15" yaw="-90" scale="0.5"> 212 <templates> 213 <Template link=standardturret /> 214 </templates> 215 </Turret> 216 <Turret position="-55,42,-15" yaw="90" pitch="73" scale="0.5"> 217 <templates> 218 <Template link=standardturret /> 219 </templates> 220 </Turret> 221 <Turret position="-55,-42,-15" yaw="90" pitch="-73" scale="0.5"> 222 <templates> 223 <Template link=standardturret /> 224 </templates> 225 </Turret> 149 226 </attached> 150 227 <collisionShapes>
Note: See TracChangeset
for help on using the changeset viewer.