Home · skill · Mage_Talent_PowerCircuit
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Mage_talent.png",
"size": 48,
"x": 10,
"y": 0,
"width": 2,
"height": 2
},
"id": "Mage_Talent_PowerCircuit",
"type": "Talent",
"nature": "Passive",
"texts": {
"desc": "[Magic] critical strikes increase your chance to land [Physical] critical strikes by ::ref_chance:: for ::ref_duration::.",
"name": "Power Circuit",
"refs": {
"ref": "Mage_Talent_PowerCircuit_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
}
},
"vars": {},
"script": "function onInflictDamage(hit) {\n\tif (hit.critical && hit.isMagic) {\n\t\taddStatus(owner, Skill.Mage_Talent_PowerCircuit_Status);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Mage",
"via_field": "talentTrees"
}
]
}