Sangría
Pasiva
El daño infligido por tus efectos de hemorragia aumenta un 10%.
Datos crudos
- type
- Talent
- nature
- Passive
- id
- Warrior_Talent_Bloodletting
raw data
{
"id": "Warrior_Talent_Bloodletting",
"gfx": {
"x": 2,
"y": 0,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.1
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"damage": 0.2
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Damage dealt by your bleeding effects increased by ::damage%::.",
"name": "Bloodletting"
},
"nature": 5,
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isStatusType(Bleed)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": []
}