Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added spaceship

File size: 1.3 KB
Line 
1<Template name=spaceshipassff>
2  <SpaceShip
3   health            = 100
4   maxhealth         = 200
5   initialhealth     = 100
6
7   maxspeed          = 250
8   maxsecondaryspeed = 50
9   maxrotation       = 100
10   transacc          = 200
11   rotacc            = 140
12   transdamp         = 75
13  >
14    <attached>
15      <Model position="0,-10,-40" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
16    </attached>
17  </SpaceShip>
18</Template>
19
20<Template name=spaceshippirate>
21  <SpaceShip
22   health            = 100
23   maxhealth         = 200
24   initialhealth     = 100
25
26   maxspeed          = 250
27   maxsecondaryspeed = 50
28   maxrotation       = 100
29   transacc          = 200
30   rotacc            = 140
31   transdamp         = 75
32  >
33    <attached>
34      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
35    </attached>
36  </SpaceShip>
37</Template>
38
39<Template name=spaceshipspacecruiser>
40  <SpaceShip
41   health            = 100
42   maxhealth         = 200
43   initialhealth     = 100
44
45   maxspeed          = 250
46   maxsecondaryspeed = 50
47   maxrotation       = 100
48   transacc          = 200
49   rotacc            = 140
50   transdamp         = 75
51  >
52    <attached>
53      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
54    </attached>
55  </SpaceShip>
56</Template>
Note: See TracBrowser for help on using the repository browser.