Home · skill · Bow_BigGame_Status
Your next Attack is a Final Combo Attack.
Properties
- status
- QA
- nature
- Status
Raw data
{
"status": "QA",
"gfx": {
"file": "UI/icons/atlas_weapon_Bow_96PX.png",
"size": 48,
"x": 18,
"y": 0,
"width": 2,
"height": 2
},
"id": "Bow_BigGame_Status",
"nature": "Status",
"texts": {
"name": "Big Game Hunter",
"desc": "Your next [Attack] is a [ComboAttack]."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {},
"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}"
}