Particle_Man said:
Couldn't you have some randomization? I know its not "true" randomness, but there are algorithms for "close enough" randomness.
Of course, that means that you might occasionally get an orc weilding a trident and tower shield, but them's the risks.
Sure you could have some randomization .. but it would be randomization that reflects the developer's personal preferences, at least initially.
Sometimes it would be obvious: "Why in the heck does my Orc Fighter 10 with +4 Leather and Combat Expertise/Improved Disarm ... use a +2 Greatsword ?"
other times, it might be more subtle, something you only see after using it for a while: "Hmmm... I did not know Orcish Fighters liked Dwarven War Axe so much; 10 out of 100 of the ones I made have used it as their primary weapon."
Any randomization method would need some way to determine "these are the choices" and "this is how likely each choice is".
At the simplest, you give each weapon the same chances, at which point a Halfling Wizard is as likely to wind up with a Greatsword as a Half-Orc Barbarian is to wind up with a Gnomish Hooked Hammer.
Adding complexity, you can say "this class is x% likely to want that weapon", to create affinities, so that Barbarians tend to have bigger weapons, Fighters a broader range, and Wizards lighter ones. But now, the developer has weighted what *s/he* thinks the "best" weapons are by class.
Then there is the question of how to add new ones. With hard numbers, you would need to recalculate the whole list for every class every time you add a new weapon or weapons.
I can go on, but my point is that any randomization scheme that is sufficiently flexible and accommodates the addition of both new classes and new items requires a good deal of design and testing, and would likely require the gear and classe to have some extra descriptive information that helps the program tie them together (Class A is a "High Damage Low Armor Combat" class ... weapon X is "High Desirability" for "High Damage Low Armor Combat" classes while weapon Z if "Not Desirable" for "High Damage Low Armor Combat" classes).