Hi,
Somebody know what is the best design pattern for skills implementation? On the basis of skill consist of:
- Target (player or enemy - player for heal etc. skills)
- Inflicted damage and damage multipler
- Animation to play
- etc…
- etc…
I’m thinking about composite or prototype, but don’t know for sure :/. Maybe is some other design pattern, better for this?
Thanks for all helps :).