Шаблон:Inventory/Accessory

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

The accessory table row for vendor inventories.

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

Copy-paste template:

{{Inventory/Accessory
 | name = 
 | level = 
 | rarity = 
 | type = 
 | price = 
 | afix = 
 | upgrade = 
 | innateMod1 =  | innateValue1 = 
 | innateMod2 =  | innateValue2 = 
 | innateMod3 =  | innateValue3 = 
}}

Example usage:

{{Inventory/Accessory
 | name = Platinum Ring
 | icon = Ring.png           <!-- Optionally specify a different icon -->
 | level = 60
 | rarity = blue
 | type = ring               <!-- Accessory, Ring, Amulet, Back -->
 | price = 72 {{bronze}}
 | afix = of the Knight      <!-- Item name suffix. Merchant gear appears to not use this. -->
 | upgrade = Emerald Shard   <!-- Upgrade component. Commonly a gem, but more than gemstones fit here. -->
 | innateMod1 = Power | innateValue1 = +21
 | innateMod2 = Precision | innateValue2 = +21
 | innateMod3 = Toughness | innateValue3 = +29
}}