This site is in early development. Sections are still being written and figures may change.

All Things Albion
보호의 방패

보호의 방패Passive

PASSIVE_CAPE_MARTLOCK

조건:
체력이 25% 이하로 떨어지면 발동합니다.

효과:
보호막으로 자신을 감싸며 5s 동안 전체에 대한 방어력100%만큼 증가합니다 (제거될 수 없음).

Stats

Cast timeInstant

Granted by(1)

Advanced view

Where each number comes from, and the arithmetic behind it. How this works

# Source Base Progression Result
{0} applyeffectoneventpassive[0].IfOwnHealthPercentage[0].value 0.25 25%
{1} $PASSIVE_CAPE_MARTLOCK_EFFECT.buffovertime[0].value 1 100%
{2} $PASSIVE_CAPE_MARTLOCK_EFFECT.buffovertime[0].time 5 5s

Ability definition

{
 "@uniquename": "PASSIVE_CAPE_MARTLOCK",
 "@statblock": "@SPELLS_STATBLOCK_COOLDOWN",
 "locareferences": {
  "statblock": {
   "locareference": {
    "@tag": "$$PASSIVE_CAPE_MARTLOCK_COOLDOWN.dummy[0].time$"
   }
  }
 },
 "applyeffectoneventpassive": {
  "@applyeffecttarget": "self",
  "@event": "ReceiveDamage",
  "@spell": "PASSIVE_CAPE_MARTLOCK_EFFECT",
  "@chance": "1",
  "and": {
   "IfOwnHealthPercentage": {
    "@op": "less",
    "@value": "0.25"
   },
   "not": [
    {
     "IfSpellCategoryActive": {
      "@category": "mountbuff",
      "@who": "Caster"
     }
    },
    {
     "IfSpellCategoryActive": {
      "@category": "cape_cooldown",
      "@who": "Caster"
     }
    }
   ]
  }
 }
}

Abilities