Life Current
Mage_Talent_LifeCurrent in SkillsAny healing effect you provide has a 0.12 chance to grant you Chaincast.
- id
- Mage_Talent_LifeCurrent
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictHeal(dmg) { if (checkProba(vars.chance)) setStatus(owner, Mage_Talent_Chaincast_Status); }
- status
- 2
Raw data
{
"id": "Mage_Talent_LifeCurrent",
"gfx": {
"x": 6,
"y": 2,
"file": "UI/icons/Mage_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"chance": 0.12
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.25
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Any healing effect you provide has a ::chance:: chance to grant you ::ref_name::.",
"name": "Life Current",
"refs": {
"ref": "Mage_Talent_Chaincast_Status"
}
},
"nature": 5,
"script": "function onInflictHeal(dmg) {\n\tif (checkProba(vars.chance))\n\t\tsetStatus(owner, Mage_Talent_Chaincast_Status);\n}",
"status": 2,
"mastery": []
}