FareverDB

Might of the Executioner

Priest_Talent_MightyExecutioner in Skills

Your [Attack]s deal 15% increased critical damage.

id
Priest_Talent_MightyExecutioner
type
21
flags
0
nature
5
script
function onInflictDamageEval(hit) { if (hit.isBaseAttack || hit.isFinalCombo) { hit.critDmgMult += vars.damage; } }
status
2
Raw data
{
  "id": "Priest_Talent_MightyExecutioner",
  "gfx": {
    "x": 0,
    "y": 2,
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "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": "Might of the Executioner"
  },
  "nature": 5,
  "script": "function onInflictDamageEval(hit) {\n\tif (hit.isBaseAttack || hit.isFinalCombo) {\n\t\thit.critDmgMult += vars.damage;\n\t}\n}",
  "status": 2,
  "mastery": []
}