From 0529aa0bac7ba5601353598e708b83c8f676f9e6 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:38:41 +0100 Subject: [PATCH] Add transformation action to Habitica (#35510) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/habitica.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_integrations/habitica.markdown b/source/_integrations/habitica.markdown index db85c985a10..ae44299c327 100644 --- a/source/_integrations/habitica.markdown +++ b/source/_integrations/habitica.markdown @@ -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!