Home · skill · Warrior_RedTempo
Damage from bleeding effects have a 0.12 chance to reduce the cooldown of all your Weapon Skills by 1.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Warrior_talent.png",
"size": 96,
"x": 9,
"y": 0
},
"id": "Warrior_RedTempo",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Red Tempo",
"desc": "Damage from bleeding effects have a ::chance:: chance to reduce the cooldown of all your [WeaponSkill]s by ::time::."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.25
}
}
],
"talent": {
"maxPoints": 2
}
},
"vars": {
"chance": 0.12,
"time": 1
},
"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}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}