I have a mod that modifies behaviour depending on a keyword attached to a piece of clothing. I'd like to attach this keyword to other clothing in another module. The load order is this:
skyrim.esm
.
.
clothing mod
.
.
keyword mod
as ordered by BOSS. Now, if I renumber the keyword to inject it into skyrim.esm, can I use it in the clothing mod without problems? Even if it does work, Is this considered to be good practice or not?
Thanks.