Ritmo Vermelho
Passiva
O dano de efeitos de sangramento têm 0.12 de chance de reduzir a reativação de todas as suas WeaponSkills em 1s.
Dados brutos
- type
- Talent
- nature
- Passive
- id
- Warrior_RedTempo
raw data
{
"id": "Warrior_RedTempo",
"gfx": {
"x": 9,
"y": 0,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"type": 21,
"vars": {
"time": 1,
"chance": 0.12
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.25
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Damage from bleeding effects have a ::chance:: chance to reduce the cooldown of all your [WeaponSkill]s by ::time::.",
"name": "Red Tempo"
},
"nature": 5,
"script": "function onInflictDamage(dmg) {\n\tif (dmg.isStatusType(Bleed)) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\treduceWeaponsCooldown(vars.time);\n\t\t}\n\t}\n}",
"status": 2,
"mastery": []
}