Skip to content

Commit

Permalink
Add transformation action to Habitica (#35510)
Browse files Browse the repository at this point in the history
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
  • Loading branch information
tr4nt0r and c0ffeeca7 authored Nov 15, 2024
1 parent 2db53fc commit 0529aa0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions source/_integrations/habitica.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,23 @@ Buy a custom reward with gold.
| `config_entry` | no | Config entry of the character buying the reward. |
| `task` | no | The name, `task ID`, or **alias** of the custom reward to buy. |

### Action `habitica.transformation`

Use a transformation item from your Habitica character's inventory on a member of your party or yourself.

| Data attribute | Optional | Description |
| -------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `config_entry` | no | Config entry of the character using the transformation item. |
| `item` | no | The transformation item you want to use. Item must be in the character's inventory. |
| `target` | no | The character you want to use the transformation item on. Matches by display name, username, or user ID. |

#### Available transformation items

- **Snowball**: `snowball` (transforms into a snowfriend)
- **Spooky sparkles**: `spooky_sparkles` (transforms into a ghost)
- **Seafoam**: `seafoam` (transforms into a starfish)
- **Shiny seed** `shiny_seed` (transforms into flower)

## Automations

Get started with these automation examples for Habitica, each featuring ready-to-use blueprints!
Expand Down

0 comments on commit 0529aa0

Please sign in to comment.