Chillu1 / ModiBuff

Buff/Debuff/Modifier library focused on feature set and performance, while maintaining 0 GC. Fully pooled
Mozilla Public License 2.0
139 stars 4 forks source link

Aura & AoE (targeting) #1

Closed Chillu1 closed 1 year ago

Chillu1 commented 1 year ago

Problem

The library is designed around a single target. This is an issue for both Aura and AoE effects.

Auras are interval based, aka applying a modifier on targets every X seconds. And we have no good way to feed those targets currently.

Possible Solutions

Both are not ideal.

Chillu1 commented 1 year ago

Aura modifiers problem fixed with MultiTargetComponent