Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Adding shields and boost to some spaceships.

File:
1 edited

Legend:

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

    r8706 r8857  
    77   explosionchunks        = 6
    88
    9    health            = 100
    10    maxhealth         = 200
    11    initialhealth     = 100
     9   health            = 50
     10   maxhealth         = 120
     11   initialhealth     = 50
     12
     13   shieldhealth        = 60
     14   initialshieldhealth = 60
     15   maxshieldhealth     = 80
     16   shieldabsorption    = 0.75
     17   reloadrate          = 1.5
     18   reloadwaittime      = 0.2
    1219
    1320   primaryThrust     = 600;
    1421   auxilaryThrust    = 30;
    1522   rotationThrust    = 25;
     23
     24   lift = 1.2;
     25   stallSpeed = 220;
     26
     27   boostPower            = 20
     28   boostPowerRate        = 1
     29   boostRate             = 5
     30   boostCooldownDuration = 10
    1631
    1732   collisionType     = "dynamic"
     
    5974   speedupdown    =  60
    6075
    61    accelerationfront     = 700
     76   accelerationfront     = 1000
    6277   accelerationbrake     = 300
    6378   accelerationback      =  100
Note: See TracChangeset for help on using the changeset viewer.