FareverDB

Adrenaline

Rogue_Talent_Adrenaline in Skills

Your [MoveSpeedFactor] is increased by 15% as long as an enemy is affected by Lethal Poison.

id
Rogue_Talent_Adrenaline
type
21
flags
0
nature
5
script
function onRegUpdate(dt) { enforceStatus(owner, Skill.Rogue_Talent_Adrenaline_Status, hasStatusApplied(owner, Skill.Rogue_Talent_LethalPoison_Status)); }
status
2
Raw data
{
  "id": "Rogue_Talent_Adrenaline",
  "gfx": {
    "x": 10,
    "y": 2,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {},
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [],
  "texts": {
    "desc": "Your [MoveSpeedFactor] is increased by ::ref_val1%:: as long as an enemy is affected by ::ref2_name::.",
    "name": "Adrenaline",
    "refs": {
      "ref": "Rogue_Talent_Adrenaline_Status",
      "ref2": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "nature": 5,
  "script": "function onRegUpdate(dt) {\n\tenforceStatus(owner, Skill.Rogue_Talent_Adrenaline_Status, hasStatusApplied(owner, Skill.Rogue_Talent_LethalPoison_Status));\n}",
  "status": 2,
  "mastery": []
}