added trasnformation items to api cast spell description (#12340)

This commit is contained in:
Ieahleen
2020-06-27 16:17:48 +02:00
committed by GitHub
parent ea255579cb
commit 083417fe48

View File

@@ -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