Home · skill · Mage_Talent_EchoingLife

Chaincast increases the healing effect of your next Weapon Skill by 30%.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "x": 14,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_EchoingLife",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "::ref_name:: increases the healing effect of your next [WeaponSkill] by ::damage%::.",
    "name": "Echoing Life",
    "refs": {
      "ref": "Mage_Talent_Chaincast_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "damage": 0.3
  },
  "script": "function onMageChainCast(ctx) {\n\tctx.healMult += vars.damage;\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}