Home · skill · Mage_Talent_NimbleFingers
Your Attacks have a 0.07 chance to reduce the cooldown of your Weapon Skills by 0.5.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Mage_talent.png",
"size": 48,
"x": 6,
"y": 0,
"width": 2,
"height": 2
},
"id": "Mage_Talent_NimbleFingers",
"type": "Talent",
"nature": "Passive",
"texts": {
"desc": "Your [Attack]s have a ::chance:: chance to reduce the cooldown of your [WeaponSkill]s by ::time::.",
"name": "Nimble Fingers"
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.15
}
}
],
"talent": {
"maxPoints": 2
}
},
"vars": {
"chance": 0.07,
"time": 0.5
},
"script": "function onSkillProc(ctx) {\n\tif (ctx.baseSkill.isBaseAttack()) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\tforAllWeaponSkills(owner, (s) -> reduceCooldown(s.kind, vars.time));\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Mage",
"via_field": "talentTrees"
}
]
}