mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
added trasnformation items to api cast spell description (#12340)
This commit is contained in:
@@ -15,7 +15,8 @@ const api = {};
|
|||||||
|
|
||||||
* @apiParam (Path) {String=fireball, mpheal, earth, frost, smash, defensiveStance,
|
* @apiParam (Path) {String=fireball, mpheal, earth, frost, smash, defensiveStance,
|
||||||
* valorousPresence, intimidate, pickPocket, backStab, toolsOfTrade,
|
* 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
|
* @apiParam (Query) {UUID} targetId Query parameter, necessary if the spell is
|
||||||
* cast on a party member or task. Not used if the spell
|
* cast on a party member or task. Not used if the spell
|
||||||
* is casted on the user or the user's current party.
|
* is casted on the user or the user's current party.
|
||||||
@@ -55,6 +56,12 @@ const api = {};
|
|||||||
* brightness="Searing Brightness",
|
* brightness="Searing Brightness",
|
||||||
* healAll="Blessing"
|
* healAll="Blessing"
|
||||||
*
|
*
|
||||||
|
* Transformation Items:
|
||||||
|
* snowball="Snowball",
|
||||||
|
* spookySparkles="Spooky Sparkles",
|
||||||
|
* seafoam="Seafoam",
|
||||||
|
* shinySeed="Shiny Seed"
|
||||||
|
*
|
||||||
* @apiError (400) {NotAuthorized} Not enough mana.
|
* @apiError (400) {NotAuthorized} Not enough mana.
|
||||||
* @apiUse TaskNotFound
|
* @apiUse TaskNotFound
|
||||||
* @apiUse PartyNotFound
|
* @apiUse PartyNotFound
|
||||||
|
|||||||
Reference in New Issue
Block a user