Template:Pet Command

From HorizonXI Wiki
Revision as of 09:32, 15 January 2024 by Spiffly (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This template is for use on Pet Commands pages.

Usage

{{Pet Command
| description = 
| job =
| level = 
| recast = 
| duration = 
| range = 
| notes = 
| changes = 
| macro = 
}}

Description: This is the in-game description of the pet command.
Job: The name of the job this pet command belongs to. This parameter automatically links the input.
Level: The level the ability is unlocked eg. "30".
Recast: The recast time of the ability eg. 2 minutes. The editor may include, inside brackets, the amount of reduction each merit point applies.
Duration: The duration of the ability. Input as either eg. "2 minutes" or "Instant".
Range: This is the range of the ability and is measured in "yalms". The template automatically applies "yalms". Notes: Where the editor can add any additional notes they feel necessary. Bullet points should be used for each note.
Changes: The editor should input the name of the ability and the template automatically fills any Horizon changes. It parses this from Category:Horizon Changes so if it returns a blank, no changes are present, in which case the editor should leave the parameter blank.
Macro: Add an example macro of how to use this ability.

Example

{{Pet Command
| description = Commands your pet to attack the target.
| job = Beastmaster
| level = 1
| recast = 10 seconds
| duration = N/A
| notes =
A Beastmaster's level 1 Pet Command which commands his/her pet to attack a mob.

* The use of this Pet Command is unique in that it does not cancel Invisible.
* Your pet will not follow this command if it is too far away from you.
| changes = 
| macro = /pet "Fight" <stnpc>
}}

Results in...

Pet Command

Commands your pet to attack the target.
Job: Beastmaster
Level: 1
Recast Time: 10 seconds
Duration: N/A

Notes

A Beastmaster's level 1 Pet Command which commands his/her pet to attack a mob.

  • The use of this Pet Command is unique in that it does not cancel Invisible.
  • Your pet will not follow this command if it is too far away from you.

Horizon Changes HorizonXI specific changes

None

Macro Syntax

  • /pet "Fight" <stnpc>