Home · skill · Mage_Talent_ConduitResidues

Triggering Conduits has a 0.15 chance to regenerate 5 Spark points.

Properties

status
Bug
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "x": 8,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_ConduitResidues",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Conduit Residues",
    "desc": "Triggering [Conduit]s has a ::chance:: chance to regenerate ::var1:: [Spark] points."
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "chance": 0.15,
    "var1": 5
  },
  "script": "function onConduitTriggers(conduits) {\n\tif (checkProba(vars.chance)) {\n\t\taddResource(Attribute.Spark, vars.var1); // * conduits.length\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}