minver=118|priority=-120
# Don't touch the first line if you have no idea what it is!

# WorkbenchFilterFramework.esm Industrial Workbench Filters
# 1=Components and resources
# 2=Melee
# 3=Ranged
# 4=Throwable
# 5=Ammo
# 6=Armor
# 7=Apparel
# 8=Accessory
# 9=Mod config items
# A=Misc, uncategorized, catch-all

# Starfield.esm~AA209 is WorkbenchIndustrialKeyword

[Constructible]
# Add a single recipe to melee category
# Replace "YourPluginName.esm" and "123ABC" with the actual filename and form id!
YourPluginName.esm~123ABC|wrkbench_kwd(WorkbenchFilterFramework.esm~4)

# If you are using filters added from other mods, remember to change filename and formid to match it!
# eg. if ModThatAddsFilters.esm added keyword xx00000F as a new filter, you should use
YourPluginName.esm~123ABC|wrkbench_kwd(ModThatAddsFilters.esm~F)

# Add the rest of industrial workbench recipes in this plugin to Armor category
*plugin_incl(YourPluginName.esm)+has_wrkbench_kwd(Starfield.esm~AA209)|wrkbench_kwd(WorkbenchFilterFramework.esm~6)

# Add all industrial workbench recipes, except for the specified ones
*plugin_incl(AnotherPlugin.esm)+has_wrkbench_kwd(Starfield.esm~AA209)+formid_excl(AnotherPlugin.esm~123,AnotherPlugin.esm~456)|wrkbench_kwd(WorkbenchFilterFramework.esm~5)

#========================================
#Rename this file when publishing! Give it some unique elements, say author name and mod name, or it could conflict with other patches that didn't bother renaming!
#========================================