Closed LinSun00 closed 1 year ago
Do we have to handle attack speed differently in Stats()
when we do stat1 + stat2
?
We don't have to handle attack speed differently in Stats(). The way it works is that items add stats to self.orig_bonus_stats.attack_speed. self.bonus_attack_speed is initialized with those item stats. Then the specifics of total attack_speed calculation are handled directly in the attack_speed getter