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

@@ -18,14 +18,17 @@
"drop_chance": {
"type": "number",
"title": "Drop Chance",
"description": "UNDOCUMENTED",
"description": "The chance that the item in this slot will drop",
"$comment": "UNDOCUMENTED"
},
"slot": {
"type": "string",
"title": "Slot",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
"description": "The slot in which the item will drop from",
"$comment": "UNDOCUMENTED",
"examples": [
"slot.weapon.mainhand"
]
}
}
}