m (Arcology Expert Program moved page Template:Meta-wt-x/Documentation to Template:Meta-wt-adj/Documentation without leaving a redirect) |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>[[Category:Character Template]]</includeonly> | <includeonly>[[Category:Character Template]]</includeonly> | ||
{{Template|meta-wt- | {{Template|meta-wt-adj}} calculates a character's weight based on a number of parameters. | ||
==Usage== | ==Usage== | ||
It accepts multiple {{parameter|mandatory}}s, though the first three parameters ({{code|h}}, {{code|m}}, and {{code|g}}) are supplied by variable in {{template|Character}}, making them {{parameter|optional}}s in that context. | It accepts multiple {{parameter|mandatory}}s, though the first three parameters ({{code|h}}, {{code|m}}, and {{code|g}}) are supplied by variable in {{template|Character}}, making them {{parameter|optional}}s in that context. | ||
| Line 11: | Line 11: | ||
* {{code|a}}'''rbitrary''' — a free-form percentage adjustment. | * {{code|a}}'''rbitrary''' — a free-form percentage adjustment. | ||
==Return== | ==Return== | ||
An average human male, {{code|<nowiki>{{meta-wt- | An average human male, {{code|<nowiki>{{meta-wt-adj|h={{meta-ht|human}}|m=human|g=m|b=3|s=3|i=0|a=0}}</nowiki>}} is: {{return|{{meta-wt-adj|h={{meta-ht|human}}|m=human|g=f|b=3|s=3|i=0|a=0}}}} | ||
A average ork female, {{code|<nowiki>{{meta-wt- | A average ork female, {{code|<nowiki>{{meta-wt-adj|h={{meta-ht|ork}}|m=ork|g=f|b=6|s=5|i=0|a=0}}</nowiki>}} is: {{return|{{meta-wt-adj|h={{meta-ht|ork|f}}|m=ork|g=f|b=6|s=5|i=0|a=0}}}} | ||
For example, [[Shirayuri]] is a {{convert|174|cm|ftin}} {{category|elf|elven}} {{category|female|lc}}, with four cyberlimbs, each with two ranks of Enhanced Strength and Enhanced Agility. So, {{code|<nowiki>{{meta-wt- | For example, [[Shirayuri]] is a {{convert|174|cm|ftin}} {{category|elf|elven}} {{category|female|lc}}, with four cyberlimbs, each with two ranks of Enhanced Strength and Enhanced Agility. So, {{code|<nowiki>{{meta-wt-adj|h=174|m=elf|g=f|b=3|s=3|i=16|a=0}}</nowiki>}} returns: {{return|{{meta-wt-adj|h=174|m=elf|g=f|b=3|s=3|i=16|a=0}}}} | ||
Revision as of 17:17, 24 January 2023
Template:meta-wt-adj calculates a character's weight based on a number of parameters.
Usage
It accepts multiple mandatory parameters, though the first three parameters (h, m, and g) are supplied by variable in Template:Character, making them optional parameters in that context.
height — the character's height in centimeters. When used withTemplate:Charactermetatype — the character's metatype, a valid metatype or metavariant name from Table:Metahuman Height & Weight (Average Male).gender — eithermale orf.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={{meta-ht|human}}|m=human|g=m|b=3|s=3|i=0|a=0}} is:
70
A average ork female, {{meta-wt-adj|h={{meta-ht|ork}}|m=ork|g=f|b=6|s=5|i=0|a=0}} is:
110.6
For example, Shirayuri is a 174 cm (5 ft 9 in) elven female, with four cyberlimbs, each with two ranks of Enhanced Strength and Enhanced Agility. So, {{meta-wt-adj|h=174|m=elf|g=f|b=3|s=3|i=16|a=0}} returns:
69.5
