Updated documentation with the microsoft documentation

This commit is contained in:
DaanV2
2021-07-02 13:00:02 +02:00
parent f9ecdb79e8
commit dd28b6a467
29 changed files with 152 additions and 127 deletions

View File

@@ -15,12 +15,12 @@
},
"boost_items": {
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "List of items that can be used to boost while riding this entity.",
"title": "Boost Items",
"items": {
"type": "object",
"description": "List of items that can be used to boost while riding this entity.",
"title": "Boost Item",
"properties": {
"damage": { "type": "integer", "default": 1, "description": "This is the damage that the item will take each time it is used" },
"item": {
@@ -28,7 +28,7 @@
"$ref": "../../../../general/item/identifier.json",
"description": "Name of the item that can be used to boost"
},
"replaceItem": {
"replace_item": {
"type": "string",
"$ref": "../../../../general/item/identifier.json",
"description": "The item used to boost will become this item once it is used up"