FareverDB

Death Mark

Rogue_DeathMark in Skills

Mark a target, increasing all damage you deal to them by 15% for 30.

id
Rogue_DeathMark
type
9
flags
0
nature
2
script
function onStart(ctx) { if (hasMastery(Mastery.Rogue_DeathMark_M2)) { addAtb(owner, Attribute.ComboPoint, vars.var1); } }
status
0
cooldown
90
duration
0.4
Raw data
{
  "id": "Rogue_DeathMark",
  "gfx": {
    "x": 1,
    "y": 0,
    "file": "UI/icons/atlas_class_Rogue_96PX.png",
    "size": 96
  },
  "anim": {},
  "type": 9,
  "vars": {},
  "flags": 0,
  "props": {
    "needTarget": true
  },
  "steps": [
    {
      "on": 0,
      "type": 1,
      "delay": 0.25,
      "props": {
        "status": {
          "ref": "Rogue_AssassinMark_Status",
          "target": 1
        }
      },
      "range": 40
    },
    {
      "on": 0,
      "type": 11,
      "props": {},
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "Mark",
              "blend": 0.1
            }
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 11,
      "delay": 0.3,
      "props": {},
      "visuals": {
        "camShake": 5
      }
    },
    {
      "on": 0,
      "type": 11,
      "delay": 0.2,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Shadow_Blast_Launch",
            "props": {},
            "scale": 1.2,
            "space": 0,
            "attachName": "B_Index03_L"
          }
        ]
      }
    }
  ],
  "texts": {
    "desc": "Mark a target, increasing all damage you deal to them by ::ref_var1%:: for ::ref_duration::.",
    "name": "Death Mark",
    "refs": {
      "ref": "Rogue_AssassinMark_Status"
    }
  },
  "nature": 2,
  "script": "function onStart(ctx) {\n\tif (hasMastery(Mastery.Rogue_DeathMark_M2)) {\n\t\taddAtb(owner, Attribute.ComboPoint, vars.var1);\n\t}\n}",
  "status": 0,
  "mastery": [
    {
      "id": "Rogue_DeathMark_M1",
      "gfx": {
        "x": 0,
        "y": 0,
        "file": "UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M1.png",
        "size": 256
      },
      "text": {
        "desc": "The cooldown of ::name:: is reset if the marked enemy dies.",
        "name": "Swift Death"
      },
      " vars": {}
    },
    {
      "id": "Rogue_DeathMark_M2",
      "gfx": {
        "x": 0,
        "y": 0,
        "file": "UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M2.png",
        "size": 256
      },
      "text": {
        "desc": "::name:: instantly generates ::var1:: [ComboPoint]s.",
        "name": "Surge of Energy"
      },
      "vars": {
        "var1": 5
      }
    },
    {
      "id": "Rogue_DeathMark_M3",
      "gfx": {
        "x": 0,
        "y": 0,
        "file": "UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M3.png",
        "size": 256
      },
      "text": {
        "desc": "Reduces the damage the marked enemy deals to you by ::ref_damage%::.",
        "name": "Domination"
      }
    }
  ],
  "cooldown": 90,
  "duration": 0.4
}