kaiwilens / Python_text-based_game

2 stars 0 forks source link

New char branch #61

Closed LukeT23 closed 3 years ago

LukeT23 commented 3 years ago

Hey guys I added in the capability of equipping armor. The character now has new variable called head, chest, legs, and feet all of which can have armor equipped on them. I created the armor class with has strength and magic requirements and can also increase a characters strength, magic, and defense if they are able to equip the armor. I just created some basic leather armor which has no magic and strength requirements and does slight increases to defense. I have also renamed Weapons_Class to Armor_Weapons_Class and Usuable_Weapons to Usuable_Armor_Weapons.