Difference between revisions of "Template:Guardian"

From Tales of Maj'Eyal
Jump to: navigation, search
(let's add another cut-and-paste example)
Line 23: Line 23:
 
| align="left" colspan=6 | {{{abilities}}}
 
| align="left" colspan=6 | {{{abilities}}}
 
|}
 
|}
</div><includeonly>[[Category:Bosses]]</includeonly><noinclude>[[Category:Templates]]</noinclude>
+
<includeonly>[[Category:Bosses]]</includeonly>
 +
<noinclude>[[Category:Templates]]</noinclude>
 +
<noinclude>
 +
Use this template on pages that define a zone boss (aka Guardian):
 +
<div>
 +
<pre><nowiki>
 +
{{Guardian
 +
|name=
 +
|location=
 +
|level=
 +
|description=
 +
|str=
 +
|dex=
 +
|cun=
 +
|mag=
 +
|wil=
 +
|con=
 +
|abilities=
 +
}}
 +
</nowiki></pre>
 +
 
 +
;name
 +
:Name of the guardian
 +
;location
 +
:Zone the boss is found in
 +
;level
 +
:Level range of the boss (best found in lua code)
 +
;description
 +
:The flavor text for the boss. Use ''italics'' if desired.
 +
;Str, Dex, Cun, Mag, Wil, Con
 +
:Boss stat abilities
 +
;abilities
 +
:Everything else goes here - boss talents, max life, resistances, status resistances, damage type, etc.
 +
 
 +
 
 +
</noinclude>

Revision as of 03:46, 5 July 2013

{{{name}}}
Location Level range
{{{location}}} {{{level}}}
Description
{{{description}}}
Base Statistics
Strength Dexterity Constitution Magic Willpower Cunning
- - - - - -
Abilities
{{{abilities}}}

Use this template on pages that define a zone boss (aka Guardian):

{{Guardian
|name=
|location=
|level=
|description=
|str=
|dex=
|cun=
|mag=
|wil=
|con=
|abilities=
}}
name
Name of the guardian
location
Zone the boss is found in
level
Level range of the boss (best found in lua code)
description
The flavor text for the boss. Use italics if desired.
Str, Dex, Cun, Mag, Wil, Con
Boss stat abilities
abilities
Everything else goes here - boss talents, max life, resistances, status resistances, damage type, etc.