Red Tempo
Warrior_RedTempo in SkillsDamage from bleeding effects have a 0.12 chance to reduce the cooldown of all your [WeaponSkill]s by 1.
- id
- Warrior_RedTempo
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictDamage(dmg) { if (dmg.isStatusType(Bleed)) { if (checkProba(vars.chance)) { reduceWeaponsCooldown(vars.time); } } }
- status
- 2
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": []
}