HitDice = function(sides){ this.sides = sides; this.bonus = 0; this.number = 0; this.max = 0; }