Saltar al contenido principal
Todas las habilidades

Maestro de armas

Pasiva

Tus Attacks infligen un 15% más de daño crítico.

Datos crudos

type
Talent
nature
Passive
id
Warrior_Talent_MasterAtArms
raw data
{
  "id": "Warrior_Talent_MasterAtArms",
  "gfx": {
    "x": 4,
    "y": 0,
    "file": "UI/icons/Warrior_talent.png",
    "size": 96
  },
  "anim": {},
  "type": 21,
  "vars": {
    "damage": 0.15
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "damage": 0.3
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Your [Attack]s deal ::damage%:: increased critical damage.",
    "name": "Master-at-arms"
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isBaseAttack || dmg.isFinalCombo) {\n\t\tdmg.critDmgMult += vars.damage;\n\t}\n}",
  "status": 2,
  "mastery": []
}