This commit is contained in:
DaanV2
2024-02-17 12:32:57 +01:00
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,11 @@
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "properties": {
"min": {
"type": "integer",
"description": "The minimum starting health an entity has.",
"title": "Minimum"
},
"max": { "max": {
"type": "integer", "type": "integer",
"description": "The maximum starting health an entity has.", "description": "The maximum starting health an entity has.",