Saltar al contenido principal
Todas las habilidades

Dedos ágiles

Pasiva

Tus Attacks tienen 0.07 de probabilidad de reducir la recarga de tus WeaponSkills en 0.5 s.

Datos crudos

type
Talent
nature
Passive
id
Mage_Talent_NimbleFingers
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": []
}