Invisible Castle, an online dice rolling website, now supports calculating both hits and the rule of 6 on edge!!

nd6.hits(5) : This will roll n dice and count the hits (a hit defined as a d6 roll of 5+)
Example: 5d6.hits(5) → [5,5,6,2,6] = (4)

nd6.hitsopen(5,6) : This will roll n dice and count the hits (a hit defined as a d6 roll of 5+). It will also add an extra die for any value of 6.
Example: 7d6.hitsopen(5,6) → [[6, 6, 3],4,1,4,4,3,5] = (3)

For those of us who play pbp Shadowrun sr4, this is a great

Please note:
1) Invisible Castle is not a commercial venture, nor does it compete with Catalyst or Dumpshock.
2) Their latest update contains new functionality designed specifically to support Shadowrun 4th edition.