kenyonnick / CCPack-PS2-KH2FM

0 stars 0 forks source link

Let Option Define Its Own Refresh Rate #5

Closed kenyonnick closed 3 months ago

kenyonnick commented 5 months ago

Currently, RepeatAction always refreshes the action (aka calls option.DoEffect again) every 500ms. We should parameterize this so that the option determines its own refresh rate if desired. We can make the default value 500ms still and then override it as necessary.

This would allow us to make effects like Invulnerability refresh faster and have a smaller window for damage to sneak in.