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,
"required": [],
"properties": {
"min": {
"type": "integer",
"description": "The minimum starting health an entity has.",
"title": "Minimum"
},
"max": {
"type": "integer",
"description": "The maximum starting health an entity has.",