Mörderische Absichten
Passiv
Du erhältst 5 Combo Point, wenn ein von Tödliches Gift betroffener Gegner stirbt.
Skalierung
35% Dexterity· Magic
Referenzen
Rohdaten
- type
- Talent
- nature
- Passive
- id
- Rogue_Talent_IntentToKill
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": 5
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "Gain ::var1:: [ComboPoint]s 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": []
}