Home · skill · Warrior_Talent_Sever

Your Weapon Skills deal 20% increased critical damage.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Warrior_talent.png",
    "size": 96,
    "x": 8,
    "y": 0
  },
  "id": "Warrior_Talent_Sever",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Sever",
    "desc": "Your [WeaponSkill]s deal ::damage%:: increased critical damage."
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "damage": 0.2
  },
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isWeaponSkill) {\n\t\tdmg.critDmgMult += vars.damage;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Warrior",
      "via_field": "talentTrees"
    }
  ]
}