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

Taunt Status Effect #25

Open Chillu1 opened 11 months ago

Chillu1 commented 11 months ago

Taunt status effect is different from all the other usual status effects, it needs a target to be fed through it.

It would require an extra method for setting the target up. Unit would also need some very basic targeting system for testing taunt functionality. StatusEffect would need a side effect in case the status effect type is taunt, feeding the correct target.