Bullying the Weak
Rogue_Talent_BullyingTheWeak in SkillsDamage dealt to poisoned enemies increased by 3%.
- id
- Rogue_Talent_BullyingTheWeak
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictDamageEval(dmg) { if (dmg.target.hasStatusType(StatusType.Poison)) { dmg.dmgMult += vars.damage; } }
- status
- 2
Raw data
{
"id": "Rogue_Talent_BullyingTheWeak",
"gfx": {
"x": 6,
"y": 2,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.03
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.06
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Damage dealt to poisoned enemies increased by ::damage%::.",
"name": "Bullying the Weak"
},
"nature": 5,
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.target.hasStatusType(StatusType.Poison)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": []
}