Rogue_Poison_Deadly
Rogue_Poison_Deadly in Skills- id
- Rogue_Poison_Deadly
- type
- 18
- flags
- 0
- nature
- 5
- script
- function onInflictDamage(hit) { if(hit.skill.isBaseAttack()) { if(checkProba(vars.chance)) addStatus(hit.target, Skill.Rogue_Poison_DeadlyStatus); } }
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": []
}