FareverDB

Priest_Talent_PurgingStrikes_Status

Priest_Talent_PurgingStrikes_Status in Skills
id
Priest_Talent_PurgingStrikes_Status
flags
0
nature
4
script
function onInflictDamage(dmg) { if (dmg.isBaseAttack || dmg.isFinalCombo) { playStep(Steps.Damage, dmg.target); } }
status
2
duration
6
Raw data
{
  "id": "Priest_Talent_PurgingStrikes_Status",
  "gfx": {
    "x": 4,
    "y": 6,
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ]
    }
  },
  "steps": [
    {
      "id": "Damage",
      "on": 13,
      "type": 6,
      "props": {},
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Faith",
              "ratio": 0.15
            }
          ],
          "affinity": "Light"
        }
      ]
    }
  ],
  "texts": {},
  "nature": 4,
  "script": "function onInflictDamage(dmg) {\n\tif (dmg.isBaseAttack || dmg.isFinalCombo) {\n\t\tplayStep(Steps.Damage, dmg.target);\n\t}\n}",
  "status": 2,
  "mastery": [],
  "duration": 6
}