I only have a few hours this weekend, but let's see what I can do.
Here's the basic mechanics, hoping I can expand and get something playable by end of weekend.
Here's what I ended up with. https://itch.io/jam/gamesplusjam/rate/226156
@James
There were some coding challenges I ran into and was unsure how to it really correctly.
I was wondering if you might have time for some Q&A, I'd love to ask you some questions, specifically around how I ended up implementing the buffs. I did a lot of IF/ELSE statements, and I think I could have used a Class, Struct, Scriptable Object, or pass variables by reference.
https://github.com/webthingee/TimeFlys , it's in the GameMaster.cs. I know there's a better, and more extendable way to do it, would dig some feedback/insight.