Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 4:22:38 PM (17 years ago)
Author:
marcscha
Message:

modifications done this afternoon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.h

    r9965 r9970  
    8282    float       shieldMax;          //!< maximum shield
    8383    float       shieldEnergyShare;  //!< percentage of reactor output
    84     float       shieldRegen;        //!< shield regeneration rate per tick
     84    float       shieldRegen;        //!< shield regeneration rate per second
    8585    float       shieldTH;           //!< shield threshhold for reactivation
    8686    bool        shieldActive;       //!< wheather the shield is working
     
    9494    float       electronicRegen;    //!< electronic regenration rate per tick
    9595
    96     int         engineSpeedCur;     //!< speed output
     96    float       engineSpeedCur;     //!< speed output for movement = speed base + energy share part
     97    float       engineSpeedBase;    //!< speed base
    9798    int         enginePowerConsume; //!< energy needed
    9899    float       engineEnergyShare;  //!< percentage of reactor output
Note: See TracChangeset for help on using the changeset viewer.