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