Example collection for OBIS facemasks
Closed this issue · 0 comments
SteveTownsend commented
to avoid looting. Thanks to Norstaera
{
"$comment": "Definitions are allowed for up to 128 rulesets for Collections",
"$schema": "./SHSE.SchemaCollections.json",
"groupPolicy": {
"action": "leave",
"notify": false,
"repeat": true
},
"useMCM": true,
"collections":[
{
"name": "Facemasks",
"description": "",
"rootFilter": {
"operator": "AND",
"condition": {
"plugin": [ "OBIS SE.esp" ],
"signature": [ "ARMO" ],
"nameMatch": {
"isNPC": false,
"matchIf": "startsWith",
"names": [ "Face" ]
}
}
}
}
]
}