FareverDB

Nimble Fingers

Mage_Talent_NimbleFingers in Skills

Your [Attack]s have a 0.07 chance to reduce the cooldown of your [WeaponSkill]s by 0.5.

id
Mage_Talent_NimbleFingers
type
21
flags
0
nature
5
script
function onSkillProc(ctx) { if (ctx.baseSkill.isBaseAttack()) { if (checkProba(vars.chance)) { forAllWeaponSkills(owner, (s) -> reduceCooldown(s.kind, vars.time)); } } }
status
2
Raw data
{
  "id": "Mage_Talent_NimbleFingers",
  "gfx": {
    "x": 6,
    "y": 0,
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "time": 0.5,
    "chance": 0.07
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "chance": 0.15
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Your [Attack]s have a ::chance:: chance to reduce the cooldown of your [WeaponSkill]s by ::time::.",
    "name": "Nimble Fingers"
  },
  "nature": 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}",
  "status": 2,
  "mastery": []
}