User:VGz/Templates/Armor

From Guild Wars Wiki
Jump to navigationJump to search
{{{name}}}
[[File:{{{phead}}}.png]] {{{dhead}}} [[File:{{{ihead}}}_Insignia.png]] [[File:Rune_{{{rhead}}}.png]]
[[File:{{{pchest}}}.png]] {{{dchest}}} [[File:{{{ichest}}}_Insignia.png]] [[File:Rune_{{{rchest}}}.png]]
[[File:{{{phands}}}.png]] {{{dhands}}} [[File:{{{ihands}}}_Insignia.png]] [[File:Rune_{{{rhands}}}.png]]
[[File:{{{plegs}}}.png]] {{{dlegs}}} [[File:{{{ilegs}}}_Insignia.png]] [[File:Rune_{{{rlegs}}}.png]]
[[File:{{{pfeet}}}.png]] {{{dfeet}}} [[File:{{{ifeet}}}_Insignia.png]] [[File:Rune_{{{rfeet}}}.png]]


Usage[edit]

  • All armor icons can be found here (select the profession in the right menu).
  • All insigna icons can be found here (select the good one in the bottom menu).
  • All rune icons can be found here.
  • Armor pieces can be created thanks to this template.
{{User:VGz/Templates/Armor
| prof   = <profession> <!-- for background color -->
| name   = <name of the armor>
<!-- head -->
| phead  = <icon of head armor>
| ihead  = <icon of head insigna>
| rhead  = <icon of head rune>
| dhead  = <head armor piece>
<!-- chest -->
| pchest = <icon of chest armor>
| ichest = <icon of chest insigna>
| rchest = <icon of chest rune>
| dchest = <chest armor piece>
<!-- hands -->
| phands = <icon of hands armor>
| ihands = <icon of hands insigna>
| rhands = <icon of hands rune>
| dhands = <hands armor piece>
<!-- legs -->
| plegs  = <icon of legs armor>
| ilegs  = <icon of legs insigna>
| rlegs  = <icon of legs rune>
| dlegs  = <legs armor piece>
<!-- feet -->
| pfeet  = <icon of feet armor>
| ifeet  = <icon of feet insigna>
| rfeet  = <icon of feet rune>
| dfeet  = <feet armor piece>
}}

Example[edit]

Obsidian Armor
Slim Spectacles.png

Slim Spectacles
Armor : 60
Air Magic +1 (Stacking)
Air Magic +3 (Non-stacking)
Health -75
Energy +1
Infused

Radiant Insignia.png Rune Elementalist Sup.png
Elementalist Obsidian Robes m.png

Obsidian Robes
Energy +5
Armor : 60
Health +50 (Non-stacking)
Energy +3
Infused

Radiant Insignia.png Rune All Sup.png
Elementalist Obsidian Gloves m.png

Obsidian Gloves
Energy +5
Armor : 60
Energy Storage +2 (Non-stacking)
Health -35
Energy +1
Infused

Radiant Insignia.png Rune Elementalist Major.png
Elementalist Obsidian Leggings m.png

Obsidian Leggings
Armor : 60
Health +10
Energy +2
Infused
Energy Recovery +1

Radiant Insignia.png Rune All Minor.png
Elementalist Obsidian Shoes m.png

Obsidian Shoes
Armor : 60
Health +10
Energy +1
Infused
Energy Recovery +1

Radiant Insignia.png Rune All Minor.png


{{User:VGz/Templates/Armor
| prof   = e
| name   = Obsidian Armor
<!-- head -->
| phead  = Slim_Spectacles
| ihead  = Radiant
| rhead  = Elementalist_Sup
| dhead  = {{User:VGz/Templates/Armor_Piece
 | name    = Slim Spectacles
 | part    = head
 | prof    = e
 | head    = Air Magic
 | rune1   = Air Magic +3
 | stack1  = no
 | rune2   = Health -75
 | stack2  = yes
 | insigna = Energy +1
 | infused = yes }}
<!-- chest -->
| pchest = Elementalist_Obsidian_Robes_m
| ichest = Radiant
| rchest = All_Sup
| dchest = {{User:VGz/Templates/Armor_Piece
 | name    = Obsidian Robes
 | part    = chest
 | prof    = e
 | rune1   = Health +50
 | stack1  = no
 | insigna = Energy +3
 | infused = yes }}
<!-- hands -->
| phands = Elementalist_Obsidian_Gloves_m
| ihands = Radiant
| rhands = Elementalist_Major
| dhands = {{User:VGz/Templates/Armor_Piece
 | name    = Obsidian Gloves
 | part    = hands
 | prof    = e
 | rune1   = Energy Storage +2
 | stack1  = no
 | rune2   = Health -35
 | stack2  = yes
 | insigna = Energy +1
 | infused = yes }}
<!-- legs -->
| plegs  = Elementalist_Obsidian_Leggings_m
| ilegs  = Radiant
| rlegs  = All_Minor
| dlegs  = {{User:VGz/Templates/Armor_Piece
 | name    = Obsidian Leggings
 | part    = legs
 | prof    = e
 | rune1   = Health +10
 | stack1  = yes
 | insigna = Energy +2
 | infused = yes }}
<!-- feet -->
| pfeet  = Elementalist_Obsidian_Shoes_m
| ifeet  = Radiant
| rfeet  = All_Minor
| dfeet  = {{User:VGz/Templates/Armor_Piece
 | name    = Obsidian Shoes
 | part    = feet
 | prof    = e
 | rune1   = Health +10
 | stack1  = yes
 | insigna = Energy +1
 | infused = yes }}
}}