Saltar al contenido principal
Todas las habilidades

Estratagema nociva

Pasiva

El daño de Veneno letal tiene un 0.07 de probabilidad de reducir el tiempo de recarga de todas tus WeaponSkills en 0.5 s.

Escalado
35% Dexterity· Magic

Referencias

Datos crudos

type
Talent
nature
Passive
id
Rogue_Talent_NoxiousStrategem
raw data
{
  "id": "Rogue_Talent_NoxiousStrategem",
  "gfx": {
    "x": 4,
    "y": 2,
    "file": "UI/icons/Rogue_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": "::ref_name:: damage has a ::chance:: chance to reduce the cooldown of your [WeaponSkill]s by ::time::.",
    "name": "Noxious Stratagem",
    "refs": {
      "ref": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamage(dmg) {\n\tif (dmg.skillId == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\treduceWeaponsCooldown(vars.time);\n\t\t}\n\t}\n}",
  "status": 2,
  "mastery": []
}