Home · skill · Rogue_Talent_LethalPoison_Status
A poison dealing ::dmg#:: over 8, stacking up to 5.
Properties
- status
- Done
- nature
- Status
- duration
- 8
- steps
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"x": 0,
"y": 6,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_LethalPoison_Status",
"nature": "Status",
"texts": {
"name": "Lethal Poison",
"desc": "A poison dealing ::dmg#:: over ::duration::, stacking up to ::stacks::."
},
"anim": {},
"duration": 8,
"steps": [
{
"on": 0,
"props": {
"loop": {
"tick": 2,
"flags": 1
}
},
"type": 6,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.18,
"atb": "Dexterity"
}
],
"flags": 1,
"affinity": "Magic"
}
],
"duration": -1
}
],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Debuff"
},
{
"type": "Poison"
}
],
"maxStacks": 5
},
"rankOverride": [
{
"minRank": 2,
"props": {
"maxStacks": 7
}
}
]
},
"vars": {},
"script": "function getStatusMaxStacks(baseStacks) {\n\treturn baseStacks + getTalentRank(Skill.Rogue_Talent_ImprovedMixture);\n}"
}