Gigantify PotionActive
POTION_MAXHP_P6
Increases your Max Load by 2400% and your Max Health by 133% for 6s.
Makes you Immune to Forced Movement effects.
Stats
| Cooldown | 120 s |
|---|---|
| Cast time | Instant |
| 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 | 1.33 | — | 133% |
| {1} | buffovertime[0].value | 24 | — | 2400% |
| {2} | buffovertime[0].time | 6 | — | 6s |
Ability definition
{
"@uniquename": "POTION_MAXHP_P6",
"@descriptionlocatag": "@SPELLS_POTION_GIGANTIFY_DESC",
"@statblock": "@SPELLS_POTION_STATBLOCK",
"@target": "self",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "120",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "buff",
"@category": "instant",
"@maxstack": "1",
"@neutraleffect": "true",
"@castablewhensilenced": "true",
"@spelleffectlocatag": "@SPELLS_STATUS_MAXHEALTH_MAXLOAD_INCREASED",
"@namelocatag": "@SPELLS_POTION_GIGANTIFY",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$buffovertime[1].value$"
},
{
"@tag": "$buffovertime[0].value$"
},
{
"@tag": "$buffovertime[0].time$"
}
]
}
},
"buffovertime": [
{
"@target": "self",
"@type": "maxloadbonus",
"@value": "24",
"@time": "6"
},
{
"@target": "self",
"@type": "hitpointsmaxbonus",
"@value": "1.33",
"@time": "6",
"not": {
"IfClusterArcheType": {
"@op": "equals",
"@value": "ARENA_1V1"
}
}
},
{
"@target": "self",
"@type": "hitpointsmaxbonus",
"@value": "1.04",
"@time": "6",
"IfClusterArcheType": {
"@op": "equals",
"@value": "ARENA_1V1"
}
}
],
"cceffectimmunity": {
"@target": "self",
"@type": "forcedmovement",
"@time": "6"
},
"scalefx": {
"@scalevalue": "1.5"
}
}