Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/levels/templates/spaceshipFlappyOrx.oxt @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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  speedBase = 100
25  speedIncrease = 0.5
26  tubeDistanceBase = 200
27  tubeDistanceIncrease = -1
28
29  upwardThrust = 220
30  gravity = 700
31
32  >
33   
34    <attached>
35      <Model position="0,0,0" yaw=180 pitch=90 roll=270 scale=9 mesh="FlappyOrxShip.mesh" />
36
37      <ParticleSpawner source="Orxonox/fire3" startdelay=0  position="0,0,20" visible="true"/>
38   
39    </attached>
40    <collisionShapes>
41      <SphereCollisionShape position="-1.8    ,0 ,  -11" radius="15" />
42      <SphereCollisionShape position="-0.8   ,0 ,  0" radius="16" />
43      <!-- <SphereCollisionShape position="0   ,0 ,  11" radius="12.5" /> -->
44    </collisionShapes>
45 
46  </FlappyOrxShip>
47</Template>
48
49<Template name=spaceshipescortcameras defaults=0>
50  <FlappyOrxShip>
51    <camerapositions>
52      <CameraPosition position="0,300,-100" direction="0, -1, 0" drag=false absolute=true mouselook=true />
53    </camerapositions>
54  </FlappyOrxShip>
55</Template>
56
Note: See TracBrowser for help on using the repository browser.