Ad placeholder

Creature size: Difference between revisions

Jump to navigation Jump to search
37 bytes added ,  Friday at 06:38
Removed incorrect used of code template
(Added Category)
(Removed incorrect used of code template)
 
Line 2: Line 2:


The weight of a creature affects what can [[Throw]] or [[Shove]] it.
The weight of a creature affects what can [[Throw]] or [[Shove]] it.
* A creature may throw items and other creatures weighing up to {{Code|[[Strength]]<sup>2</sup> x 0.2}}kg or {{Code|[[Strength]]<sup>2</sup> x 0.4}}lbs.
* A creature may throw items and other creatures weighing up to {{math|1=0.2 \times \text{Strength}^2\;\text{kg} }} or {{math|1=0.4 \times \text{Strength}^2\;\text{lbs} }}.
** For example, with 18 Strength, one can throw objects weighing up to {{Code|18<sup>2</sup> x 0.2}} = 64.8 kg (or 130 lbs).
** For example, with 18 Strength, one can throw objects weighing up to {{math|1=0.2 \times 18^2\;\text{kg} = 64.8\;\text{kg} }} (or 130 lbs).
* When a creature's size changes, its weight will also be adjusted as necessary to conform with the above categories.
* When a creature's size changes, its weight will also be adjusted as necessary to conform with the above categories.


Navigation menu