FormID & EditorID
SkyPatcher supports FormIDand EditorID.
Currently there are some function that are not supported for EditorID
NPC Patcher
objectsToAdd
factionsToAdd
Outfit Patcher
formsToReplace
For everything else, you are able to use what you want:
filterByAmmos=IronArrow:weight=0.5
filterByAmmos=Skyrim.esm|1397D:weight=0.5
2 comments
For instance I want to add a new level list to all blacksmith vendor containers. Most of them have "BlacksmithChest" in the EditorID. Would it be possible to filter them all based on that, or does the EditorID only work when you specify the entire EditorID? I don't want to have to specify every container.
EDIT: Just joined the discord and saw filterByEditorIdContains is a filter for NPC Patcher atm. I guess I'm specifying individually or waiting for the filter to get added to the container patcher.