Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/wagnis_HS18/data/levels/templates/wagnisCursor.oxt @ 12129

Last change on this file since 12129 was 12129, checked in by kunzro, 5 years ago

Cursor fixed, should be working properly now

File size: 2.0 KB
Line 
1<Template name=wagnisCursor>
2  <SpaceShip
3   hudtemplate            = spaceshiphud
4   camerapositiontemplate = spaceshipassffcameras
5   spawnparticlesource    = "Orxonox/fairytwirl"
6   spawnparticleduration  = 3
7
8   health            = 100
9   maxhealth         = 200
10   initialhealth     = 100
11
12   shieldhealth        = 30
13   initialshieldhealth = 30
14   maxshieldhealth     = 50
15   shieldabsorption    = 0.8
16   shieldrechargerate  = 1
17   shieldrechargewaittime = 1
18
19   primaryThrust     = 0
20   auxilaryThrust    = 0
21   rotationThrust    = 0
22
23   lift = 1;
24   stallSpeed = 0;
25
26   boostPower            = 0
27   boostPowerRate        = 0
28   boostRate             = 0
29   boostCooldownDuration = 0
30
31   shakeFrequency = 15
32   shakeAmplitude = 9
33
34   collisionType     = "dynamic"
35   mass              = 100
36   linearDamping     = 0.7
37   angularDamping    = 0.9999999
38
39   explosionSound = "sounds/Explosion2.ogg"
40  >
41
42
43<weaponslots>
44      <WeaponSlot position="0,0,0" />
45      <WeaponSlot position="0,0,0" />
46</weaponslots>
47<weaponsets>
48      <WeaponSet firemode=0 />
49      <WeaponSet firemode=1 />
50</weaponsets>
51<weaponpacks>
52      <WeaponPack>
53        <links>
54          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
55          <DefaultWeaponmodeLink firemode=1 weaponmode=1 />
56        </links>
57        <Weapon>
58            <WagnisGun mode=0 munitionpershot=0 delay=0     damage=1      muzzleoffset="0, 0, 0" />
59            <WagnisGun mode=1 munitionpershot=0 delay=0     damage=1000   muzzleoffset="0, 0, 0" />
60        </Weapon>
61      </WeaponPack>
62</weaponpacks>
63<munition>
64      <LaserMunition initialmagazines=2 maxmagazines=4 munitionpermagazine=1 replenishamount=2 replenishinterval=7.5/>
65</munition>
66
67  </SpaceShip>
68</Template>
69
70<Template name=spaceshipassffcameras defaults=0>
71  <SpaceShip>
72    <camerapositions>
73      <CameraPosition position="0,0, 0" drag=true mouselook=true />
74      <CameraPosition position="0,0, 0" drag=true mouselook=true />
75    </camerapositions>
76  </SpaceShip>
77</Template>
78
Note: See TracBrowser for help on using the repository browser.