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 quadratic=1 /> |
---|
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 quadratic=1 /> |
---|
21 | <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /--> |
---|
22 | </attached> |
---|
23 | </SpaceShip> |
---|
24 | </Template> |
---|
25 | |
---|
26 | <Template name=spaceshipassffcameras> |
---|
27 | <SpaceShip> |
---|
28 | <camerapositions> |
---|
29 | <CameraPosition position="0,10,40" /> |
---|
30 | <CameraPosition position="0,150,-25" pitch=-90 /> |
---|
31 | <CameraPosition position="0,0,-30" yaw=180 /> |
---|
32 | <CameraPosition position="0,3,-14" yaw=0 /> |
---|
33 | <CameraPosition position="-50,5,-8" yaw=-90 /> |
---|
34 | <CameraPosition position="50,5,-8" yaw=90 /> |
---|
35 | </camerapositions> |
---|
36 | </SpaceShip> |
---|
37 | </Template> |
---|
38 | |
---|
39 | <!--Template name=spaceshippirate> |
---|
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="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" /> |
---|
54 | </attached> |
---|
55 | </SpaceShip> |
---|
56 | </Template> |
---|
57 | |
---|
58 | <Template name=spaceshipspacecruiser> |
---|
59 | <SpaceShip |
---|
60 | health = 100 |
---|
61 | maxhealth = 200 |
---|
62 | initialhealth = 100 |
---|
63 | |
---|
64 | maxspeed = 250 |
---|
65 | maxsecondaryspeed = 50 |
---|
66 | maxrotation = 100 |
---|
67 | transacc = 200 |
---|
68 | rotacc = 140 |
---|
69 | transdamp = 75 |
---|
70 | > |
---|
71 | <attached> |
---|
72 | <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" /> |
---|
73 | </attached> |
---|
74 | </SpaceShip> |
---|
75 | </Template--> |
---|