jimmyoneshot wrote: ↑Sat Jan 07, 2023 3:41 pm
Is there any possible way to visually downgrade the Leviathan Axe OR skip the first upgrade by Brok using the table?
All that I can currently find through all of my testing is being able to upgrade the axe via:-
game.Wallets.AddResource("HERO", "ReinforcementAxe_Tier02", 1, "NO_TELEMETRY")
game.Wallets.AddResource("HERO", "ReinforcementAxe_Tier03", 1, "NO_TELEMETRY")
game.Wallets.AddResource("HERO", "ReinforcementAxe_Tier04", 1, "NO_TELEMETRY")
etc
However doing the reverse of:-
game.Wallets.RemoveResource("HERO", "ReinforcementAxe_Tier02", 1)
does not downgrade the axe. It seems like it is simply impossible to do once upgraded and the upgrade is unskippable.
There no way to do with this table, not to mention the search function does not work on this community for years now, it uses Google Search, so even if the answer was provided, one cannot expect anyone to spend 2h reading 50 pages to find a possible (not guaranteed) answer.
Regardless SunBeam suggested using RemoveResource to remove the Upgrades, but that does not work and was never proper explained on how to use, you can find mods on Nexus that do that instead.
I haven't updated my mod, but there is one on Nexus still working, I can't post the link cause Fearless does not allow third-party links.