From 0283fe124dd66b9920f9efc949bae8d0bfabd5f3 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:36:10 +0500 Subject: [PATCH] - Add min to health (#216) --- source/behavior/entities/format/components/health.json | 5 +++++ 1 file changed, 5 insertions(+) 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.",