issues
search
Sean-Nishi
/
M1Wengine
A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3
stars
0
forks
source link
Add Modifiers class to modify speed
#404
Open
Sean-Nishi
opened
9 months ago
Sean-Nishi
commented
9 months ago
Modifiers class will include: Info
who gave/owns the modifier
what the modifer does
explain finer details (on timer, how to get rid of, maybe stacking buff) Vars modifier: int
the modifier const timer: int
how long the modifier lasts (in seconds) same_buff_count: int
if a stacking buff (can get the same buff multiple times), keep track of the number of times to account for this buff Methods operation->int
operations include (+-*%/) and will be truncated to an int
Modifiers class will include: Info