Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2016, 4:07:14 PM (7 years ago)
Author:
meilel
Message:

level file changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/templates/fastship.oxt

    r11260 r11276  
    66   spawnparticleduration  = 3
    77
    8    health            = 100
     8   health            = 150
    99   maxhealth         = 200
    10    initialhealth     = 100
     10   initialhealth     = 150
    1111
    12    shieldhealth        = 30
    13    initialshieldhealth = 30
    14    maxshieldhealth     = 50
     12   shieldhealth        = 70
     13   initialshieldhealth = 50
     14   maxshieldhealth     = 100
    1515   shieldabsorption    = 0.8
    1616   shieldrechargerate  = 1
    1717   shieldrechargewaittime = 1
    1818
    19    primaryThrust     = 10000
    20    auxilaryThrust    = 10000
     19   primaryThrust     = 2000
     20   auxilaryThrust    = 1000
    2121   rotationThrust    = 50
    2222
     
    2525
    2626
    27    boostPower            = 1500
     27   boostPower            = 10
    2828   boostPowerRate        = 10
    2929   boostRate             = 10
    3030   boostCooldownDuration = 10
    3131
    32    shakeFrequency = 30
    33    shakeAmplitude = 15
     32   shakeFrequency = 50
     33   shakeAmplitude = 30
    3434
    3535   collisionType     = "dynamic"
     
    8585<Template name=spaceshipassffengine baseclass=MultiStateEngine>
    8686  <MultiStateEngine
    87   boostfactor    = 20
     87  boostfactor    = 10
    8888
    89    speedfront     =  500
    90    speedback      =  500
     89   speedfront     =  1000
     90   speedback      =  1000
    9191   speedleftright =  50
    9292   speedupdown    =  50
     
    9595   defEngineSndBoost = "sounds/Engine_high.ogg"
    9696   
    97    accelerationfront     = 5000
    98    accelerationbrake     = 5000
    99    accelerationback      =  125
    100    accelerationleftright =  125
    101    accelerationupdown    =  125
     97   accelerationfront     = 300
     98   accelerationbrake     = 300
     99   accelerationback      = 125
     100   accelerationleftright = 125
     101   accelerationupdown    = 125
    102102  >
    103103    <EffectContainer condition="idle">
Note: See TracChangeset for help on using the changeset viewer.