8 public override int Difficulty
12 return 10 + this.owner.refVal * 10;
18 public override TraitBaseSpellbook.Type BookType
28 public override bool CanStack
32 return this.owner.isOn;
37 public override bool CanStackTo(
Thing to)
39 return this.owner.isOn && to.isOn;
44 public override bool HasCharges
48 return !this.owner.isOn;
54 public override int eleParent