Saltar al contenido principal
Todas las habilidades

Ritmo rojo

Pasiva

El daño de los efectos de hemorragia tiene un 0.12 de probabilidad de reducir el tiempo de recarga de todas tus WeaponSkills en 1 s.

Datos crudos

type
Talent
nature
Passive
id
Warrior_RedTempo
raw data
{
  "id": "Warrior_RedTempo",
  "gfx": {
    "x": 9,
    "y": 0,
    "file": "UI/icons/Warrior_talent.png",
    "size": 96
  },
  "anim": {},
  "type": 21,
  "vars": {
    "time": 1,
    "chance": 0.12
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "chance": 0.25
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Damage from bleeding effects have a ::chance:: chance to reduce the cooldown of all your [WeaponSkill]s by ::time::.",
    "name": "Red Tempo"
  },
  "nature": 5,
  "script": "function onInflictDamage(dmg) {\n\tif (dmg.isStatusType(Bleed)) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\treduceWeaponsCooldown(vars.time);\n\t\t}\n\t}\n}",
  "status": 2,
  "mastery": []
}