You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some monster abilities, such as grasping claw can stack their effects since multiple creatures have this ability.
Combine the abilities into a single GraspingClaw static class. Do this for all applicable abilities.
The text was updated successfully, but these errors were encountered:
kamronbatman
changed the title
Some monster abilities stack their effects
Some monster abilities stack their effects when they shouldn't!
Jul 19, 2022
Would it make sense to go one step further and implement an global ability system as well as a global buff system that offer interfaces for if, when and how abilities are used, cluster different types of abilities together (i.e. single target, multiple targets, area, self) and do something similar for buffs?
Some monster abilities, such as grasping claw can stack their effects since multiple creatures have this ability.
Combine the abilities into a single
GraspingClaw
static class. Do this for all applicable abilities.The text was updated successfully, but these errors were encountered: