Rogue Poison Deadly — RoguePoison
Passive
Raw data
- type
- RoguePoison
- nature
- Passive
- id
- Rogue_Poison_Deadly
raw data
{
"id": "Rogue_Poison_Deadly",
"gfx": {
"x": 36,
"y": 38,
"file": "UI/Placeholder/Icons_Resources.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 18,
"vars": {
"chance": 0.2
},
"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\taddStatus(hit.target, Skill.Rogue_Poison_DeadlyStatus);\n\t}\n}",
"mastery": []
}