Veneno Letal
Passiva
Seus Attacks têm 0.2 de chance de infligir um acúmulo de Veneno Letal, envenenando-os com 35% Dexterity (Magic) ao longo de 8s. Acumula até vezes.
Escala
35% Dexterity· Magic
Referências
Dados brutos
- type
- Talent
- nature
- Passive
- id
- Rogue_Talent_LethalPoison
raw data
{
"id": "Rogue_Talent_LethalPoison",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"chance": 0.2
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "Your [Attack]s have a ::chance:: chance to apply a stack of ::ref_name::, poisoning them for ::ref_dmg:: over ::ref_duration::, stacking up to ::ref_stacks::.",
"name": "Lethal Poison",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"nature": 5,
"script": "function onInflictDamage(dmg) {\n\tvar finisherApplies = dmg.skillId == Skill.Rogue_Sig_Finisher && hasTalent(Skill.Rogue_Talent_VenomousFinisher);\n\tvar comboApplies = dmg.isFinalCombo && hasTalent(Skill.Rogue_Talent_Envenom);\n\tvar weaponAttack = (dmg.isBaseAttack || dmg.isFinalCombo) && checkProba(vars.chance);\n\tif (weaponAttack || finisherApplies || comboApplies) {\n\t\taddStatus(dmg.target, Skill.Rogue_Talent_LethalPoison_Status);\n\t}\n}",
"status": 2,
"mastery": []
}