mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
added trasnformation items to api cast spell description (#12340)
This commit is contained in:
parent
ea255579cb
commit
083417fe48
1 changed files with 8 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const api = {};
|
|||
|
||||
* @apiParam (Path) {String=fireball, mpheal, earth, frost, smash, defensiveStance,
|
||||
* valorousPresence, intimidate, pickPocket, backStab, toolsOfTrade,
|
||||
* stealth, heal, protectAura, brightness, healAll} spellId The skill to cast.
|
||||
* stealth, heal, protectAura, brightness, healAll,
|
||||
* snowball, spookySparkles, seafoam, shinySeed} spellId The skill to cast.
|
||||
* @apiParam (Query) {UUID} targetId Query parameter, necessary if the spell is
|
||||
* cast on a party member or task. Not used if the spell
|
||||
* is casted on the user or the user's current party.
|
||||
|
|
@ -55,6 +56,12 @@ const api = {};
|
|||
* brightness="Searing Brightness",
|
||||
* healAll="Blessing"
|
||||
*
|
||||
* Transformation Items:
|
||||
* snowball="Snowball",
|
||||
* spookySparkles="Spooky Sparkles",
|
||||
* seafoam="Seafoam",
|
||||
* shinySeed="Shiny Seed"
|
||||
*
|
||||
* @apiError (400) {NotAuthorized} Not enough mana.
|
||||
* @apiUse TaskNotFound
|
||||
* @apiUse PartyNotFound
|
||||
|
|
|
|||
Loading…
Reference in a new issue