Updated titles

This commit is contained in:
DaanV2
2021-07-01 16:32:59 +02:00
parent 0b1527e81a
commit bd92fde1b8
30 changed files with 132 additions and 124 deletions

View File

@@ -6,15 +6,18 @@
"description": "Defines the conditions and behavior of a rideable entity's boost",
"required": [],
"properties": {
"duration": { "type": "number", "default": 3, "description": "Time in seconds for the boost", "title": "TODO Title" },
"duration": { "type": "number", "default": 3, "description": "Time in seconds for the boost", "title": "Duration" },
"speed_multiplier": {
"type": "number",
"default": 1,
"description": "Factor by which the entity's normal speed increases. E.g. 2.0 means go twice as fast",
"title": "TODO Title"
"title": "Speed Multiplier"
},
"boost_items": {
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Boost Items",
"items": {
"type": "object",
"description": "List of items that can be used to boost while riding this entity.",
@@ -31,10 +34,7 @@
"description": "The item used to boost will become this item once it is used up"
}
}
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "TODO Title"
}
}
}
}