PaulQbFeng / too-tanky

3 stars 0 forks source link

Champion stat handling for combat #30

Closed PaulQbFeng closed 1 year ago

PaulQbFeng commented 1 year ago

Main changes

Finally the day has come, no need to use orig_stats outside of init. Link to issue: https://github.com/PaulQbFeng/too-tanky/issues/24

use directly self.armor, self.base_armor, self.bonus_armor

Please check the two lists in glossary.py: DEFAULT_STAT_LIST contains the stat_name that are all initialized at 0 with the prefix base and bonus, and without the prefix as the sum of bonus and base

EXTRA_STAT_LIST contains all the attributes that allegedly dont need to be split into base/bonus

Other changes

LinSun00 commented 1 year ago

mais.que.font.les.devs.

nbzpro commented 1 year ago

On est au 2nd job

LinSun00 commented 1 year ago

On peut surement merge le plus vite possible pr pouvoir avancer sur le reste. Au pire si ya des ptites modifications à faire on les fera sur le tas

PaulQbFeng commented 1 year ago

Ok si tu veux merge, j'aurai pas le temps de regarder jusqu'a demain

PaulQbFeng commented 1 year ago