Add many missing documentation to components

This commit is contained in:
Ben Dodd
2022-06-23 20:48:19 +01:00
parent feb600d21b
commit 3df9e495bd
27 changed files with 123 additions and 106 deletions

View File

@@ -23,12 +23,12 @@
"weight": {
"type": "integer",
"title": "Weight",
"description": "UNDOCUMENTED",
"description": "The chance of this reaction being picked",
"$comment": "UNDOCUMENTED"
},
"value": {
"title": "Value",
"description": "UNDOCUMENTED",
"description": "An event that runs when this reaction is picked",
"$comment": "UNDOCUMENTED",
"$ref": "../types/event.json"
}