Template:DH2Armour

From Game Logs
Revision as of 13:30, 18 June 2016 by Insd7s (talk | contribs) (Created page with "<includeonly> <div style=" background-color: #f9f9f9; border: {{{Border|1}}}px solid #aaa; color: black; font-size: larger; max-width: 20em; padding: 0.5e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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|Title=|RArm=2|LArm=4|Body=4}}}}
 

Head
Expression error: Unrecognized punctuation character "{". ({{{Head}}}+3)


R.Arm
5 (2+3)

L.Arm
7 (4+3)

Body
7 (4+3)


R.Leg
Expression error: Unrecognized punctuation character "{". ({{{RLeg}}}+3)

L.Leg
Expression error: Unrecognized punctuation character "{". ({{{LLeg}}}+3)

=====>