Create Die Roller

Mostly been working on refactoring to integrate with the Gameplay Ability System so not much new stuff to show off.

  • Created a generic die-rolling function that can give results for any set of dice, report the number of critical successes and failures, optionally “explode” on critical hits, optionally enforce a minimum result, and optionally add a preset bonus number to the result.
  • The homing missile now imparts its damage generated by the die roller on impact, however it’s still not replicating correctly and only works on the server at the moment.
  • Added a self-heal clickie.
  • removed my custom health bar and linked the GAS healthbar to the on hit and on death behaviors.