Pular para o conteúdo principal
Todas as habilidades

Corrente de Vida

Passiva

Qualquer efeito de cura que você fornecer tem 0.1 de chance de conceder a você Conjuração Encadeada.

Referências

Dados brutos

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": []
}