Separação
Passiva
Aumenta o dano crítico de seus WeaponSkills em 20%.
Dados brutos
- type
- Talent
- nature
- Passive
- id
- Warrior_Talent_Sever
raw data
{
"id": "Warrior_Talent_Sever",
"gfx": {
"x": 8,
"y": 0,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.2
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "Your [WeaponSkill]s deal ::damage%:: increased critical damage.",
"name": "Sever"
},
"nature": 5,
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isWeaponSkill) {\n\t\tdmg.critDmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": []
}