Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/spaceshiptemplates.oxw @ 5247

Last change on this file since 5247 was 5247, checked in by landauf, 16 years ago

updates

File size: 2.0 KB
Line 
1<Template name=spaceshipassff>
2  <SpaceShip
3   camerapositiontemplate = spaceshipassffcameras
4
5   health            = 100
6   maxhealth         = 200
7   initialhealth     = 100
8
9   maxspeed          = 150
10   maxsecondaryspeed = 50
11   maxrotation       = 100
12   transacc          = 100
13   rotacc            = 140
14   transdamp         = 75
15  >
16    <attached>
17      <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
18      <!--Light position="0,0,20" diffuse="0,0,1" specular="0,0,1" type=point /-->
19      <!--BlinkingBillboard position="20,0,0" material="Examples/Flare" /-->
20    </attached>
21  </SpaceShip>
22</Template>
23
24<Template name=spaceshipassffcameras>
25  <SpaceShip>
26    <camerapositions>
27      <CameraPosition position="0,10,40" />
28      <CameraPosition position="0,150,-25" pitch=-90 />
29      <CameraPosition position="0,0,-30" yaw=180 />
30      <CameraPosition position="0,3,-14" yaw=0 />
31      <CameraPosition position="-50,5,-8" yaw=-90 />
32      <CameraPosition position="50,5,-8" yaw=90 />
33    </camerapositions>
34  </SpaceShip>
35</Template>
36
37<!--Template name=spaceshippirate>
38  <SpaceShip
39   health            = 100
40   maxhealth         = 200
41   initialhealth     = 100
42
43   maxspeed          = 250
44   maxsecondaryspeed = 50
45   maxrotation       = 100
46   transacc          = 200
47   rotacc            = 140
48   transdamp         = 75
49  >
50    <attached>
51      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
52    </attached>
53  </SpaceShip>
54</Template>
55
56<Template name=spaceshipspacecruiser>
57  <SpaceShip
58   health            = 100
59   maxhealth         = 200
60   initialhealth     = 100
61
62   maxspeed          = 250
63   maxsecondaryspeed = 50
64   maxrotation       = 100
65   transacc          = 200
66   rotacc            = 140
67   transdamp         = 75
68  >
69    <attached>
70      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
71    </attached>
72  </SpaceShip>
73</Template-->
Note: See TracBrowser for help on using the repository browser.