No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation}} | {{Documentation}} | ||
<includeonly><onlyinclude>{{#expr:({{meta-wt|{{{m}}}|{{{g}}}}} * ({{{h}}} / {{meta-ht|{{{m}}}|{{{g}}}}})^3 * ( | <includeonly><onlyinclude>{{#expr:({{meta-wt|{{{m}}}|{{{g}}}}} * ({{{h}}} / {{meta-ht|{{{m}}}|{{{g}}}}})^3) * ({{{i}}} + {{{a}}})/100 ) round 1}} | ||
* m = {{{m}}} | * m = {{{m}}} | ||
Revision as of 14:56, 20 May 2024
Template:meta-wt-adj calculates a character's weight based on a number of parameters.
Usage
It has multiple mandatory parameters:
height — the character's height in centimeters.metatype — the character's metatype, a valid metatype or metavariant name from Table:Metahuman Height & Weight (Average Male) or Table:Metahuman Height & Weight (Average Female).gender — eithermale orfemale.body — the character's adjusted Body attribute.strength — the character's Strength attribute.implant — the percentage adjustments calculated as directed in How Much Did You Say He Weighed?arbitrary — a free-form percentage adjustment.
Return
An average human male,{{meta-wt-adj|h=170|m=human|g=m|b=3|s=3|i=0|a=0}} is: Expression error: Unexpected closing bracket.
A muscular and fit human male, - m = human
- g = m
- meta-wt = 70
- meta-ht = 170
- s = 3
- b = 3
- h = 170
- i = 0
- a = 0
{{meta-wt-adj|h=170|m=human|g=m|b=4|s=5|i=0|a=0}} is: Expression error: Unexpected closing bracket.
An average ork female, - m = human
- g = m
- meta-wt = 70
- meta-ht = 170
- s = 5
- b = 4
- h = 170
- i = 0
- a = 0
{{meta-wt-adj|h=182.4|m=ork|g=f|b=6|s=5|i=0|a=0}} is: Expression error: Unexpected closing bracket.
For example, Shirayuri is a 174 cm (5 ft 9 in) elven female, with four cyberlimbs, each customized to Strength 6 with two ranks of Enhanced Strength and Enhanced Agility beyond that. So, - m = ork
- g = f
- meta-wt = 110.59
- meta-ht = 182.4
- s = 5
- b = 6
- h = 182.4
- i = 0
- a = 0
{{meta-wt-adj|h=174|m=elf|g=f|b=3|s=6|i=12|a=0}} returns: Expression error: Unexpected closing bracket.
- m = elf
- g = f
- meta-wt = 60.74
- meta-ht = 174.8
- s = 6
- b = 3
- h = 174
- i = 12
- a = 0
The documentation above was transcluded from Template:Meta-wt-adj/Documentation. [edit]
