Home · skill · Mage_Talent_PowerCircuit_Status
Chance to land a Physical critical strike increased by 0.07.
Properties
- status
- Done
- nature
- Status
- duration
- 6
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Mage_talent.png",
"size": 48,
"x": 2,
"y": 6,
"width": 2,
"height": 2
},
"id": "Mage_Talent_PowerCircuit_Status",
"nature": "Status",
"texts": {
"desc": "Chance to land a [Physical] critical strike increased by ::chance::.",
"name": "Power Circuit"
},
"anim": {},
"duration": 6,
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.15
}
}
]
},
"vars": {
"chance": 0.07
},
"script": "function onInflictDamageEval(hit) {\n\tif (hit.isPhysical) {\n\t\thit.critChance += vars.chance;\n\t}\n}"
}