Home · skill · Rogue_Poison_Blinding
Properties
- type
- RoguePoison
- nature
- Passive
Raw data
{
"gfx": {
"file": "UI/Placeholder/Icons_Resources.png",
"size": 48,
"x": 36,
"y": 38,
"width": 2,
"height": 2
},
"id": "Rogue_Poison_Blinding",
"type": "RoguePoison",
"nature": "Passive",
"texts": {},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"chance": 0.1,
"var1": 2
},
"script": "function onInflictDamage(hit) {\n\tif(hit.skill.isBaseAttack()) {\n\t\tif(checkProba(vars.chance))\n\t\t\taddStatusDuration(hit.target, Skill.Stun, vars.var1);\n\t}\n}"
}