Difference between revisions of "Template:DH2Armour"

From Game Logs
Jump to: navigation, search
m
m (moved Template:DH2Armor to Template:DH2Armour: Higher Gothic)
 
(4 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
     width: 25%;
 
     width: 25%;
 
">
 
">
<b>Head</b><br>{{#expr: {{{Head}}} + {{{TB}}}}} ({{{Head}}}+{{{TB}}})
+
<b>Head</b><br>{{#expr: {{{Head}}} + {{{TB}}} }} ({{{Head}}}+{{{TB}}})
 
</div><br>
 
</div><br>
 
<div style="
 
<div style="
Line 31: Line 31:
 
     width: 25%;
 
     width: 25%;
 
">
 
">
<b>R.Arm</b><br>{{#expr: {{{RArm}}} + {{{TB}}}}} ({{{RArm}}}+{{{TB}}})
+
<b>R.Arm</b><br>{{#expr: {{{RArm}}} + {{{TB}}} }} ({{{RArm}}}+{{{TB}}})
 
</div>
 
</div>
 
<div style="
 
<div style="
Line 43: Line 43:
 
     width: 25%;
 
     width: 25%;
 
">
 
">
<b>L.Arm</b><br>{{#expr: {{{LArm}}}+ {{{TB}}}}} ({{{LArm}}}+{{{TB}}})
+
<b>L.Arm</b><br>{{#expr: {{{LArm}}}+ {{{TB}}} }} ({{{LArm}}}+{{{TB}}})
 
</div>
 
</div>
 
<div style="
 
<div style="
Line 54: Line 54:
 
     width: 25%;
 
     width: 25%;
 
">
 
">
<b>Body</b><br>{{#expr: {{{Body}}} + {{{TB}}}}} ({{{Body}}}+{{{TB}}})
+
<b>Body</b><br>{{#expr: {{{Body}}} + {{{TB}}} }} ({{{Body}}}+{{{TB}}})
 
</div><br>
 
</div><br>
 
<div style="
 
<div style="
Line 66: Line 66:
 
     width: 25%;
 
     width: 25%;
 
">
 
">
<b>R.Leg</b><br>{{#expr: {{{RLeg}}} + {{{TB}}}}} ({{{RLeg}}}+{{{TB}}})
+
<b>R.Leg</b><br>{{#expr: {{{RLeg}}} + {{{TB}}} }} ({{{RLeg}}}+{{{TB}}})
 
</div>
 
</div>
 
<div style="
 
<div style="
Line 78: Line 78:
 
     width: 25%;
 
     width: 25%;
 
">
 
">
<b>L.Leg</b><br>{{#expr: {{{LLeg}}}+ {{{TB}}}}} ({{{LLeg}}}+{{{TB}}})
+
<b>L.Leg</b><br>{{#expr: {{{LLeg}}}+ {{{TB}}} }} ({{{LLeg}}}+{{{TB}}})
 
</div>
 
</div>
 
<div style="clear: both;"></div>
 
<div style="clear: both;"></div>
Line 93: Line 93:
 
Can be incorporated in sidebar:
 
Can be incorporated in sidebar:
 
  <nowiki>
 
  <nowiki>
{{Sidebar|Name={{DH2Armor|TB=3|Border=0|Title=|RArm=2|LArm=4|Body=4}}}}
+
{{Sidebar|Name={{DH2Armor|TB=3|Border=0|Head=0|RArm=2|LArm=4|Body=4|RLeg=0|LLeg=0}} }}
 
  </nowiki>
 
  </nowiki>
{{Sidebar|Name={{DH2Armor|Border=0|TB=3|Title=|RArm=2|LArm=4|Body=4}}}}
+
{{Sidebar|Name={{DH2Armor|TB=3|Border=0|Head=0|RArm=2|LArm=4|Body=4|RLeg=0|LLeg=0}} }}
 
=====>
 
=====>
 
</noinclude>
 
</noinclude>

Latest revision as of 13:48, 18 June 2016

Block with armour values per body part for DH2, notation is total soak ( armor + toughness bonus ).
Example:

 {{DH2Armor|TB=3|Head=0|RArm=3|LArm=3|Body=6|RLeg=0|LLeg=0}}
 

Head
3 (0+3)


R.Arm
6 (3+3)

L.Arm
6 (3+3)

Body
9 (6+3)


R.Leg
3 (0+3)

L.Leg
3 (0+3)


Can be incorporated in sidebar:

{{Sidebar|Name={{DH2Armor|TB=3|Border=0|Head=0|RArm=2|LArm=4|Body=4|RLeg=0|LLeg=0}} }}
 

Head
3 (0+3)


R.Arm
5 (2+3)

L.Arm
7 (4+3)

Body
7 (4+3)


R.Leg
3 (0+3)

L.Leg
3 (0+3)

=====>