Home · skill · Bow_Craft_AttackCombo_Status

Damage of your next Weapon Skill increased by 25%.

Properties

status
Done
nature
Status
duration
15
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Bow_96PX.png",
    "size": 48,
    "x": 4,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Bow_Craft_AttackCombo_Status",
  "nature": "Status",
  "texts": {
    "desc": "Damage of your next [WeaponSkill] increased by ::var1%::.",
    "name": "Lock and Load"
  },
  "anim": {},
  "duration": 15,
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "var1": 0.35
        }
      },
      {
        "minRank": 2,
        "props": {
          "maxStacks": 2
        }
      }
    ],
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ],
      "maxStacks": 1
    }
  },
  "vars": {
    "var1": 0.25
  },
  "script": "function onSkillProc(ctx) {\n\tif( ctx.skill.isWeaponSkill() ) {\n\t\tctx.dmgMult += vars.var1;\n\t\tconsumeStatus(owner, Skill.Bow_Craft_AttackCombo_Status);\n\t}\n}"
}