Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt @ 11596

Last change on this file since 11596 was 11596, checked in by merholzl, 6 years ago

Cleanup of level files

File size: 1.4 KB
Line 
1<Template name=spaceshipFlappyOrx>
2  <FlappyOrxShip
3
4   camerapositiontemplate = spaceshipescortcameras
5   spawnparticlesource    = "Orxonox/fairytwirl"
6   spawnparticleduration  = 6
7
8   health            = 80
9   maxhealth         = 200
10   initialhealth     = 80
11
12   primaryThrust     = 150
13   auxilaryThrust    = 30
14   rotationThrust    = 50
15
16   collisionType     = "dynamic"
17   mass              = 4200000
18   linearDamping     = 0.7
19   angularDamping    = 0.9999999
20
21    collisiondamage = 100
22    enablecollisiondamage = true
23
24    speed = 100
25    UpwardThrust = 200
26    gravity = 500
27  >
28    <engines>
29      <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipFlappyOrxengine />
30      <MultiStateEngine position="-7.6, 0, 0" template=spaceshipFlappyOrxengine />
31    </engines>
32    <attached>
33      <Model position="0,0,0" yaw=180 pitch=90 roll=270 scale=9 mesh="FlappyOrxShip.mesh" />
34   
35    </attached>
36    <collisionShapes>
37      <SphereCollisionShape position="-1.8    ,0 ,  -11" radius="15" />
38      <SphereCollisionShape position="-0.8   ,0 ,  0" radius="16" />
39      <SphereCollisionShape position="0   ,0 ,  11" radius="12.5" />
40    </collisionShapes>
41 
42  </FlappyOrxShip>
43</Template>
44
45<Template name=spaceshipescortcameras defaults=0>
46  <FlappyOrxShip>
47    <camerapositions>
48      <CameraPosition position="0,300,-100" direction="0, -1, 0" drag=false absolute=true mouselook=true />
49    </camerapositions>
50  </FlappyOrxShip>
51</Template>
52
Note: See TracBrowser for help on using the repository browser.