Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2011, 9:07:17 PM (13 years ago)
Author:
dafrick
Message:

Cleanup. Adding shield and boost shaking to Assff.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/gameimmersion/data/levels/shieldTest.oxw

    r8573 r8577  
    11<LevelInfo
    2  name = "shield-test-level"
     2 name = "Shield Testlevel"
    33 description = "A simple Level with one shielded drone to shoot at"
     4 tags = "test"
    45/>
    56
     
    2930
    3031<Drone name="meineDrohne"
    31         primarythrust=          "80"
    32         auxilarythrust=         "10"
    33         rotationthrust=         "10"
    34         mass=                   "50"
    35         linearDamping=          "0.9"
    36         angularDamping=         "0.7"
     32    primarythrust= "80"
     33    auxilarythrust= "10"
     34    rotationthrust= "10"
     35    mass= "50"
     36    linearDamping= "0.9"
     37    angularDamping= "0.7"
    3738
    38         health=                 100
    39         maxhealth=              150
    40         inithealth=             200
     39    health= 100
     40    maxhealth= 150
     41    inithealth= 200
    4142
    42         shieldhealth=           100
    43         initialshieldhealth=    200
    44         maxshieldhealth=        250
     43    shieldhealth= 100
     44    initialshieldhealth= 200
     45    maxshieldhealth= 250
    4546
    46         shieldabsorption=       1
     47    shieldabsorption= 1
    4748
    48         reloadrate=             "10"
    49         reloadwaittime=         1
     49    reloadrate= "10"
     50    reloadwaittime= 1
    5051
    5152>
Note: See TracChangeset for help on using the changeset viewer.