If Event Tick fires every frame, why isn't a 60FPS timer fast enough?

To be honest I hadn’t heard of anyone replacing tick with timers. If you really needed something to be a slowed version of tick, you can adjust the tick rate in the class defaults. And forget about running events faster than tick unless you’re trying to do your own substepping.