Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

sync with tardis

File size: 2.2 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="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 />
20      <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 />
21    </attached>
22  </SpaceShip>
23</Template>
24
25<Template name=spaceshipassffcameras>
26  <SpaceShip>
27    <camerapositions>
28      <CameraPosition position="0,10,40" />
29      <CameraPosition position="0,150,-25" pitch=-90 />
30      <CameraPosition position="0,0,-30" yaw=180 />
31      <CameraPosition position="0,3,-14" yaw=0 />
32      <CameraPosition position="-50,5,-8" yaw=-90 />
33      <CameraPosition position="50,5,-8" yaw=90 />
34    </camerapositions>
35  </SpaceShip>
36</Template>
37
38<!--Template name=spaceshippirate>
39  <SpaceShip
40   health            = 100
41   maxhealth         = 200
42   initialhealth     = 100
43
44   maxspeed          = 250
45   maxsecondaryspeed = 50
46   maxrotation       = 100
47   transacc          = 200
48   rotacc            = 140
49   transdamp         = 75
50  >
51    <attached>
52      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
53    </attached>
54  </SpaceShip>
55</Template>
56
57<Template name=spaceshipspacecruiser>
58  <SpaceShip
59   health            = 100
60   maxhealth         = 200
61   initialhealth     = 100
62
63   maxspeed          = 250
64   maxsecondaryspeed = 50
65   maxrotation       = 100
66   transacc          = 200
67   rotacc            = 140
68   transdamp         = 75
69  >
70    <attached>
71      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
72    </attached>
73  </SpaceShip>
74</Template-->
Note: See TracBrowser for help on using the repository browser.