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

Template:Meta-wt-adj: Difference between revisions

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 *  1+(4*({{meta-avg|{{{m}}}|bod}}-{{{b}}}) + 8*({{meta-avg|{{{m}}}|str}}-{{{s}}}) + {{{i}}} + {{{a}}})/100  round 1}}
<includeonly><onlyinclude>{{#expr:{{meta-wt|{{{m}}}|{{{g}}}}} * ({{{h}}} / {{meta-ht|{{{m}}}|{{{g}}}}})^3 *  1+(4*({{meta-avg|{{{m}}}|bod}}-{{{b}}}) + 8*({{meta-avg|{{{m}}}|str}}-{{{s}}}) + {{{i}}} + {{{a}}})/100  round 1}}</onlyinclude></includeonly>
 
* m = {{{m}}}
* g = {{{g}}}
* meta-wt = {{meta-wt|{{{m}}}|{{{g}}}}} - Average Weight for Metatype & Gender
* meta-ht = {{meta-ht|{{{m}}}|{{{g}}}}} - Average Height for Metatype & Gender
* h = {{{h}}} - Actual character height.
* h/meta-ht = {{#expr:({{{h}}} / {{meta-ht|{{{m}}}|{{{g}}}}})}} - Height Proportion of Average
* (h/meta-ht)^3 = {{#expr:({{{h}}} / {{meta-ht|{{{m}}}|{{{g}}}}}) ^ 3}} - Weight Multipler for Height
* s = {{{s}}}
* b = {{{b}}}
* h = {{{h}}}
* i = {{{i}}}
* a = {{{a}}}</onlyinclude></includeonly>

Revision as of 15:09, 20 May 2024

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
A muscular and fit human male, {{meta-wt-adj|h=170|m=human|g=m|b=4|s=5|i=0|a=0}} is:
69.8
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
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:
59.8

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