>>537601832
>Will this work?
If that is a normal weapon def, probably not. @Name is best used for targeting abstract defs, like this from the vanilla files.
>
It should work if the weapon def has a Name= part, but you have to direct it to the name and not the defName in that case.
If you want to know if i a patch works, the best way is to boot the game with minimal mods and read the error log. If @Name fails, use @defName.
>>537602345
>i have some questions too.
Ask, I may or may not be able to help.
>>537603104
>I don't actually know if it matters
Read above.
>>537603827
>and i was able to patch them individually but i don't know if it's possible to get them to reference each other, or at least one to reference the other.
It might be possible, because both namers and descriptions rulepacks share a [subject_primary] section, but I don't understand where they pull that from. It could be in the code rather than the xml.
Honestly, I hate dealing with rulepacks because they are huge complicated lists and I get confused trying to track everything.
The simple solution would to clone the book def you want, and make a unique namer and description rulepack def for it that have only the entries you want.