Sam
|
de7191b985
|
Added functionality to remove buffs by category.
|
2020-10-26 19:28:19 -05:00 |
|
Sam
|
ccad1fa0b8
|
Separated buffs into active and inactive buffs. There can only be 1 active buff at a time of a particular buff id. If a new buff is stronger than an active buff, it moves the active buff to inactive buffs. When active buffs are removed, it checks inactive buffs for any buffs of the same id and moves the strongest one to active buffs.
|
2020-10-26 19:28:18 -05:00 |
|
Sam
|
19c7ed7885
|
Added builder function for buffs
|
2020-10-26 19:28:18 -05:00 |
|
Sam
|
b8690473e4
|
When buffs expire from duration, now only they expire rather than ending all buffs of the same type.
|
2020-10-26 19:28:17 -05:00 |
|
Sam
|
125de0b46e
|
Creatures and playrs now have buffs component, buffs that expire now only end their particular buff instead of every buff with the same type.
|
2020-10-26 19:28:16 -05:00 |
|
Sam
|
c50063ad0c
|
Move addition/removal of buffs to server event.
|
2020-10-26 19:28:15 -05:00 |
|
BottledByte
|
7ab99a3bbf
|
Initial WIP implementation of the Buff system
|
2020-10-26 19:28:14 -05:00 |
|