Skip to content

Custom Actions

Sometimes you want to add a custom action to your character. You can do so in the Avrae dashboard.

Adding a Custom Action

On your dashboard, you can add an action by following these steps:

  1. Hover over your character and click on the tool icon to "Edit Action."
  2. To import one of the actions from below, click on the "Import YML" icon; otherwise, click "New..." to build your own action.
  3. Paste the code from the option below into the space provided and click "Import."
  4. Click Save and Exit.

Your custom action should be usable by running !a "Action Name" in Discord.

Sample Custom Actions

These actions are built for character use as needed. Use the steps above to add any of these actions to your character.

Fire's Burn

name: Fire's Burn
automation:
  - type: target
    target: all
    effects:
      - type: damage
        damage: 1d10[fire]
        overheal: false
  - type: counter
    counter: Fire's Burn (Fire Giant)
    amount: "1"
    allowOverflow: false
    errorBehaviour: warn
_v: 2
proper: true
verb: adds damage with
phrase: When you hit a target with an attack roll and deal damage to it, you can
  also deal 1d10 Fire damage to that target.