Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -7,17 +7,17 @@
"definitions": {
"feed_items": {
"type": "object",
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process",
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process.",
"properties": {
"item": {
"$ref": "../../../../general/item/identifier.json",
"description": "Name of the item this entity likes and can be used to increase this entity's temper",
"description": "Name of the item this entity likes and can be used to increase this entity's temper.",
"title": "Item"
},
"temper_mod": {
"type": "number",
"default": 0,
"description": "The amount of temper this entity gains when fed this item",
"description": "The amount of temper this entity gains when fed this item.",
"title": "Temper Mod"
}
}
@@ -28,7 +28,7 @@
"properties": {
"item": {
"$ref": "../../../../general/item/identifier.json",
"description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed"
"description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed."
}
}
}
@@ -58,11 +58,11 @@
},
"feed_text": {
"type": "string",
"description": "The text that shows in the feeding interact button",
"description": "The text that shows in the feeding interact button.",
"title": "Feed Text"
},
"feed_items": {
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process",
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process.",
"title": "Feed Items",
"oneOf": [
{
@@ -80,23 +80,23 @@
"max_temper": {
"type": "integer",
"default": 100,
"description": "The maximum value for the entity's random starting temper",
"description": "The maximum value for the entity's random starting temper.",
"title": "Maximum Temper"
},
"min_temper": {
"type": "integer",
"default": 0,
"description": "The minimum value for the entity's random starting temper",
"description": "The minimum value for the entity's random starting temper.",
"title": "Minimum Temper"
},
"ride_text": {
"type": "string",
"description": "The text that shows in the riding interact button",
"description": "The text that shows in the riding interact button.",
"title": "Ride Text"
},
"tame_event": {
"$ref": "../types/event.json",
"description": "Event that triggers when the entity becomes tamed",
"description": "Event that triggers when the entity becomes tamed.",
"title": "Tame Event"
}
},