User:Relyk/rune

From Guild Wars 2 Wiki
Jump to navigationJump to search

Runes and sigils one key difference in that sigils only have one variable. They are runes with one tier. This means we can't display them use the same table templates despite all the other similarities.

Rune[edit]

{{Upgrade component infobox
| name = {{subst:PAGENAME}}           <Generated automatically, only specify if needed>
| icon = {{subst:PAGENAME}}.png       <Generated automatically, only specify if needed>
| description = ''Double-click to apply to a piece of Armor.'' <Default description>
| variables =                         <Use semantic object to store variables>
| type = Rune                         <Guaranteed>
| level =                             <Minor, Major, and Superior versions of runes always have the same level>
| rarity =                            <Minor, Major, and Superior versions of runes always have the same rarity>
| value =                             <Minor, Major, and Superior versions of runes always have two possible price sets>
| key =                               <Generated automatically, only specify if needed>
}}

Rune template[edit]

User:Relyk/rune/template

{{User:Relyk/rune/template
| name = Superior Rune of Balthazar
| icon = Superior Rune of Balthazar.png
| version = Superior
| stat1 = +25 {{Power}}
| stat2 = +15% {{Burning}} Duration
| stat3 = +50 {{Power}}
| stat4 = Gain [[haste]] for 5 seconds when you fall below 20% health. (Cooldown: 90s)
| stat5 = +90 {{Power}}
| stat6 = When you use a [[healing skill]], nearby foes are {{Burning|burned}} for 3 seconds. (Cooldown: 10s)
| value = 216
}}

General page[edit]

User:Relyk/rune/table

<!-- Brief description of rune and attributes -->

== Runes ==
{{Rune table|<Rune>}}

{{Rune table header}}
{{Rune stable row|Minor Rune of <X>}}
{{Rune stable row|Major Rune of <X>}}
{{Rune stable row|Superior Rune of <X>}}
{{Rune table footer}}

== Notes ==

[[Category:Runes|+]]


Sigil[edit]

{{Upgrade component infobox
| name = {{subst:PAGENAME}}           <Generated automatically, only specify if needed>
| icon = {{subst:PAGENAME}}.png       <Generated automatically, only specify if needed>
| description = ''Double-click to apply to a weapon.'' <Default description>
| variables =                         <Single variables, does not need template>
| type = Rune                         <Guaranteed>
| level =                             <Minor, Major, and Superior versions of runes always have the same level>
| rarity =                            <Minor, Major, and Superior versions of runes always have the same rarity>
| value =                             <Minor, Major, and Superior versions of runes always have the same price set>
| key =                               <Generated automatically, only specify if needed>
}}

Sigil template[edit]

User:Relyk/rune/template2

{{User:Relyk/rune/template2
| name = Sigil of Hobbling
| icon = Sigil of Hobbling.png
| version = Superior
| variables =  Increased Inflicted [[Crippled|Cripple]] Duration: 5%
| value = 216
}}

General page[edit]

User:Relyk/rune/table2

<!-- Brief description of rune and attributes -->

== Sigils ==
{{Sigil table|<Sigil>}}

{{Sigil table header}}
{{Sigil stable row|Minor Sigil of <X>}}
{{Sigil stable row|Major Sigil of <X>}}
{{Sigil stable row|Superior Sigil of <X>}}
{{Sigil table footer}}

== Notes ==

[[Category:Sigils|+]]