If I currently wanted to remove a certain skill from a weapon in a compatible way I would do something like this:
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.
As a result I am currently forced to overwrite the vanilla/reforged function like this:
If I currently wanted to remove a certain skill from a weapon in a compatible way I would do something like this:
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
.As a result I am currently forced to overwrite the vanilla/reforged function like this: