Saltar al contenido principal
Todas las habilidades

Envenenar

Pasiva

Tu ComboAttack siempre aplica Veneno letal y tiene un 1 de probabilidad de aplicarlo también a los enemigos cercanos.

reutilización
duración
pasos1
Escalado
35% Dexterity· Magic

Referencias

Datos crudos

type
Talent
nature
Passive
steps
1
id
Rogue_Talent_Envenom
raw data
{
  "id": "Rogue_Talent_Envenom",
  "gfx": {
    "x": 8,
    "y": 0,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "chance": 1
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [
    {
      "id": "Area",
      "on": 13,
      "type": 4,
      "props": {
        "area": {
          "ignoreMainTarget": true
        },
        "position": {
          "origin": 4
        }
      },
      "range": 15
    }
  ],
  "texts": {
    "desc": "Your [ComboAttack] always applies ::ref_name:: to the target and to nearby enemies.",
    "name": "Envenom",
    "refs": {
      "ref": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamage(hit) {\n\tif (hit.isFirstHit && hit.isFinalCombo) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\tplayStep(Steps.Area, hit.target, hit.target.position);\n\t\t}\n\t}\n}\n\nfunction onHit(hit) {\n\tif (hit.stepId == Steps.Area) {\n\t\taddStatus(hit.target, Skill.Rogue_Talent_LethalPoison_Status);\n\t}\n}",
  "status": 2,
  "mastery": []
}