Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2011, 3:55:43 PM (13 years ago)
Author:
dafrick
Message:

Adding shields and boost to some spaceships.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/templates/spaceshipAssff.oxt

    r8727 r8857  
    6767      <CameraPosition position="0,20, 80" drag=true mouselook=true />
    6868      <CameraPosition position="0,30,120" drag=true mouselook=true />
    69       <!--CameraPosition position="0,150,-25" pitch=-90 drag=true />
    7069      <CameraPosition position="0,0,-40" yaw=180 drag=true />
    7170      <CameraPosition position="0,3,-14" yaw=0 />
     
    121120  </MultiStateEngine>
    122121</Template>
    123 
    124 <!--Template name=spaceshippirate>
    125   <SpaceShip
    126    health            = 100
    127    maxhealth         = 200
    128    initialhealth     = 100
    129 
    130    maxspeed          = 250
    131    maxsecondaryspeed = 50
    132    maxrotation       = 100
    133    transacc          = 200
    134    rotacc            = 140
    135    transdamp         = 75
    136   >
    137     <attached>
    138       <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
    139     </attached>
    140   </SpaceShip>
    141 </Template>
    142 
    143 <Template name=spaceshipspacecruiser>
    144   <SpaceShip
    145    health            = 100
    146    maxhealth         = 200
    147    initialhealth     = 100
    148 
    149    maxspeed          = 250
    150    maxsecondaryspeed = 50
    151    maxrotation       = 100
    152    transacc          = 200
    153    rotacc            = 140
    154    transdamp         = 75
    155   >
    156     <attached>
    157       <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
    158     </attached>
    159   </SpaceShip>
    160 </Template-->
Note: See TracChangeset for help on using the changeset viewer.