- Add min to health (#216)
This commit is contained in:
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user