Home · skill · Rogue_Talent_Adrenaline
Your Movement speed is increased by 15% as long as an enemy is affected by Lethal Poison.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"x": 10,
"y": 2,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_Adrenaline",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Adrenaline",
"desc": "Your [MoveSpeedFactor] is increased by ::ref_val1%:: as long as an enemy is affected by ::ref2_name::.",
"refs": {
"ref": "Rogue_Talent_Adrenaline_Status",
"ref2": "Rogue_Talent_LethalPoison_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {},
"script": "function onRegUpdate(dt) {\n\tenforceStatus(owner, Skill.Rogue_Talent_Adrenaline_Status, hasStatusApplied(owner, Skill.Rogue_Talent_LethalPoison_Status));\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "talentTrees"
}
]
}