Difference between revisions of "Encumbered"

From Wurmpedia
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:
==Description==
+
'''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 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.
 
  
 
==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 you can carry before starting to move slower.
+
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 06: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.