FareverDB

Crusader

Priest_Crusader_Status in Skills
id
Priest_Crusader_Status
flags
0
nature
4
script
function onPrayerTrigger(prayer) { if (hasMastery(Mastery.Priest_Crusader_M2)) { addDynVal(1, vars.var1); addDynVal(2, vars.var1 * 100); } }
status
2
duration
20
Raw data
{
  "id": "Priest_Crusader_Status",
  "gfx": {
    "x": 4,
    "y": 0,
    "file": "UI/icons/atlas_class_Priest_96PX.png",
    "size": 96
  },
  "anim": {},
  "vars": {
    "var1": 0.01
  },
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ],
      "maxStacks": 300
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 11,
      "delay": 0.75,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Light_Aura",
            "flags": 8,
            "props": {},
            "space": 0,
            "attachName": "Socket_Center"
          }
        ]
      },
      "duration": -1
    }
  ],
  "texts": {
    "name": "Crusader"
  },
  "nature": 4,
  "script": "function onPrayerTrigger(prayer) {\n\tif (hasMastery(Mastery.Priest_Crusader_M2)) {\n\n\t\taddDynVal(1, vars.var1);\n\t\taddDynVal(2, vars.var1 * 100);\n\t}\n}",
  "status": 2,
  "affixes": [
    {
      "mod": {
        "dynVal": {
          "id": 1,
          "op": 2
        }
      },
      "ref": "TAttribute_ARatio",
      "val": 0.1,
      "conds": {},
      "target": {
        "attribute": "DamageModifier"
      },
      "target2": {}
    },
    {
      "mod": {
        "dynVal": {
          "id": 1,
          "op": 2
        }
      },
      "ref": "TAttribute_ARatio",
      "val": 0.1,
      "conds": {},
      "target": {
        "attribute": "ShieldPowerMultiplier"
      },
      "target2": {}
    },
    {
      "mod": {
        "dynVal": {
          "id": 1,
          "op": 2
        }
      },
      "ref": "TAttribute_ARatio",
      "val": 0.1,
      "conds": {},
      "target": {
        "attribute": "HealGivenMultiplier"
      },
      "target2": {}
    },
    {
      "mod": {
        "dynVal": {
          "id": 2,
          "op": 2
        }
      },
      "ref": "TAttribute_Flat",
      "val": 10,
      "conds": {},
      "target": {
        "attribute": "CooldownReduction"
      },
      "target2": {}
    },
    {
      "mod": {
        "dynVal": {
          "id": 2,
          "op": 2
        }
      },
      "ref": "TAttribute_Flat",
      "val": 10,
      "conds": {},
      "target": {
        "attribute": "CritChance"
      },
      "target2": {}
    },
    {
      "mod": {},
      "ref": "TAttribute_ARatio",
      "val": -0.2,
      "conds": {
        "mastery": "Priest_Crusader_M1"
      },
      "target": {
        "attribute": "DamageTakenModifier"
      },
      "target2": {}
    },
    {
      "mod": {},
      "ref": "TAttribute_ARatio",
      "val": 0.2,
      "conds": {
        "mastery": "Priest_Crusader_M1"
      },
      "target": {
        "attribute": "AggroFactor"
      },
      "target2": {}
    }
  ],
  "mastery": [],
  "duration": 20
}