Saltar al contenido principal
Todas las habilidades

Remate venenoso

Pasiva

Remate siempre aplica Veneno letal y su daño aumenta un 5% por cada acumulación.

Escalado
100% Dexterity· Physical

Referencias

Datos crudos

type
Talent
nature
Passive
id
Rogue_Talent_VenomousFinisher
raw data
{
  "id": "Rogue_Talent_VenomousFinisher",
  "gfx": {
    "x": 14,
    "y": 0,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "damage": 0.05
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [],
  "texts": {
    "desc": "::ref_name:: always applied ::ref2_name:: and deals ::damage%:: increased damage for each stack.",
    "name": "Venomous Finisher",
    "refs": {
      "ref": "Rogue_Sig_Finisher",
      "ref2": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif( dmg.skillId == Skill.Rogue_Sig_Finisher ) {\n\t\tdmg.dmgMult += vars.damage * dmg.target.getStatusCount(Skill.Rogue_Talent_LethalPoison_Status);\n\t}\n}",
  "status": 2,
  "mastery": []
}