Anonymous
×
Create a new article
Write your page title here:
We currently have 205 articles on Shadowrun Seattle Shutdown. Type your article name above or click on one of the titles below and start writing!



Shadowrun Seattle Shutdown
Revision as of 17:17, 24 January 2023 by Arcology Expert Program (talk | contribs) (Arcology Expert Program moved page Template:Meta-wt-x to Template:Meta-wt-adj without leaving a redirect)
Icon-documentation.svg

Template:meta-wt-adj calculates a character's weight based on a number of parameters.

Usage

It has multiple mandatory parameters:

Return

An average human male, {{meta-wt-adj|h=170|m=human|g=m|b=3|s=3|i=0|a=0}} is:
70

{{meta-wt|{{{m}}}|{{{g}}}}} = 70

{{meta-ht|{{{m}}}|{{{g}}}}} = 170

h = 170
A muscular and fit human male, {{meta-wt-adj|h=170|m=human|g=m|b=4|s=5|i=0|a=0}} is:
70

{{meta-wt|{{{m}}}|{{{g}}}}} = 70

{{meta-ht|{{{m}}}|{{{g}}}}} = 170

h = 170
An average ork female, {{meta-wt-adj|h=182.4|m=ork|g=f|b=6|s=5|i=0|a=0}} is:
110.6

{{meta-wt|{{{m}}}|{{{g}}}}} = 110.59

{{meta-ht|{{{m}}}|{{{g}}}}} = 182.4

h = 182.4
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, {{meta-wt-adj|h=174|m=elf|g=f|b=3|s=6|i=12|a=0}} returns:
67.1

{{meta-wt|{{{m}}}|{{{g}}}}} = 60.74

{{meta-ht|{{{m}}}|{{{g}}}}} = 174.8

h = 174

The documentation above was transcluded from Template:Meta-wt-adj/Documentation.