Changeset 11424 for code/branches/Boss_FS17/data/levels/templates
- Timestamp:
- May 18, 2017, 3:44:49 PM (7 years ago)
- Location:
- code/branches/Boss_FS17/data/levels/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boss_FS17/data/levels/templates/Bossship.oxt
r11388 r11424 7 7 collisionType= "dynamic" 8 8 mass = 10000000 9 10 health = 1000 11 initialhealth = 1000 12 maxhealth = 1000 13 14 15 16 17 rotationaxis = "1,0,0" 18 19 20 rotationrate = "5" 9 shieldhealth=750 initialshieldhealth=750 maxshieldhealth=750 shieldabsorption = 1 shieldrechargerate = 100 shieldrechargewaittime = 0.1 10 11 12 13 14 15 16 rotationaxis = "1,1,0" 17 18 19 rotationrate = "100" 21 20 > 21 22 23 <?lua 24 include("../includes/BossSpawnWeaponSetting.oxi") 25 ?> 22 26 23 27 <!-- Destructible parts --> … … 25 29 <parts> 26 30 27 <ShipPart name = "tunnelsystem" initialhealth=" 1000" maxhealth="1000" damageabsorption="0.5" explosionposition="0,0,0">31 <ShipPart name = "tunnelsystem" initialhealth="500" maxhealth="500" damageabsorption="0.5" explosionposition="0,0,0" > 28 32 <destructionevents> 29 33 <PartDestructionEvent targetType="ship" operation="destroy" /> … … 34 38 <destructionevents> 35 39 <PartDestructionEvent targetType="ship" operation="destroy" /> 40 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 36 41 </destructionevents> 37 42 </ShipPart> … … 40 45 <destructionevents> 41 46 <PartDestructionEvent targetType="ship" operation="destroy" /> 47 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 42 48 </destructionevents> 43 49 </ShipPart> … … 46 52 <destructionevents> 47 53 <PartDestructionEvent targetType="ship" operation="destroy" /> 54 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 48 55 </destructionevents> 49 56 </ShipPart> … … 52 59 <destructionevents> 53 60 <PartDestructionEvent targetType="ship" operation="destroy" /> 61 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 54 62 </destructionevents> 55 63 </ShipPart> … … 58 66 <destructionevents> 59 67 <PartDestructionEvent targetType="ship" operation="destroy" /> 68 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 60 69 </destructionevents> 61 70 </ShipPart> … … 64 73 <destructionevents> 65 74 <PartDestructionEvent targetType="ship" operation="destroy" /> 75 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 66 76 </destructionevents> 67 77 </ShipPart> … … 70 80 <destructionevents> 71 81 <PartDestructionEvent targetType="ship" operation="destroy" /> 82 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 72 83 </destructionevents> 73 84 </ShipPart> … … 76 87 <destructionevents> 77 88 <PartDestructionEvent targetType="ship" operation="destroy" /> 89 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 78 90 </destructionevents> 79 91 </ShipPart> … … 82 94 <destructionevents> 83 95 <PartDestructionEvent targetType="ship" operation="destroy" /> 96 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 84 97 </destructionevents> 85 98 </ShipPart> … … 88 101 <destructionevents> 89 102 <PartDestructionEvent targetType="ship" operation="destroy" /> 103 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 90 104 </destructionevents> 91 105 </ShipPart> … … 94 108 <destructionevents> 95 109 <PartDestructionEvent targetType="ship" operation="destroy" /> 110 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 96 111 </destructionevents> 97 112 </ShipPart> … … 100 115 <destructionevents> 101 116 <PartDestructionEvent targetType="ship" operation="destroy" /> 117 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 102 118 </destructionevents> 103 119 </ShipPart> … … 106 122 <destructionevents> 107 123 <PartDestructionEvent targetType="ship" operation="destroy" /> 124 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 108 125 </destructionevents> 109 126 </ShipPart> … … 111 128 <ShipPart name = "ct3" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0"> 112 129 <destructionevents> 113 <PartDestructionEvent targetType="ship" operation="destroy" /> 130 <PartDestructionEvent targetType="ship" operation="destroy" /> 131 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 114 132 </destructionevents> 115 133 </ShipPart> … … 118 136 <destructionevents> 119 137 <PartDestructionEvent targetType="ship" operation="destroy" /> 138 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 120 139 </destructionevents> 121 140 </ShipPart> … … 124 143 <destructionevents> 125 144 <PartDestructionEvent targetType="ship" operation="destroy" /> 145 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 126 146 </destructionevents> 127 147 </ShipPart> … … 130 150 <destructionevents> 131 151 <PartDestructionEvent targetType="ship" operation="destroy" /> 152 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 132 153 <PartDestructionEvent targetType="part" targetName ="ct12" operation="destroy" /> 133 154 <PartDestructionEvent targetType="part" targetName ="ct11" operation="destroy" /> … … 138 159 <destructionevents> 139 160 <PartDestructionEvent targetType="ship" operation="destroy" /> 161 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 140 162 <PartDestructionEvent targetType="part" targetName ="ct11" operation="destroy" /> 141 163 <PartDestructionEvent targetType="part" targetName ="ct10" operation="destroy" /> … … 146 168 <destructionevents> 147 169 <PartDestructionEvent targetType="ship" operation="destroy" /> 170 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 148 171 <PartDestructionEvent targetType="part" targetName ="ct10" operation="destroy" /> 149 172 <PartDestructionEvent targetType="part" targetName ="ct9" operation="destroy" /> … … 154 177 <destructionevents> 155 178 <PartDestructionEvent targetType="ship" operation="destroy" /> 179 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 156 180 <PartDestructionEvent targetType="part" targetName ="ct9" operation="destroy" /> 157 181 <PartDestructionEvent targetType="part" targetName ="ct8" operation="destroy" /> … … 162 186 <destructionevents> 163 187 <PartDestructionEvent targetType="ship" operation="destroy" /> 188 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 164 189 <PartDestructionEvent targetType="part" targetName ="ct8" operation="destroy" /> 165 190 <PartDestructionEvent targetType="part" targetName ="ct7" operation="destroy" /> … … 169 194 <ShipPart name = "part6" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0"> 170 195 <destructionevents> 171 <PartDestructionEvent targetType="ship" operation="destroy" /> 196 <PartDestructionEvent targetType="ship" operation="destroy" /> 197 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 172 198 <PartDestructionEvent targetType="part" targetName ="ct7" operation="destroy" /> 173 199 <PartDestructionEvent targetType="part" targetName ="ct6" operation="destroy" /> … … 177 203 <ShipPart name = "part7" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0"> 178 204 <destructionevents> 179 <PartDestructionEvent targetType="ship" operation="destroy" /> 205 <PartDestructionEvent targetType="ship" operation="destroy" /> 206 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 180 207 <PartDestructionEvent targetType="part" targetName ="ct6" operation="destroy" /> 181 208 <PartDestructionEvent targetType="part" targetName ="ct5" operation="destroy" /> … … 186 213 <destructionevents> 187 214 <PartDestructionEvent targetType="ship" operation="destroy" /> 215 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 188 216 <PartDestructionEvent targetType="part" targetName ="ct5" operation="destroy" /> 189 217 <PartDestructionEvent targetType="part" targetName ="ct4" operation="destroy" /> … … 194 222 <destructionevents> 195 223 <PartDestructionEvent targetType="ship" operation="destroy" /> 224 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 196 225 <PartDestructionEvent targetType="part" targetName ="ct4" operation="destroy" /> 197 226 <PartDestructionEvent targetType="part" targetName ="ct3" operation="destroy" /> … … 202 231 <destructionevents> 203 232 <PartDestructionEvent targetType="ship" operation="destroy" /> 233 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 204 234 <PartDestructionEvent targetType="part" targetName ="ct3" operation="destroy" /> 205 235 <PartDestructionEvent targetType="part" targetName ="ct2" operation="destroy" /> … … 210 240 <destructionevents> 211 241 <PartDestructionEvent targetType="ship" operation="destroy" /> 242 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 212 243 <PartDestructionEvent targetType="part" targetName ="ct2" operation="destroy" /> 213 244 <PartDestructionEvent targetType="part" targetName ="ct1" operation="destroy" /> … … 218 249 <destructionevents> 219 250 <PartDestructionEvent targetType="ship" operation="destroy" /> 251 <PartDestructionEvent targetType="ship" targetParam="maxshieldhealth" operation="-" value="100" /> 220 252 <PartDestructionEvent targetType="part" targetName ="ct1" operation="destroy" /> 221 253 <PartDestructionEvent targetType="part" targetName ="ct12" operation="destroy" /> … … 264 296 265 297 266 <Model mesh="Endurance_Tunnelsystem.mesh" scale="66" lookat="0,0,0" pitch="-30" yaw="0" roll="90" />267 268 269 298 <!-- coordinates (0,0,0) element 0--> 270 299 … … 305 334 <!-- Tunnelsystem --> 306 335 307 <StaticEntity name = "tunnelsystem" collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" >336 <StaticEntity name = "tunnelsystem" collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" > 308 337 <attached> 309 338 <Model mesh="Endurance_Tunnelsystem.mesh" scale="66" /> -
code/branches/Boss_FS17/data/levels/templates/Bossspawnship.oxt
r11388 r11424 1 <Template name=spaceship escort>1 <Template name=spaceshipsputim> 2 2 <SpaceShip 3 3 hudtemplate = spaceshiphud … … 7 7 explosionchunks = 10 8 8 9 health = 809 health = 200 10 10 maxhealth = 200 11 initialhealth = 8011 initialhealth = 200 12 12 13 13 shieldhealth = 35 … … 43 43 </engines> 44 44 <attached> 45 <Model position="0,0,0" yaw=90 pitch=0 roll=0 scale=4 mesh=" Thruster.mesh" />45 <Model position="0,0,0" yaw=90 pitch=0 roll=0 scale=4 mesh="assff.mesh" /> 46 46 <Model position="0,0,0" yaw=180 pitch=90 roll=0 scale=4 mesh="escortWeapon.mesh" /> 47 47 48 48 <!--Thruster. --> 49 <!--Model mesh="cube.mesh" mass=10 position="0,0,3" scale3D="10,4,8" />49 <!--Model mesh="cube.mesh" mass=10 position="0,0,3" scale3D="10,4,8" "assff.mesh"/> 50 50 <Model mesh="cube.mesh" mass=10 position="12.6,-2,3" scale3D="2.8,2.8,11" /> 51 51 <Model mesh="cube.mesh" mass=10 position="-12.6,-2,3" scale3D="2.8,2.8,11" /> … … 70 70 <ExplosionPart mesh="explosionparts/escort_part_6.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" /> 71 71 </explosion> 72 72 73 <?lua 73 74 include("../includes/BossSpawnWeaponSetting.oxi")
Note: See TracChangeset
for help on using the changeset viewer.