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
The current snapshotting for modifiers is mediocre and buggy at best.
A solution must be created for this problem
Scope:
Projectiles
NPCs
Projectiles shot by friendlies (minions)
Proposal
Proposed design: a snapshot of current active modifiers must be given to a particular entity (projectile, npc etc.) which can then be used in the appropriate hooks for effects. This will likely turn into boilerplate like ModifierItem.cs
The text was updated successfully, but these errors were encountered:
The current snapshotting for modifiers is mediocre and buggy at best.
A solution must be created for this problem
Scope:
Proposal
Proposed design: a snapshot of current active modifiers must be given to a particular entity (projectile, npc etc.) which can then be used in the appropriate hooks for effects. This will likely turn into boilerplate like ModifierItem.cs
The text was updated successfully, but these errors were encountered: