i'm trying to define a set of states with probabilities attached to em in c# and it's making me miss lua
in lua this would just be a table, in c# it's a toss up between either doing nasty stuff with an enum and a float array or making a whole new class for this one purpose