Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS18/data/levels/templates/PacmanGelb.oxt @ 12003

Last change on this file since 12003 was 12003, checked in by dreherm, 6 years ago

Test 2

File size: 1.9 KB
Line 
1<Template name=PacmanGelb>
2  <PacmanGelb
3   hudtemplate            = spaceshiphud
4   camerapositiontemplate = spaceshipescortcameras
5   spawnparticlesource    = "Orxonox/fairytwirl"
6   spawnparticleduration  = 3
7   explosionchunks        = 10
8
9   health            = 80
10   maxhealth         = 200
11   initialhealth     = 80
12
13   shieldhealth        = 35
14   initialshieldhealth = 35
15   maxshieldhealth     = 60
16   shieldabsorption    = 0.9
17   shieldrechargerate  = 1
18   shieldrechargewaittime = 1
19
20   primaryThrust     = 150
21   auxilaryThrust    = 30
22   rotationThrust    = 50
23
24   lift = 1;
25   stallSpeed = 220;
26
27   boostPower            = 20
28   boostPowerRate        = 1
29   boostRate             = 5
30   boostCooldownDuration = 10
31
32   shakeFrequency = 0
33   shakeAmplitude = 0
34
35   collisionType     = "dynamic"
36   mass              = 80
37   linearDamping     = 0.9
38   angularDamping    = 0.9999999
39  >
40    <engines>
41      <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipescortengine />
42      <MultiStateEngine position="-7.6, 0, 0" template=spaceshipescortengine />
43    </engines>
44    <attached>
45      <Model position="0,0,0" yaw=180 pitch=0 roll=0 scale=5 mesh="PacmanGelb.mesh" />
46    </attached>
47    <collisionShapes>
48      <BoxCollisionShape position="0    ,0 ,  0" halfExtents="1,50,1" />
49    </collisionShapes>
50
51  </PacmanGelb>
52</Template>
53
54<Template name=spaceshipescortcameras defaults=0>
55  <PacmanGelb>
56    <camerapositions>
57      <CameraPosition position="0,7, 10" drag=true mouselook=true />
58    </camerapositions>
59  </PacmanGelb>
60</Template>
61
62<Template name=spaceshipescortengine baseclass=MultiStateEngine>
63  <MultiStateEngine
64   boostfactor    = 1.0
65
66   speedfront     = 80
67   speedback      = 40
68   speedleftright =  1
69   speedupdown    =  1
70
71   accelerationfront     = 100
72   accelerationbrake     = 5
73   accelerationback      =  100
74   accelerationleftright =  5
75   accelerationupdown    =  5
76  >
77
78  </MultiStateEngine>
79</Template>
Note: See TracBrowser for help on using the repository browser.