Home · skill · Mage_Conduit_Power
Increases your Magic Mastery by 50% for ::ref_dur::. Can stack up to 20 times.
Activates when you consume Spark above the gauge threshold.
Activates when you consume Spark above the gauge threshold.
Properties
- status
- Done
- type
- MageConduit
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_class_Mage_96PX.png",
"size": 96,
"x": 3,
"y": 0
},
"id": "Mage_Conduit_Power",
"type": "MageConduit",
"nature": "Passive",
"texts": {
"name": "Conduit: Power",
"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.",
"refs": {
"ref": "Mage_Conduit_Power_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {},
"script": "function onStartConduit() {\n\taddStatus(owner, Skill.Mage_Conduit_Power_Status);\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Mage",
"via_field": "skills"
}
]
}