Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 13 and Version 14 of code/doc/SpaceBoundaries


Ignore:
Timestamp:
May 26, 2011, 3:07:17 PM (13 years ago)
Author:
kmaurus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/SpaceBoundaries

    v13 v14  
    2828  * 1: Decrease Health of the space ship after having left the allowed area.
    2929  * 2: Inverted Version of 0. Prohibit to fly INTO the defined area.
    30  * healthDecrease - a measure to define how fast the health of a pawn should decrease after leaving the allowed area (unnecessary if 'reactionMode' == 0). Recommended values: 0.1 (slow health decrease) to 5 (very fast health decrease).
     30 * healthDecrease - a measure to define how fast the health of a pawn should decrease after leaving the allowed area (unnecessary if 'reactionMode' not equals 1). Recommended values: 0.1 (slow health decrease) to 5 (very fast health decrease).
    3131
    3232=== Notes to above attributes ===