Template:ActiveSkill: Difference between revisions
Appearance
GlifterPad (talk | contribs) Created page with "<noinclude> {{#cargo_declare: _table = activeskills | SkillID = Integer | SkillName = String | Description = Text | MaxCooldown = Integer | MinCooldown = Integer }} </noinclude> <includeonly> {{#cargo_store: _table = activeskills | SkillID = {{{id|}}} | SkillName = {{{name|{{PAGENAME}}}}} | Description = {{{description|}}} | MaxCooldown = {{{maxcooldown|}}} | MinCooldown = {{{mincooldown|}}} }} {| class="wikitable" ! colspan="2" |..." |
GlifterPad (talk | contribs) No edit summary |
||
| Line 39: | Line 39: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Revision as of 00:24, 18 August 2025
This template defines the table "activeskills". View table.
Usage
{{ActiveSkill | id = 1 | name = Flame Strike | description = Deal 50x ATK damage to all enemies. Change all orbs to Fire orbs. | maxcooldown = 15 | mincooldown = 10 }}
- Leave mincooldown blank if skill doesn't reduce cooldown