Home · skill · Rogue_Talent_NoxiousStrategem

Lethal Poison damage has a 0.07 chance to reduce the cooldown of your Weapon Skills by 0.5.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "x": 4,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Rogue_Talent_NoxiousStrategem",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Noxious Stratagem",
    "desc": "::ref_name:: damage has a ::chance:: chance to reduce the cooldown of your [WeaponSkill]s by ::time::.",
    "refs": {
      "ref": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "chance": 0.15
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "time": 0.5,
    "chance": 0.07
  },
  "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}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Rogue",
      "via_field": "talentTrees"
    }
  ]
}