Home · skill · Mage_Talent_SparkFlask

RefillableFlask regenerates 10 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": 2,
    "y": 4,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_SparkFlask",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "[RefillableFlask] regenerates ::var1:: [Spark] points.",
    "name": "Spark Flask"
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "var1": 20
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "var1": 10
  },
  "script": "function onSkillProc(ctx) {\n\tif (ctx.baseSkill.kind == Skill.ConsumeFlask) {\n\t\taddResource(Attribute.Spark, vars.var1);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}