I have a program which works, I was just wondering if there are any ways to make the code "neater" or more optimized. Cause as its running now it has 11500+ Lines of code (Its not even 100% done its like 66%) and over 620,000 Characters.
Its a random loot generator, kind of like those from D2 or D3
The longest part isn't defining what loot gets dropped but, what Affixes each piece has.
If asked I can provide some of my work to show what i've been doing but my problem is, each time i define that it has 1 affix i have to do the generation once, if its 2, the code section is twice as long because im doing the same 1 affix generation but twice for 2 different slots.