Template:Infobox Active Ability
From Kindred Fates Wiki
This template defines the table "ActiveAbilities". View table.
This template provides a uniform design for Active Ability pages.
Usage
{{Infobox Active Ability
| name =
| image =
| icon =
| description =
| playstyleType =
| abilityCategory =
| targeting =
| damage =
| cooldown =
| range =
| isBasicAbility =
| isInAlpha =
| isInBeta =
| isAvailable =
| ObtainableType =
| abilityFirstAppearance =
| abilityLastAppearance =
}}
Parameters
- name
- Optional. Self explanatory. When not used, automatically takes the page-name.
- image
- This is where you would link the media file such as GIF or MP4 of the animation of the active ability. If nothing is given, it returns the placeholder image.
- description
- The description of the active ability.
- playstyleType
- The playstyle type of the ability.
- targeting
- What the active ability is allowed to target. Keywords are:
- self: Targets themselves
- onetarget: Targets any kinfolk
- area: Targets an area or the ground
- damage
- The damage done by the active ability. If no damage provided, defaults to zero.
- cooldown
- How long is the Cooldown of the active ability.
- range
- The range of the active ability. If no range provided, defaults to none.
- abilityFirstAppearance
- The first appearance of the active ability.
Example
| Fireball | |
|---|---|
| The user fires a large, powerful ball of fire in a target direction. | |
| Ability Details | |
| Playstyle Type | |
| Attack Category | ? |
| Targeting | Single Target |
| Damage | 150 |
| Cooldown | 10 |
| Lifetime | ? |
| Range | 30 |
| In Alpha? | true |
| Basic ability? | false |
| Available? | true |
| Version introduced | Unknown |
{{Infobox Active Ability
| name = Fireball
| image = Ability_Fireball.png
| icon =
| description = The user fires a large, powerful ball of fire in a target direction.
| playstyleType = Fire
| targeting = onetarget
| damage = 150
| cooldown = 10
| range = 30
| isBasicAbility = false
| isInAlpha = true
| isInBeta = false
| isAvailable = true
| abilityCategory =
| ObtainableType =
| abilityFirstAppearance =
| abilityLastAppearance =
}}
Produces: (Infobox on the right)