Estratagema Nocivo
Passiva
O dano de Veneno Letal tem 0.07 de chance de reduzir a reativação das suas WeaponSkills em 0.5s.
Escala
35% Dexterity· Magic
Referências
Dados brutos
- type
- Talent
- nature
- Passive
- id
- Rogue_Talent_NoxiousStrategem
raw data
{
"id": "Rogue_Talent_NoxiousStrategem",
"gfx": {
"x": 4,
"y": 2,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"time": 0.5,
"chance": 0.07
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.15
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "::ref_name:: damage has a ::chance:: chance to reduce the cooldown of your [WeaponSkill]s by ::time::.",
"name": "Noxious Stratagem",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"nature": 5,
"script": "function onInflictDamage(dmg) {\n\tif (dmg.skillId == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\treduceWeaponsCooldown(vars.time);\n\t\t}\n\t}\n}",
"status": 2,
"mastery": []
}