Updated titles
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
"type": "integer",
|
||||
"default": 5,
|
||||
"description": "The amount the entity's temper will increase when mounted",
|
||||
"title": "TODO Title"
|
||||
"title": "Attempt Temper MOde"
|
||||
},
|
||||
"autoRejectItems": {
|
||||
"description": "The list of items that, if carried while interacting with the entity, will anger it",
|
||||
@@ -41,31 +41,31 @@
|
||||
{ "type": "object", "$ref": "#/definitions/auto_reject_items" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/auto_reject_items" } }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
"title": "Auto Reject Items"
|
||||
},
|
||||
"feed_text": { "type": "string", "default": "", "description": "The text that shows in the feeding interact button", "title": "TODO Title" },
|
||||
"feed_text": { "type": "string", "default": "", "description": "The text that shows in the feeding interact button", "title": "Feed Text" },
|
||||
"feedItems": {
|
||||
"title": "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",
|
||||
"oneOf": [
|
||||
{ "type": "object", "$ref": "#/definitions/feed_items" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/feed_items" } }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
]
|
||||
},
|
||||
"maxTemper": {
|
||||
"type": "integer",
|
||||
"default": 100,
|
||||
"description": "The maximum value for the entity's random starting temper",
|
||||
"title": "TODO Title"
|
||||
"title": "Maximum Temper"
|
||||
},
|
||||
"minTemper": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The minimum value for the entity's random starting temper",
|
||||
"title": "TODO Title"
|
||||
"title": "Minimum Temper"
|
||||
},
|
||||
"ride_text": { "type": "string", "description": "The text that shows in the riding interact button", "title": "TODO Title" },
|
||||
"tame_event": { "$ref": "../types/event.json", "description": "Event that triggers when the entity becomes tamed", "title": "TODO Title" }
|
||||
"ride_text": { "type": "string", "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", "title": "Tame Event" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user