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/spaceshipPirate.oxt

    r8706 r8857  
    1111   initialhealth     = 100
    1212
    13    primaryThrust     = 100;
    14    auxilaryThrust    = 30;
    15    rotationThrust    = 25;
     13   shieldhealth        = 25
     14   initialshieldhealth = 25
     15   maxshieldhealth     = 40
     16   shieldabsorption    = 0.6
     17   reloadrate          = 2
     18   reloadwaittime      = 0.5
     19
     20   primaryThrust     = 100
     21   auxilaryThrust    = 30
     22   rotationThrust    = 25
     23
     24   lift = 1;
     25   stallSpeed = 220;
     26
     27   boostPower            = 10
     28   boostPowerRate        = 1
     29   boostRate             = 5
     30   boostCooldownDuration = 10
    1631
    1732   collisionType     = "dynamic"
Note: See TracChangeset for help on using the changeset viewer.