FareverDB

Acidic Splatter

Rogue_Talent_AcidicSplatter_Status in Skills

A poison dealing 50% Intellect Magic over 8 and reducing [MagicArmor] by -25%.

id
Rogue_Talent_AcidicSplatter_Status
flags
0
nature
4
status
2
duration
8
Raw data
{
  "id": "Rogue_Talent_AcidicSplatter_Status",
  "gfx": {
    "x": 2,
    "y": 6,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Debuff"
        },
        {
          "type": "Poison"
        }
      ]
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 6,
      "props": {
        "loop": {
          "tick": 2,
          "flags": 1
        }
      },
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Intellect",
              "ratio": 0.5
            }
          ],
          "affinity": "Magic"
        }
      ],
      "duration": -1
    }
  ],
  "texts": {
    "desc": "A poison dealing ::dmg:: over ::duration:: and reducing [MagicArmor] by ::val1%::.",
    "name": "Acidic Splatter"
  },
  "nature": 4,
  "status": 2,
  "affixes": [
    {
      "mod": {},
      "ref": "TAttribute_ARatio",
      "val": -0.25,
      "conds": {
        "maxRank": 1
      },
      "target": {
        "attribute": "MagicArmor"
      },
      "target2": {}
    }
  ],
  "mastery": [],
  "duration": 8
}