Home · skill · Mage_Talent_Amplification

Your Attacks deal 15% increased critical damage.

Properties

status
Bug
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "x": 8,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_Amplification",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "Your [Attack]s deal ::damage%:: increased critical damage.",
    "name": "Amplification"
  },
  "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())\n\t\thit.critDmgMult += vars.damage;\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}