Hey, first of all I want to say I really like this plugin. Haven't seen anything else quite like it, and perfect for what I'm trying to do.
Just one question. Not exactly a request if it's something that would have to be added (I understand you're busy currently): Is there a way to check how many of a specific shard an actor has equipped? There's an easy method to check whether or not a specific shard is equipped, but as far as I can tell it only returns true or false, and I was looking for a number.
I'm mostly using this for equipping skills, which makes equipping multiple of the same shard relatively useless. I was hoping to give a bonus to the granted skill based on the number of corresponding shards equipped. I had mostly figured out how I was going to do so, since I didn't want to rely on linking shards for it. Had just planned to use the number of equipped copies of the shard in my calculations for the skill. Unfortunately, I haven't been able to figure it out on my own yet (Still not great with javascript, beyond the basics), and was hoping someone with a better understanding could point me in the right direction.