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