int MobRanges[5] = {
200, 450, 800, 1200, 1500
};
char MobDesc[6][80] = {
"%s is of very weak build.\n",
"%s is of weak build.\n",
"%s appears to be of average strength.\n",
"%s looks strong.\n",
"%s looks very strong.\n",
"%s seems almost invincible.\n"
};