Escalado
35% Dexterity· Magic
Referencias
Datos crudos
- type
- Talent
- nature
- Passive
- id
- Rogue_Talent_VenomInfusion
raw data
{
"id": "Rogue_Talent_VenomInfusion",
"gfx": {
"x": 18,
"y": 0,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"chance": 0.25
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.5
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Your [WeaponSkill]s have a ::chance:: chance to apply ::ref_name::.",
"name": "Venom Infusion",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"nature": 5,
"script": "function onInflictDamage(dmg) {\n\tif (dmg.isWeaponSkill) {\n\t\tif(checkProba(vars.chance)) {\n\t\t\taddStatus(dmg.target, Skill.Rogue_Talent_LethalPoison_Status);\n\t\t}\n\t}\n}",
"status": 2,
"mastery": []
}