This commit is contained in:
DaanV2
2021-07-08 11:55:33 +02:00
parent 73ac77711e
commit ce5be0ee72
10 changed files with 26 additions and 26 deletions

View File

@@ -19,8 +19,8 @@
"type": "object",
"additionalProperties": false,
"properties": {
"event": { "type": "string", "title": "UNDOCUMENTED", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"target": { "type": "string", "title": "UNDOCUMENTED", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self"] }
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["self"] }
}
},
"saturation_modifier": {