Home · skill · Rogue_Talent_BullyingTheWeak
Damage dealt to poisoned enemies increased by 3%.
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": 6,
"y": 2,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_BullyingTheWeak",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Bullying the Weak",
"desc": "Damage dealt to poisoned enemies increased by ::damage%::."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.06
}
}
],
"talent": {
"maxPoints": 2
}
},
"vars": {
"damage": 0.03
},
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.target.hasStatusType(StatusType.Poison)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "talentTrees"
}
]
}