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