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 | collisionType = "dynamic" |
---|
17 | mass = 100 |
---|
18 | name = "blubbbeliblubb" |
---|
19 | > |
---|
20 | <attached> |
---|
21 | <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" /> |
---|
22 | <!--Light position="0,0,20" diffuse="0,0,1" specular="0,0,1" type=point /--> |
---|
23 | <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 /> |
---|
24 | <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 /> |
---|
25 | <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /--> |
---|
26 | </attached> |
---|
27 | <collisionShapes> |
---|
28 | <SphereCollisionShape radius=50/> |
---|
29 | </collisionShapes> |
---|
30 | </SpaceShip> |
---|
31 | </Template> |
---|
32 | |
---|
33 | <Template name=spaceshipassffcameras> |
---|
34 | <SpaceShip> |
---|
35 | <camerapositions> |
---|
36 | <CameraPosition position="0,10,40" /> |
---|
37 | <CameraPosition position="0,150,-25" pitch=-90 /> |
---|
38 | <CameraPosition position="0,0,-30" yaw=180 /> |
---|
39 | <CameraPosition position="0,3,-14" yaw=0 /> |
---|
40 | <CameraPosition position="-50,5,-8" yaw=-90 /> |
---|
41 | <CameraPosition position="50,5,-8" yaw=90 /> |
---|
42 | </camerapositions> |
---|
43 | </SpaceShip> |
---|
44 | </Template> |
---|
45 | |
---|
46 | <!--Template name=spaceshippirate> |
---|
47 | <SpaceShip |
---|
48 | health = 100 |
---|
49 | maxhealth = 200 |
---|
50 | initialhealth = 100 |
---|
51 | |
---|
52 | maxspeed = 250 |
---|
53 | maxsecondaryspeed = 50 |
---|
54 | maxrotation = 100 |
---|
55 | transacc = 200 |
---|
56 | rotacc = 140 |
---|
57 | transdamp = 75 |
---|
58 | > |
---|
59 | <attached> |
---|
60 | <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" /> |
---|
61 | </attached> |
---|
62 | </SpaceShip> |
---|
63 | </Template> |
---|
64 | |
---|
65 | <Template name=spaceshipspacecruiser> |
---|
66 | <SpaceShip |
---|
67 | health = 100 |
---|
68 | maxhealth = 200 |
---|
69 | initialhealth = 100 |
---|
70 | |
---|
71 | maxspeed = 250 |
---|
72 | maxsecondaryspeed = 50 |
---|
73 | maxrotation = 100 |
---|
74 | transacc = 200 |
---|
75 | rotacc = 140 |
---|
76 | transdamp = 75 |
---|
77 | > |
---|
78 | <attached> |
---|
79 | <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" /> |
---|
80 | </attached> |
---|
81 | </SpaceShip> |
---|
82 | </Template--> |
---|