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 | <HsW01 mode=0 munitionpershot=1 delay=0 damage=1 material="Flares/point_lensflare" muzzleoffset="0, 0, 0" /> |
---|
59 | <HsW01 mode=1 munitionpershot=1 delay=0 damage=100 material="Flares/point_lensflare" muzzleoffset="0, 0, 0" /> |
---|
60 | </Weapon> |
---|
61 | </WeaponPack> |
---|
62 | </weaponpacks> |
---|
63 | <munition> |
---|
64 | <LaserMunition initialmagazines=800 maxmagazines=800 munitionpermagazine=1000 replenishamount=2 replenishinterval=7.5/> |
---|
65 | <LightningMunition initialmagazines=400 maxmagazines=400 munitionpermagazine=800 /> |
---|
66 | </munition> |
---|
67 | |
---|
68 | |
---|
69 | |
---|
70 | |
---|
71 | |
---|
72 | </SpaceShip> |
---|
73 | </Template> |
---|
74 | |
---|
75 | <Template name=spaceshipassffcameras defaults=0> |
---|
76 | <SpaceShip> |
---|
77 | <camerapositions> |
---|
78 | <CameraPosition position="0,10, 40" drag=true mouselook=true /> |
---|
79 | <CameraPosition position="0,20, 80" drag=true mouselook=true /> |
---|
80 | <CameraPosition position="0,30,120" drag=true mouselook=true /> |
---|
81 | </camerapositions> |
---|
82 | </SpaceShip> |
---|
83 | </Template> |
---|
84 | |
---|