FareverDB

Conduit: Power

Mage_Conduit_Power in Skills

Increases your [MagicMastery] by 0.5% for 15. Can stack up to 20 times. Activates when you consume [Spark] above the gauge threshold.

id
Mage_Conduit_Power
type
20
flags
0
nature
5
script
function onStartConduit() { addStatus(owner, Skill.Mage_Conduit_Power_Status); }
status
2
Raw data
{
  "id": "Mage_Conduit_Power",
  "gfx": {
    "x": 3,
    "y": 0,
    "file": "UI/icons/atlas_class_Mage_96PX.png",
    "size": 96
  },
  "anim": {},
  "type": 20,
  "vars": {},
  "flags": 0,
  "props": {},
  "steps": [],
  "texts": {
    "desc": "Increases your [MagicMastery] by ::ref_val1%:: for ::ref_dur::. Can stack up to ::ref_stacks:: times.\n\nActivates when you consume [Spark] above the gauge threshold.",
    "name": "Conduit: Power",
    "refs": {
      "ref": "Mage_Conduit_Power_Status"
    }
  },
  "nature": 5,
  "script": "function onStartConduit() {\n\taddStatus(owner, Skill.Mage_Conduit_Power_Status);\n}",
  "status": 2,
  "mastery": []
}