FareverDB

Lethal Poison

Rogue_Talent_LethalPoison_Status in Skills

A poison dealing 18% Dexterity Magic over 8, stacking up to 5.

id
Rogue_Talent_LethalPoison_Status
flags
0
nature
4
script
function getStatusMaxStacks(baseStacks) { return baseStacks + getTalentRank(Skill.Rogue_Talent_ImprovedMixture); }
status
2
duration
8
Raw data
{
  "id": "Rogue_Talent_LethalPoison_Status",
  "gfx": {
    "x": 0,
    "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"
        }
      ],
      "maxStacks": 5
    },
    "rankOverride": [
      {
        "props": {
          "maxStacks": 7
        },
        "minRank": 2
      }
    ]
  },
  "steps": [
    {
      "on": 0,
      "type": 6,
      "props": {
        "loop": {
          "tick": 2,
          "flags": 1
        }
      },
      "effects": [
        {
          "flags": 1,
          "effect": 0,
          "scaling": [
            {
              "atb": "Dexterity",
              "ratio": 0.18
            }
          ],
          "affinity": "Magic"
        }
      ],
      "duration": -1
    }
  ],
  "texts": {
    "desc": "A poison dealing ::dmg#:: over ::duration::, stacking up to ::stacks::.",
    "name": "Lethal Poison"
  },
  "nature": 4,
  "script": "function getStatusMaxStacks(baseStacks) {\n\treturn baseStacks + getTalentRank(Skill.Rogue_Talent_ImprovedMixture);\n}",
  "status": 2,
  "mastery": [],
  "duration": 8
}