FareverDB

Echoing Life

Mage_Talent_EchoingLife in Skills

Chaincast increases the healing effect of your next [WeaponSkill] by 30%.

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