About this mod
Makes melee Seregios weapons restore sharpness when rolling, like older games.
- Requirements
- Permissions and credits
I wanted to add the gimmicks for bow/bowgun as well, but I'm not sure it's feasible from my testing. So melee only for now.
Requires REFramework.
Installation: Just copy the reframework folder of this mod onto your reframework folder in your Monster Hunter Rise game directory.
Credits to mbrox7000 for Effect Toolkit which I used to find the sharpness restoration effect and the method calls required to play it.
Updates:
Ver 1.0.1 - Small fix to address issues in multiplayer. Previously the way it was set up would have counted other players' dodges as well as your own, so someone else rolling 5 times would sharpen your weapon. Now it will count only your own dodges. This change won't affect your experience if you're not in multiplayer.
Known issues:
- Greatsword tackles, Lance guard tackles, and Switch Axe wild swings are counted as dodges by this script. This is due to the script using a function that checks discrete stamina usage. No plans to fix this at the moment. As far as I can tell there's no way to distinguish between those and a dodge in the function I'm using, so the solution would require a lot of effort. I don't really mind it either, tackles and guard tackles are dodges in some sense, and wild swings is... well the rest of Switch Axe's moveset is pretty fun in Rise so you don't end up using that for prolonged periods anyways. If this applies to anything else that's particularly busted then I'll look into it.