Skip to main content
All skills

Big Game Hunter

Status

Your next Attack is a ComboAttack.

cooldown
duration
steps

Raw data

nature
Status
id
Bow_BigGame_Status
raw data
{
  "id": "Bow_BigGame_Status",
  "gfx": {
    "x": 18,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Bow_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {},
  "steps": [],
  "texts": {
    "desc": "Your next [Attack] is a [ComboAttack].",
    "name": "Big Game Hunter"
  },
  "nature": 4,
  "script": "function replaceSkillUse(s) {\n\tif (s.isBasicAttack()) {\n\t\treturn owner.getSkillByType(AttackCombo);\n\t}\n\treturn null;\n}\n\n\n\nfunction onSkillProc(ctx) {\n\tif (ctx.isFinalCombo) {\n\t\tconsumeStatus(owner, skill.kind);\n\t}\n}",
  "status": 4,
  "mastery": []
}