Home · skill · Bow_Craft_Passive_Status
Damage of your next Aimed Shot 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": 10,
"y": 0,
"width": 2,
"height": 2
},
"id": "Bow_Craft_Passive_Status",
"nature": "Status",
"texts": {
"refs": {
"ref": "Bow_Craft_Skill1"
},
"desc": "Damage of your next ::ref_name:: increased by ::var1%::.",
"name": "Deadeye Focus"
},
"anim": {},
"duration": 15,
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 0.25
},
"script": "function onInflictDamageEval(ctx) {\n\tif( ctx.skillId == Skill.Bow_Craft_Skill1 ) {\n\t\tctx.dmgMult += vars.var1;\n\t\tconsumeStatus(owner, Skill.Bow_Craft_Passive_Status);\n\t}\n}"
}