Home · skill · Priest_Talent_CrusadersResolve

Your Armor is increased by 4% and the threat generated by your Magic damage by 20%.

Properties

status
Done
type
Talent
nature
Passive
affixes
target={"attribute":"Armor"}target2={}ref=TAttribute_ARatioconds={"maxRank":1}mod={}val=0.04target={"attribute":"Armor"}target2={}ref=TAttribute_ARatioconds={"minRank":2}mod={}val=0.08

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "x": 6,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Priest_Talent_CrusadersResolve",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Crusader's Resolve",
    "desc": "Your [Armor] is increased by ::val1%:: and the threat generated by your [Magic] damage by ::var1%::."
  },
  "anim": {},
  "steps": [],
  "affixes": [
    {
      "target": {
        "attribute": "Armor"
      },
      "target2": {},
      "ref": "TAttribute_ARatio",
      "conds": {
        "maxRank": 1
      },
      "mod": {},
      "val": 0.04
    },
    {
      "target": {
        "attribute": "Armor"
      },
      "target2": {},
      "ref": "TAttribute_ARatio",
      "conds": {
        "minRank": 2
      },
      "mod": {},
      "val": 0.08
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "var1": 0.4
        }
      }
    ]
  },
  "vars": {
    "var1": 0.2
  },
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isMagic) {\n\t\tdmg.threatMultiplier += vars.var1;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Priest",
      "via_field": "talentTrees"
    }
  ]
}