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
RevLine 
[11831]1<Template name=PacmanGelb>
[11862]2  <PacmanGelb
[11831]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
[11897]32   shakeFrequency = 0
33   shakeAmplitude = 0
[11831]34
35   collisionType     = "dynamic"
36   mass              = 80
[11900]37   linearDamping     = 0.9
[11831]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>
[11897]45      <Model position="0,0,0" yaw=180 pitch=0 roll=0 scale=5 mesh="PacmanGelb.mesh" />
[11831]46    </attached>
47    <collisionShapes>
[12003]48      <BoxCollisionShape position="0    ,0 ,  0" halfExtents="1,50,1" />
[11831]49    </collisionShapes>
50
[11862]51  </PacmanGelb>
[11831]52</Template>
53
54<Template name=spaceshipescortcameras defaults=0>
[11862]55  <PacmanGelb>
[11831]56    <camerapositions>
[12003]57      <CameraPosition position="0,7, 10" drag=true mouselook=true />
[11831]58    </camerapositions>
[11862]59  </PacmanGelb>
[11831]60</Template>
61
62<Template name=spaceshipescortengine baseclass=MultiStateEngine>
63  <MultiStateEngine
[11897]64   boostfactor    = 1.0
[11831]65
[12003]66   speedfront     = 80
67   speedback      = 40
[11898]68   speedleftright =  1
69   speedupdown    =  1
[11831]70
[12003]71   accelerationfront     = 100
[11898]72   accelerationbrake     = 5
[12003]73   accelerationback      =  100
[11897]74   accelerationleftright =  5
[11898]75   accelerationupdown    =  5
[11831]76  >
77
78  </MultiStateEngine>
79</Template>
Note: See TracBrowser for help on using the repository browser.