Rogue_Poison_Blinding
Rogue_Poison_Blinding in Skills- id
- Rogue_Poison_Blinding
- type
- 18
- flags
- 0
- nature
- 5
- script
- function onInflictDamage(hit) { if(hit.skill.isBaseAttack()) { if(checkProba(vars.chance)) addStatusDuration(hit.target, Skill.Stun, vars.var1); } }
Raw data
{
"id": "Rogue_Poison_Blinding",
"gfx": {
"x": 36,
"y": 38,
"file": "UI/Placeholder/Icons_Resources.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 18,
"vars": {
"var1": 2,
"chance": 0.1
},
"flags": 0,
"props": {},
"steps": [],
"texts": {},
"nature": 5,
"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}",
"mastery": []
}