Paladins Wiki
Register
Advertisement
Champion Generic Icon

{{{name}}}

 

{{{description}}}

[[File:Ability Placeholder {{{key}}}.png|50px|right|link=]]

Details

{{{details}}}


Code

{{AbilityInfo
|name=
|damgetype=
|image=
|key=
|description=
|cooldown=
|details=
}}

Usage

  • name: The name of this ability.
  • damagetype: Type of damage the ability deals; area or direct.
  • image / image2: The file for the icons of this ability.
  • key: The keyboard key or mouse button this ability is bound to by default.
  • description: The ingame description of this ability.
  • cooldown: This ability's cooldown time.
  • details: Stats, cooldowns and any other relevant info of this ability that isn't included in the description.

Example

{{AbilityInfo
|name=Blitz Upper
|damagetype=Direct
|image=Ability Blitz Upper.png
|key=RMB
|description=Charge forward, hitting enemies for 600 and knocking them straight back.
|cooldown=10
|details=*Has a Pre-fire time of 0.3s.
*Generates 3.15% of ultimate charge on hit.
}}

Result:

Blitz Upper

Direct Damage

Charge forward, hitting enemies for 600 and knocking them straight back.

Ability Placeholder RMB
Cooldown Icon White 10

Details

  • Has a Pre-fire time of 0.3s.
  • Generates 3.15% of ultimate charge on hit.
Advertisement