Concepts/Strength, Weight and Equipment

From UFO:AI
Revision as of 21:30, 10 August 2013 by H-hour (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Author: DarkRain (talk, contrib)

This is document describes the weight and encumbrance system for UFO:AI. The idea is that the weight of the soldiers equipment affects them in different ways depending on their strength.

Weight

  • All items have assigned a weight value, this is given in kilograms.
  • The maximum weight a soldier can carry, in kilograms, is equal to their strength.

Encumbrance

Encumbrance is applied in three stages:

  • Light weight: The soldier is carrying 20% or less of his/her maximum allowed load, soldier will receive maximum amount of TUs, this is the 'bonus' stage.
  • Normal weight: The soldier carries between 20% and 50% of his/her maximum allowed load, soldier will receive an average amount of TUs, this is considered a standard load and is the 'normal' stage.
  • Heavy weight: The soldier has a load of more than 50% of the maximum allowed, the soldier is encumbered and will receive reduced TUs, this is the 'penalty' stage.

Technical Details

The current formula to calculate the soldier's TU is as follows:

39 * ENCUMBRANCE_MODIFIER + SPEED * 20 / 100

Where ENCUMBRANCE_MODIFIER is 1 for 'bonus' stage, 0.7 for 'normal' stage and 0.4 for 'penalty' stage.

See also

Skills improvement