Corriente vital
Pasiva
Cualquier efecto curativo que proporciones tiene 0.1 de probabilidad de otorgarte Fundición en cadena.
Referencias
Datos crudos
- type
- Talent
- nature
- Passive
- id
- Mage_Talent_LifeCurrent
raw data
{
"id": "Mage_Talent_LifeCurrent",
"gfx": {
"x": 6,
"y": 2,
"file": "UI/icons/Mage_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"var1": 2,
"chance": 0.1
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.2
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Any healing effect you provide has a ::chance:: chance to regenerate ::var1:: [Spark] points.",
"name": "Life Current",
"refs": {
"ref": "Mage_Talent_Chaincast_Status"
}
},
"nature": 5,
"script": "function onInflictHeal(dmg) {\n\tif (checkProba(vars.chance))\n\t\taddResource(Attribute.Spark, vars.var1);\n}",
"status": 2,
"mastery": []
}