Having a Diablo like inventory system
I was wondering if there was an easier way to make a Diablo type loot system? I know how to use the random number generator so that's not the issue.
The issue is having the main character equip the armor, as I think of it, I would have to draw the new head piece for every animation, and if the person equips a different head pieces, I would have to draw different head pieces and armor combinations, we are talking like 100's of possible combinations.
The alternative for me is to just make head and body armor one single item so that 'what if' scenarios don't occur.
Is there an easier way?