Intent to Kill
Rogue_Talent_IntentToKill in SkillsGain 1 [ComboPoint] when an enemy affected by your Lethal Poison dies.
- id
- Rogue_Talent_IntentToKill
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onKill(dmg) { if (dmg.target.hasStatus(Skill.Rogue_Talent_LethalPoison_Status)) { addAtb(owner, Attribute.ComboPoint, 1); } }
- status
- 2
Raw data
{
"id": "Rogue_Talent_IntentToKill",
"gfx": {
"x": 16,
"y": 0,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"var1": 1
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "Gain ::var1:: [ComboPoint] when an enemy affected by your ::ref_name:: dies.",
"name": "Intent to Kill",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"nature": 5,
"script": "function onKill(dmg) {\n\tif (dmg.target.hasStatus(Skill.Rogue_Talent_LethalPoison_Status)) {\n\t\taddAtb(owner, Attribute.ComboPoint, 1);\n\t}\n}",
"status": 2,
"mastery": []
}