Home · skill · Rogue_Talent_AtrophicPoison
Lethal Poison reduces all damage dealt by affected enemies by 1% per stack.
Properties
- status
- Bug
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"x": 14,
"y": 2,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_AtrophicPoison",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Atrophic Poison",
"desc": "::ref_name:: reduces all damage dealt by affected enemies by ::damage%:: per stack.",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.02
}
}
]
},
"vars": {
"damage": 0.01
},
"script": "function onInflictStatus(s) {\n\tif (s.kind == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\taddStatus(s.owner, Skill.Rogue_Talent_AtrophicPoison_Status);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "talentTrees"
}
]
}