Template:Item stat lookup fm

From Guild Wars 2 Wiki
Jump to navigationJump to search


Usage[edit]

This template is a modified version of Template:Item stat lookup for use on pages that describe both Fine and Masterwork versions of an item. It only takes type and level parameters, and returns two sets of variables, one for the fine values and one for the masterwork values.

Parameters[edit]

This template takes no parameters.

Output[edit]

No direct output is produced. Instead, the following variables are populated for later access.

  • All items
    • #var:major attribute f
    • #var:minor attribute f
    • #var:critical damage f
    • #var:major attribute m
    • #var:minor attribute m
    • #var:critical damage m
  • Armor and shields
    • #var:defense f
    • #var:defense m
  • Weapons
    • #var:min strength f
    • #var:max strength f
    • #var:min strength m
    • #var:max strength m

Examples[edit]

{{item stat lookup|type=short bow|level=24}}
{{item stat lookup fm}}
*Weapon strength of a fine level 24 short bow: {{#var:min strength f}} – {{#var:max strength f}}
*Weapon strength of a masterwork level 24 short bow: {{#var:min strength m}} – {{#var:max strength m}}
  • Weapon strength of a fine level 24 short bow: 225 – 248
  • Weapon strength of a masterwork level 24 short bow: 244 – 269