Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2011, 3:55:43 PM (13 years ago)
Author:
dafrick
Message:

Adding shields and boost to some spaceships.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/templates/spaceshipGhost.oxt

    r8706 r8857  
    33   hudtemplate            = spaceshiphud
    44   camerapositiontemplate = spaceshipghostcameras
    5 
    65   spawnparticlesource    = "Orxonox/fairytwirl"
    76   spawnparticleduration  = 3
    87   explosionchunks        = 6
    98
    10    health            = 100
    11    maxhealth         = 200
    12    initialhealth     = 100
     9   health            = 30
     10   maxhealth         = 50
     11   initialhealth     = 30
    1312
    14    primaryThrust     = 600;
    15    auxilaryThrust    = 30;
    16    rotationThrust    = 25;
     13   shieldhealth        = 100
     14   initialshieldhealth = 100
     15   maxshieldhealth     = 150
     16   shieldabsorption    = 0.9
     17   reloadrate          = 3
     18   reloadwaittime      = 0.0
     19
     20   primaryThrust     = 600
     21   auxilaryThrust    = 30
     22   rotationThrust    = 25
     23
     24   lift = 1;
     25   stallSpeed = 220;
     26
     27   boostPower            = 30
     28   boostPowerRate        = 1
     29   boostRate             = 5
     30   boostCooldownDuration = 15
     31
     32   shakeFrequency = 20
     33   shakeAmplitude = 6
    1734
    1835   collisionType     = "dynamic"
     
    6077   speedupdown    =  50
    6178
    62    accelerationfront     = 700
     79   accelerationfront     = 1000
    6380   accelerationbrake     = 300
    6481   accelerationback      =  100
Note: See TracChangeset for help on using the changeset viewer.