FareverDB

Killer Instinct

Daggers_Start_Skill2_Status in Skills

Damage of your next [WeaponSkill] increased by 50%.

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