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
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:
0
  • m = human
  • g = m
  • meta-wt = 70 - Average Weight for Metatype & Gender
  • meta-ht = 170 - Average Height for Metatype & Gender
  • h = 170 - Actual character height.
  • h/meta-ht = 1 - Height Proportion of Average
  • (h/meta-ht)^3 = 1 - Weight Multipler for Height
  • s = 3
  • b = 3
  • h = 170
  • i = 0
  • a = 0
A muscular and fit human male, {{meta-wt-adj|h=170|m=human|g=m|b=4|s=5|i=0|a=0}} is:
0
  • m = human
  • g = m
  • meta-wt = 70 - Average Weight for Metatype & Gender
  • meta-ht = 170 - Average Height for Metatype & Gender
  • h = 170 - Actual character height.
  • h/meta-ht = 1 - Height Proportion of Average
  • (h/meta-ht)^3 = 1 - Weight Multipler for Height
  • s = 5
  • b = 4
  • h = 170
  • i = 0
  • a = 0
An average ork female, {{meta-wt-adj|h=182.4|m=ork|g=f|b=6|s=5|i=0|a=0}} is:
0
  • m = ork
  • g = f
  • meta-wt = 110.59 - Average Weight for Metatype & Gender
  • meta-ht = 182.4 - Average Height for Metatype & Gender
  • h = 182.4 - Actual character height.
  • h/meta-ht = 1 - Height Proportion of Average
  • (h/meta-ht)^3 = 1 - Weight Multipler for Height
  • s = 5
  • b = 6
  • h = 182.4
  • i = 0
  • a = 0
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:
9.2
  • m = elf
  • g = f
  • meta-wt = 60.74 - Average Weight for Metatype & Gender
  • meta-ht = 174.8 - Average Height for Metatype & Gender
  • h = 174 - Actual character height.
  • h/meta-ht = 0.9954233409611 - Height Proportion of Average
  • (h/meta-ht)^3 = 0.98633276444535 - Weight Multipler for Height
  • s = 6
  • b = 3
  • h = 174
  • i = 12
  • a = 0

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