/* have over this number of strength, get description below */
int MobRanges[5] = {
200, 450, 800, 1200, 1500
};
char MobDesc[6][80] = {
"&+Wo&+Y %s is of very weak build\n",
"&+Wo&+Y %s is of weak build\n",
"&+Wo&+Y %s appears to be of average strength\n",
"&+Wo&+Y %s looks rather strong\n",
"&+Wo&+Y %s looks very strong\n",
"&+Wo&+Y %s seems almost invincible\n"
};