Magulladura
Estado
Todo el daño de tipo Physical recibido aumenta un 4% durante 15 s.
reutilización—
duración15s
pasos—
Datos crudos
- nature
- Status
- duration
- 15s
- id
- Warrior_Talent_Bruise_Status
raw data
{
"id": "Warrior_Talent_Bruise_Status",
"gfx": {
"x": 1,
"y": 3,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"vars": {
"damage": 0.04
},
"flags": 0,
"props": {},
"steps": [],
"texts": {
"desc": "All [Physical] damage suffered increased by ::damage%:: for ::duration::.",
"name": "Bruise"
},
"nature": 4,
"script": "function onReceiveDamageEval(dmg) {\n\tif (dmg.isPhysical) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": [],
"duration": 15
}