Difference between revisions of "Encumbered"
Jump to navigation
Jump to search
(New page: ==Description== Encumbered is a state the character enters when carrying too much weight. This will slow down the player anywhere from a small amount to bringing the player to a crawl. ==...) |
m (cleanup) |
||
Line 1: | Line 1: | ||
− | + | '''Encumbered''' is a state the [[player]] enters when carrying too much [[weight]], which will slow down the player anywhere from a small amount to bringing the player to a crawl. | |
− | Encumbered is a state the | ||
==Calculating== | ==Calculating== | ||
− | The maximum weight a character can carry is 7 * body strength. | + | The maximum weight a character can carry is 7 * [[body strength]]. |
− | The integer part of body strength (e.g. 25 if 25.62) also determines how much | + | The integer part of body strength (e.g. 25 if 25.62) also determines how much a player can carry before starting to move slower. |
* Above 2*strength weight, speed drops to 3/4 of normal | * Above 2*strength weight, speed drops to 3/4 of normal | ||
Line 11: | Line 10: | ||
* Above 7*strength weight, speed is only 1/20 | * Above 7*strength weight, speed is only 1/20 | ||
− | For example the key values for 25.62 strength would be 50 kg, 87.5 kg and 175 kg, and the maximum possible load would be 179.34 kg. | + | For example, the key values for 25.62 strength would be 50 [[kg]], 87.5 kg and 175 kg, and the maximum possible load would be 179.34 kg. |
[[Category:Babel/E]] | [[Category:Babel/E]] |
Revision as of 14:13, 30 November 2009
Encumbered is a state the player enters when carrying too much weight, which will slow down the player anywhere from a small amount to bringing the player to a crawl.
Calculating
The maximum weight a character can carry is 7 * body strength.
The integer part of body strength (e.g. 25 if 25.62) also determines how much a player can carry before starting to move slower.
- Above 2*strength weight, speed drops to 3/4 of normal
- Above 3.5*strength weight, it drops to 1/4
- Above 7*strength weight, speed is only 1/20
For example, the key values for 25.62 strength would be 50 kg, 87.5 kg and 175 kg, and the maximum possible load would be 179.34 kg.