SmartHarvestSE
SmartHarvestSE copied to clipboard
Add Cheesemod sample collection
From Nexus user Steelrat67
I cannot autoloot the cheese added by Cheesemod for Everyone after turning off food looting (obviously). So I created a little json file for myself to get it working again. Feel free to use it.
{
"$comment" : "Definitions are allowed for up to 128 rulesets per file for Collections",
"$schema" : "./SHSE.SchemaCollections.json",
"groupPolicy" : {
"action" : "take",
"notify" : true,
"repeat" : true
},
"useMCM" : true,
"collections" : [
{
"name" : "Cheesemod for everyone",
"description" : "Collects all cheese from the Prince of Madness",
"rootFilter" : {
"operator" : "AND",
"condition" : {
"formList" : [
{
"listPlugin" : "yumcheese.esp",
"formID" : "3100A4AE"
}
]
}
}
}
]
}