Home · skill · Rogue_Talent_VenomousFinisher
Finisher always applied Lethal Poison and deals 5% increased damage for each stack.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"x": 14,
"y": 0,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_VenomousFinisher",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Venomous Finisher",
"desc": "::ref_name:: always applied ::ref2_name:: and deals ::damage%:: increased damage for each stack.",
"refs": {
"ref": "Rogue_Sig_Finisher",
"ref2": "Rogue_Talent_LethalPoison_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {
"damage": 0.05
},
"script": "function onInflictDamageEval(dmg) {\n\tdmg.dmgMult += vars.damage * dmg.target.getStatusCount(Skill.Rogue_Talent_LethalPoison_Status);\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "talentTrees"
}
]
}