ACF-Team / ACF-3

ACF
MIT License
67 stars 55 forks source link

[SUGGESTION] Method to override default effects #321

Closed TwistedTail closed 1 month ago

TwistedTail commented 2 years ago

Short Description

There's always the possibility someone might not be comfortable with the effects on the mod and decides to make their own. It'd be a nice addition to make this kind of task as free from overrides as possible by providing a hook that gets called every time an effect is created by ACF. That way people won't have to mess with ACF code or override vanilla effect functions by adding pointless overhead.

thecraftianman commented 1 month ago

Added the hook ACF_PreCreateEffect in 28916bc to allow overriding effect names and attributes for ACF-produced effects.