MidnightsFX / Valheim_Armory

Filling in the missing weapon options for valheim.
GNU General Public License v3.0
4 stars 2 forks source link

Suggestion: More weapons configurations #13

Closed jimkimjat closed 1 year ago

jimkimjat commented 1 year ago

I was changing values for weapons using aedenthorn's Custom Weapons Stats mods. I noticed Valheim Armory does not have values like attackForce (weapon knockback) and deflectionForce (shield block knockback). I tried generating the json file for Valheim Armory weapons, but command says it couldn't find anything with the name (EikthyrsAtgeir). I am guessing aedenthorn's mod doesn't support custom weapons or I may have inserted the wrong prefab name.

Is it possible to include more configuration values for Valheim Armory? I find weapons like maces knock enemies too far away.

MidnightsFX commented 1 year ago

Yes! It is definitely possible, I can add these values as configurable in potentially the next update.

As for the prefab name if you want to use aedenthorns the prefab names are all defined in the items class, here is the antler atgeir

jimkimjat commented 1 year ago

That worked perfect! I ended up changing the knockback on most weapons.

Thank you very much!

MidnightsFX commented 1 year ago

Attack force will be added to the configs for all weapons, and deflection force will be added for all shields in the next update!

MidnightsFX commented 1 year ago

The release for this is finally out! 1.5.0 which provides the requested configs.