What are recommended design patterns for designing data-driven attribute system with data-driven abilities that would apply effect on target based on source attributes.
I have looked at following threads:
and tutorial:
What is the best design pattern to apply effects and abilities? Making character's skills and abilities as commands, good practice? It seems that command + composite pattern composition is the most recommended.
Are there any recommended design pattern compositions that would serve the purpose?