Skip to content

Commit

Permalink
- Add min to health (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Feb 17, 2024
1 parent b84a0b5 commit 0283fe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/behavior/entities/format/components/health.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 0283fe1

Please sign in to comment.