SaladActive
FOOD_CRAFTING_P7
Increases your Crafting Speed by 64% and Crafting Quality by 13200% for 2:00.
Stats
| Cast time | 0.8 s |
|---|---|
| Target | Self |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | buffovertime[1].value | 0.64 | — | 64% |
| {1} | buffovertime[0].value | 132 | — | 13200% |
| {2} | buffovertime[0].time | 120 | — | 2:00 |
Ability definition
{
"@uniquename": "FOOD_CRAFTING_P7",
"@namelocatag": "@SPELLS_FOOD_CRAFTING",
"@descriptionlocatag": "@SPELLS_FOOD_CRAFTING_DESC",
"@statblock": "@SPELLS_FOOD_STATBLOCK",
"@target": "self",
"@castingtime": "0.8",
"@recastdelay": "0",
"@energyusage": "0",
"@castrange": "0",
"@hitdelay": "0",
"@standtime": "0",
"@keepmovingaftercast": "true",
"@uitype": "heal",
"@category": "foodbuff",
"@neutraleffect": "true",
"@buffpriority": "10",
"@hideMainhandDuringAnim": "true",
"@hideOffhandDuringAnim": "true",
"@spelleffectlocatag": "@SPELLS_FOOD_CRAFTING_BUFF_DESC",
"@displaytextonexpirylocatag": "@SPELL_EXPIRY_MESSAGE_DEFAULT",
"removeactiveeffects": {
"@target": "self",
"@category": "foodbuff"
},
"buffovertime": [
{
"@target": "self",
"@type": "craftingquality",
"@value": "132",
"@time": "120",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "crafttime",
"@value": "0.64",
"@time": "120",
"@persistsafterknockdown": "true"
}
]
}