issues
search
Hayesb20
/
CS-Senior-Project
0
stars
1
forks
source link
Create an equipped gear class.
#52
Closed
Hayesb20
closed
5 years ago
Hayesb20
commented
5 years ago
[x] Create an equipped gear class that the character class will have as a field.
[x] This class will have seven fields, Weapon, Head, Torso, Arms/Hands, Legs, Feat, Waist. Which will be Items.
[x] This class needs the method, equip which will take an item. will find out which place the item goes to, and equip it there.
[x] This class needs the methods, unequip which will take an item. will find out where that item is and unequip it.
[x] This class needs the method, get Stat Bonuses which returns all the stat bonuses granted by all pieces of equipped gear as a dictionary.