PaulQbFeng / too-tanky

3 stars 0 forks source link

Refactoring standard stat names #10

Closed PaulQbFeng closed 1 year ago

PaulQbFeng commented 1 year ago

ALL STAT NAMES (CHAMPION AND ITEM) HAVE BEEN STANDARDISED You can find the mapping in the glossary.py file

nbzpro commented 1 year ago

what's init.py ? is it ok for items to have the same stats names as champions ?

PaulQbFeng commented 1 year ago

what's init.py ? is it ok for items to have the same stats names as champions ?

It is used to create a package

They have the same name as they designate the same stat, but we will add a bonus_ prefix when equipping an item to a champion to seperate base stat from bonus stat

PaulQbFeng commented 1 year ago

Now we can start working on runes, items and spells using the same common stat names.