- Timestamp:
- May 18, 2017, 3:44:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.