초집중Toggle
HYPER_FOCUS
초집중 상태가 되어, 모든 시전과 채널링을 방해받지 않게 됩니다.
디버프에 대한 면역을 얻습니다(지속 대미지 제외).
1s마다 최대 에너지의 -2% 만큼을 소모합니다.
이 스킬은 최대 8s까지 유지할 수 있지만 일찍 비활성화할 수 있습니다.
Stats
| Cooldown | 20 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} | attributechangeovertime.change | -0.02 | — | -2% |
| {1} | attributechangeovertime.interval | 1 | — | 1s |
| {2} | notinterruptible.time | 8 | — | 8s |
Ability definition
{
"@uniquename": "HYPER_FOCUS",
"@target": "self",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "20",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "buff",
"@category": "instant",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"@descriptionlocatag": "@SPELLS_HYPER_FOCUS_V2_DESC",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$attributechangeovertime.change$"
},
{
"@tag": "$attributechangeovertime.interval$"
},
{
"@tag": "$notinterruptible.time$"
}
]
}
},
"attributechangeovertime": {
"@target": "self",
"@attribute": "energy",
"@change": "-0.02",
"@changetype": "relativemax",
"@interval": "1",
"@initialinterval": "0.8",
"@count": "8"
},
"notinterruptible": {
"@target": "self",
"@time": "8",
"@disruptionallowed": "false"
},
"spellimmunity": {
"@target": "self",
"@category": "debuff",
"@time": "8"
},
"spelleffectfx": {}
}