Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
Line 10: Line 10:
 
|{{{element}}}
 
|{{{element}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
! Damage Modifier:
+
!{{#if:{{{damage|}}}|Damage Modifier:|}}
|{{{damage}}}
+
|{{#if:{{{damage|}}}|{{{damage}}}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Target:
 
! Target:
Line 22: Line 22:
 
|{{{cooldown}}}
 
|{{{cooldown}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
! Duration:
+
!{{#if:{{{duration|}}}|Duration:|}}
|{{{duration}}}
+
|{{#if:{{{duration|}}}|{{{duration}}}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Ability Cost:
 
! Ability Cost:

Revision as of 18:54, 26 February 2010

Ability Information
{{{name}}}
Type: {{{type}}}
Element: {{{element}}}
Target: {{{target}}}
Casting Time: {{{cast}}}
Cooldown Time: {{{cooldown}}}
Ability Cost: {{{cost}}}


Usage

{{Ability
| name= 
| type= 
| element= 
| damage= 
| target= 
| cast= 
| cooldown= 
| duration= 
| cost= 
| upkeep= 
}}