Home · skill · Rogue_DeathMark

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

Properties

status
WIP
type
Class Skill
nature
Ability
cooldown
90
duration
0.4
steps
on=0props={"status":{"ref":"Rogue_AssassinMark_Status","target":1}}type=1range=40delay=0.25on=0props={}type=11visuals={"playAnims":[{"anim":{"ref":"Mark","blend":0.1}}]}on=0props={}type=11visuals={"camShake":5}delay=0.3on=0props={}type=11visuals={"fxs":[{"set":"Shadow_Blast_Launch","space":0,"props":{},"scale":1.2,"attachName":"B_Index03_L"}]}delay=0.2
mastery
id=Rogue_DeathMark_M1 vars={}gfx={"file":"UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M1.png","size":256,"x":0,"y":0}text={"name":"Swift Death","desc":"The cooldown of ::name:: is reset if the marked enemy dies."}id=Rogue_DeathMark_M2gfx={"file":"UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M2.png","size":256,"x":0,"y":0}text={"name":"Surge of Energy","desc":"::name:: instantly generates ::var1:: [ComboPoint]s."}vars={"var1":5}id=Rogue_DeathMark_M3gfx={"file":"UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M3.png","size":256,"x":0,"y":0}text={"name":"Domination","desc":"Reduces the damage the marked enemy deals to you by ::ref_damage%::."}

Referenced by

unit (1)

Raw data
{
  "status": "WIP",
  "gfx": {
    "file": "UI/icons/atlas_class_Rogue_96PX.png",
    "size": 96,
    "x": 1,
    "y": 0
  },
  "id": "Rogue_DeathMark",
  "type": "ClassSkill",
  "nature": "Ability",
  "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"
    }
  },
  "anim": {},
  "cooldown": 90,
  "duration": 0.4,
  "steps": [
    {
      "on": 0,
      "props": {
        "status": {
          "ref": "Rogue_AssassinMark_Status",
          "target": 1
        }
      },
      "type": 1,
      "range": 40,
      "delay": 0.25
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "Mark",
              "blend": 0.1
            }
          }
        ]
      }
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "visuals": {
        "camShake": 5
      },
      "delay": 0.3
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "visuals": {
        "fxs": [
          {
            "set": "Shadow_Blast_Launch",
            "space": 0,
            "props": {},
            "scale": 1.2,
            "attachName": "B_Index03_L"
          }
        ]
      },
      "delay": 0.2
    }
  ],
  "flags": [],
  "mastery": [
    {
      "id": "Rogue_DeathMark_M1",
      " vars": {},
      "gfx": {
        "file": "UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M1.png",
        "size": 256,
        "x": 0,
        "y": 0
      },
      "text": {
        "name": "Swift Death",
        "desc": "The cooldown of ::name:: is reset if the marked enemy dies."
      }
    },
    {
      "id": "Rogue_DeathMark_M2",
      "gfx": {
        "file": "UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M2.png",
        "size": 256,
        "x": 0,
        "y": 0
      },
      "text": {
        "name": "Surge of Energy",
        "desc": "::name:: instantly generates ::var1:: [ComboPoint]s."
      },
      "vars": {
        "var1": 5
      }
    },
    {
      "id": "Rogue_DeathMark_M3",
      "gfx": {
        "file": "UI/Portraits/Items/Masteries/Rogue_DeathMark/Rogue_DeathMark_M3.png",
        "size": 256,
        "x": 0,
        "y": 0
      },
      "text": {
        "name": "Domination",
        "desc": "Reduces the damage the marked enemy deals to you by ::ref_damage%::."
      }
    }
  ],
  "props": {
    "needTarget": true
  },
  "vars": {},
  "script": "function onStart(ctx) {\n\tif (hasMastery(Mastery.Rogue_DeathMark_M2)) {\n\t\taddAtb(owner, Attribute.ComboPoint, vars.var1);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Rogue",
      "via_field": "skills"
    }
  ]
}