diff --git a/source/behavior/entities/format/components/health.json b/source/behavior/entities/format/components/health.json index e9f40c44..f0e689eb 100644 --- a/source/behavior/entities/format/components/health.json +++ b/source/behavior/entities/format/components/health.json @@ -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.",