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