Home · skill · PhysicalBlock_Status_WellTimed

Damage of your next Final Combo Attack increased by 30%.

Properties

status
Done
nature
Status
duration
10
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Sword1H_96PX.png",
    "size": 96,
    "x": 4,
    "y": 0
  },
  "id": "PhysicalBlock_Status_WellTimed",
  "nature": "Status",
  "texts": {
    "desc": "Damage of your next [ComboAttack] increased by ::damage%::.",
    "name": "[PhysicalBlock]"
  },
  "anim": {},
  "duration": 10,
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "damage": 0.3
  },
  "script": "function onSkillProc(ctx) {\n\tif(ctx.baseSkill.isFinalAttack()) {\n\t\tctx.dmgMult += vars.damage;\n\t\tstop();\n\t}\n}"
}