Шаблон:Inventory/Armor

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

The armor table row for vendor inventories.

See Template:Inventory/Table Header for details on the use of this template.

Copy-paste template:

{{Inventory/Armor
 | name = 
 | label =
 | icon
 | level = 
 | rarity = 
 | type = 
 | weight = 
 | price = 
 | afix = 
 | rune = 
 | innateMod1 =  | innateValue1 = 
 | innateMod2 =  | innateValue2 = 
 | innateMod3 =  | innateValue3 = 
}}

Example usage:

{{Inventory/Armor
 | name = Improved Watcher's Helmet of Divinity
 | label =                   <!-- In case the armor name needs a diambiguation suffix, e.g. Scout's Mask (Lionguard Micah), label = Scout's Mask -->
 | icon = Helmet.png         <!-- Optionally specify a different icon -->
 | level = 16
 | rarity = green
 | type = head               <!-- Armor location: head/shoulder/chest/leg/hand/feet/breather. With the exception of breathers, use the armor type listed in the tool tip. -->
 | weight = heavy            <!-- Armor weight: light / medium / heavy.  Not used currently, but SMW will want it -->
 | price = 350 {{karma}}
 | afix =                     <!-- Crafting or other non-skin related prefix.  -->
 | rune =                     <!-- Full rune name, eg: Major Rune of the Pirate -->
 | innateMod1 = Power | innateValue1 = +5
 | innateMod2 = Precision | innateValue2 = +4
 | innateMod3 = Toughness | innateValue3 = +3
}}