Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
Line 33: Line 33:
 
<pre>
 
<pre>
 
{{Ability
 
{{Ability
|name= {{{name}}}
+
| name=  
|type= {{{type}}}
+
| type=  
|element= {{{element}}}
+
| element=  
|target= {{{target}}}
+
| target=  
|cast= {{{cast}}}
+
| cast=  
|cooldown= {{{cooldown}}}
+
| cooldown=  
|duration= {{{duration}}}
+
| duration=  
|cost= {{{cost}}}
+
| cost=  
|upkeep= {{{upkeep}}}
+
| upkeep=  
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 16:36, 26 February 2010

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


Usage

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