Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 1:13:21 PM (5 years ago)
Author:
ahuwyler
Message:

We have new template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/levels/templates/spaceshipOrxoBlox.oxt

    r12367 r12370  
    66   spawnparticleduration  = 3
    77   explosionchunks        = 4
     8
     9   health            = 10
     10   maxhealth         = 10
     11   initialhealth     = 10
     12
     13   shieldhealth        = 20
     14   initialshieldhealth = 20
     15   maxshieldhealth     = 20
     16   shieldabsorption    = 0.1
     17   shieldrechargerate  = 1
     18   shieldrechargewaittime = 1
    819
    920   primaryThrust     = 150
     
    2637   linearDamping     = 0.9
    2738   angularDamping    = 0.9999999
     39
     40   collisiondamage = 100
     41   enablecollisiondamage = true
    2842   
    2943  >
     
    7286   boostfactor    = 2.2
    7387
     88
    7489   defEngineSndNormal = "sounds/Engine_low.ogg"
    7590   defEngineSndBoost = "sounds/Engine_high.ogg"
    76 
    77    accelerationfront     = 700
    78    accelerationbrake     = 700
    79    accelerationback      = 700
    80    accelerationleftright =  500
    81    accelerationupdown    =  500
    8291  >
    8392
Note: See TracChangeset for help on using the changeset viewer.