Yamgrenade / Gou

Repo for roguelike game we're messing around with
MIT License
0 stars 1 forks source link

added modifier class, lists, and creation logic #25

Closed jwat445 closed 4 years ago

jwat445 commented 4 years ago

Modifier class now exists. Two lists of different types of modifiers for equippables have also been added. Materials always come on an item and enchantments have a random chance to. Modifiers directly edit the bonuses and names of items in game_map for now but I'm considering adding a modifiers attribute to equippables in the future to hold onto that information. It should be noted that this feature completely breaks whatever balance there once was.