Home · skill · Mage_Talent_LifeCurrent

Any healing effect you provide has a 0.12 chance to grant you Chaincast.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "x": 6,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_LifeCurrent",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "Any healing effect you provide has a ::chance:: chance to grant you ::ref_name::.",
    "refs": {
      "ref": "Mage_Talent_Chaincast_Status"
    },
    "name": "Life Current"
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "chance": 0.25
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "chance": 0.12
  },
  "script": "function onInflictHeal(dmg) {\n\tif (checkProba(vars.chance))\n\t\tsetStatus(owner, Mage_Talent_Chaincast_Status);\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}