Difference between revisions of "FActorStrengthEncumbranceMult"
Jump to navigation
Jump to search
imported>Vvenaya |
imported>ABO (Added note about mysterious +4 to encumbrance base) |
||
Line 16: | Line 16: | ||
|} | |} | ||
Note that for some reason the base encumbrance is 4 higher than the actual encumbrance limit; | |||
player.getbaseav encumbrance == Strength * ''fActorStrengthEncumbranceMult'' + 4 | |||
However, the actual limit that applies for encumbrance and that is displayed in the inventory does not include this mysterious +4. It is uncertain if formulas that have "base encumbrance" use the +4 base encumbrance or the real encumbrance limit. | |||
[[Category:Settings]] | [[Category:Settings]] |
Revision as of 19:00, 13 June 2007
Description |
The number by which a character's strength is multiplied to get his encumbrance limit (how much weight can be carried).
|
---|---|
Default value |
5 |
Note that for some reason the base encumbrance is 4 higher than the actual encumbrance limit;
player.getbaseav encumbrance == Strength * fActorStrengthEncumbranceMult + 4
However, the actual limit that applies for encumbrance and that is displayed in the inventory does not include this mysterious +4. It is uncertain if formulas that have "base encumbrance" use the +4 base encumbrance or the real encumbrance limit.