Difference between revisions of "Template:Ability infobox"
From Project: Gorgon Wiki
(Updated with keywords.) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Reuse Time | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Reuse Time | ||
| <div class="block2" style="color:#ffffff;">{{{reuse time|-}}}</div> | | <div class="block2" style="color:#ffffff;">{{{reuse time|-}}}</div> | ||
+ | |- | ||
+ | {{ #if:{{{ragemulti|}}}|{{pipe}}- valign="top" | ||
+ | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" {{pipe}} Rage Multiplier: | ||
+ | {{pipe}} <div class="block2" style="color:#ffffff;">{{{ragemulti}}}</div> | ||
+ | }} | ||
|- | |- | ||
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Special | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Special | ||
Line 63: | Line 68: | ||
| reuse time = 2 | | reuse time = 2 | ||
| range = 30 meters | | range = 30 meters | ||
+ | | ragemulti = 2 | ||
| special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} | | special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} | ||
| keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> | | keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> | ||
Line 75: | Line 81: | ||
| reuse time = 2 | | reuse time = 2 | ||
| range = 30 meters | | range = 30 meters | ||
+ | | ragemulti = 2 | ||
| special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} | | special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} | ||
| keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> | | keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> |
Latest revision as of 13:48, 19 March 2020
name
| |
---|---|
Error: Ability not found | |
Description | -
|
Skill | |
Level | -
|
Damage | -
|
Power Cost | -
|
Reuse Time | -
|
Special | -
|
- name
- Must be the name of the ability.
- description
- The in-game description of the ability.
- skill
- The associated skill the ability is part of.
- level
- The level required to use the ability.
- damage
- Information about the ability.
- power cost
- Information about the ability.
- reuse time
- Information about the ability.
- special
- Information about the ability. (Optional).
- Sample output
Code | Output | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Ability infobox | name = Warmthball | description = Throw a vaguely painful ball of warmth. | skill = Fire Magic | level = 0 | damage = 8 Fire | power cost = 0 | reuse time = 2 | range = 30 meters | ragemulti = 2 | special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} | keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> }}
|