Home · skill · Rogue_Talent_IntentToKill
Gain 1 Combo Point when an enemy affected by your Lethal Poison dies.
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": 16,
"y": 0,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_IntentToKill",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Intent to Kill",
"desc": "Gain ::var1:: [ComboPoint] when an enemy affected by your ::ref_name:: dies.",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {
"var1": 1
},
"script": "function onKill(dmg) {\n\tif (dmg.target.hasStatus(Skill.Rogue_Talent_LethalPoison_Status)) {\n\t\taddAtb(owner, Attribute.ComboPoint, 1);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "talentTrees"
}
]
}