Battle-Modders / mod-reforged

The main repository for the Battle Brothers Reforged mod.
16 stars 0 forks source link

Removing/Replacing item skills as submod is tricky with weapon skill preview #497

Open Darxo opened 2 months ago

Darxo commented 2 months ago

If I currently wanted to remove a certain skill from a weapon in a compatible way I would do something like this: image

The problem here is that the item skill preview currently ignores items that are removed quickly after being added. It cares only about a handful of handpicked functions. Most notably addSkill. image

As a result I am currently forced to overwrite the vanilla/reforged function like this: image