Home · skill · Mage_Talent_ChainStrike

Damage dealt by your Attacks increased by 15% while you are under Chaincast.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "x": 4,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_ChainStrike",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "Damage dealt by your [Attack]s increased by ::damage%:: while you are under ::ref_name::.",
    "name": "Chainstrike",
    "refs": {
      "ref": "Mage_Talent_Chaincast_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "damage": 0.3
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "damage": 0.15
  },
  "script": "function onInflictDamageEval(hit) {\n\tif (hit.baseSkill.isBaseAttack() && hasStatus(owner, Skill.Mage_Talent_Chaincast_Status)) {\n\t\thit.dmgMult += vars.damage;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}