Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
Line 7: Line 7:
 
|{{{type}}}
 
|{{{type}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
!{{#if:{{{element|}}}|Element:|}}
+
! Element:
|{{#if:{{{element|}}}|{{{element}}}}}
+
|{{{element}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
!{{#if:{{{damage|}}}|Damage Modifier:|}}
+
! Damage Modifier:
|{{#if:{{{damage|}}}|{{{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;"
!{{#if:{{{duration|}}}|Duration:|}}
+
! Duration:
|{{#if:{{{duration|}}}|{{{duration}}}}}
+
|{{{duration}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Ability Cost:
 
! Ability Cost:
 
|{{{cost}}}
 
|{{{cost}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
!{{#if:{{{upkeep|}}}|Upkeep Cost:|}}
+
! Upkeep Cost:
|{{#if:{{{upkeep|}}}|{{{upkeep}}}}}
+
|{{{upkeep}}}
 
|}
 
|}
  

Revision as of 19:17, 26 February 2010

Ability Information
{{{name}}}
Type: {{{type}}}
Element: {{{element}}}
Damage Modifier: {{{damage}}}
Target: {{{target}}}
Casting Time: {{{cast}}}
Cooldown Time: {{{cooldown}}}
Duration: {{{duration}}}
Ability Cost: {{{cost}}}
Upkeep Cost: {{{upkeep}}}


Usage

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