Home · skill · Daggers_Start_Skill2_Status

Damage of your next Weapon Skill increased by 50%.

Properties

status
Done
nature
Status
duration
6
steps
on=0props={}visuals={"fxs":[{"set":"Chaos_Aura","props":{},"flags":8,"space":0}]}duration=-1type=11
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Dagger_96PX.png",
    "size": 96,
    "x": 3,
    "y": 0
  },
  "id": "Daggers_Start_Skill2_Status",
  "nature": "Status",
  "texts": {
    "name": "Killer Instinct",
    "desc": "Damage of your next [WeaponSkill] increased by ::var1%::."
  },
  "anim": {
    "file": "Anim/Human/Dual/_Daggers/Skill/Anim_Human_Daggers_Ambush.fbx",
    "startFrame": 3
  },
  "duration": 6,
  "steps": [
    {
      "on": 0,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Chaos_Aura",
            "props": {},
            "flags": 8,
            "space": 0
          }
        ]
      },
      "duration": -1,
      "type": 11
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ]
    }
  },
  "vars": {
    "var1": 0.5
  },
  "script": "function onInflictDamageEval(ctx) {\n\tif(ctx.skill.isWeaponSkill()) {\n\t\tctx.dmgMult += vars.var1;\n\t\tstop();\n\t}\n}"
}