Zum Hauptinhalt springen
Alle Fähigkeiten

Bring es zu Ende

Passiv

Deine Attackp haben zusätzlich eine 0.05-Chance auf Kritische Treffer bei vergifteten Gegnern.

Rohdaten

type
Talent
nature
Passive
id
Rogue_Talent_FinishTheJob
raw data
{
  "id": "Rogue_Talent_FinishTheJob",
  "gfx": {
    "x": 6,
    "y": 0,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "chance": 0.05
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "chance": 0.1
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Your [Attack]s have an additional ::chance:: chance to critically strike poisoned enemies.",
    "name": "Finish the Job"
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isBaseAttack || dmg.isFinalCombo) {\n\t\tif (dmg.target.hasStatusType(StatusType.Poison)) {\n\t\t\tdmg.critChance += vars.chance;\n\t\t}\n\t}\n}",
  "status": 2,
  "mastery": []
}