From 0b5cfa8ed5f12dd73dd0ea9f6bc188627eec2f64 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 8 Oct 2021 14:02:52 +0200 Subject: [PATCH] Updated --- .../entities/format/components/drying_out_timer.json | 10 +++++----- .../entities/format/components/type_family.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/behavior/entities/format/components/drying_out_timer.json b/source/behavior/entities/format/components/drying_out_timer.json index ad1f5bb9..aca016bd 100644 --- a/source/behavior/entities/format/components/drying_out_timer.json +++ b/source/behavior/entities/format/components/drying_out_timer.json @@ -8,29 +8,29 @@ "dried_out_event": { "$ref": "../types/event.json", "description": "Event to fire when the drying out time runs out.", - "title": "dried out event" + "title": "Dried Out Event" }, "recover_after_dried_out_event": { "$ref": "../types/event.json", "description": "Event to fire when entity was already dried out but received increase in water supply.", - "title": "recover after dried out event" + "title": "Recover After Dried Out Event" }, "stopped_drying_out_event": { "$ref": "../types/event.json", "description": "Event to fire when entity stopped drying out, for example got into water or under rain.", - "title": "stopped drying out event" + "title": "Stopped Drying Out Event" }, "total_time": { "type": "number", "default": 0, "description": "Amount of time in seconds to dry out fully.", - "title": "total time" + "title": "Total Time" }, "water_bottle_refill_time": { "type": "number", "default": 0, "description": "Optional amount of additional time in seconds given by using splash water bottle on entity.", - "title": "water bottle refill time" + "title": "Water Bottle Refill Time" } } } diff --git a/source/behavior/entities/format/components/type_family.json b/source/behavior/entities/format/components/type_family.json index 216da168..e6f96242 100644 --- a/source/behavior/entities/format/components/type_family.json +++ b/source/behavior/entities/format/components/type_family.json @@ -5,7 +5,7 @@ "additionalProperties": false, "description": "Defines the families this entity belongs to.", "required": ["family"], - "examples": [{ "family": ["monster"] }, { "family": ["mob"] }, { "family": ["animal"] }, { "family": ["npc"] }], + "examples": [{ "family": [] }, { "family": ["monster"] }, { "family": ["mob"] }, { "family": ["animal"] }, { "family": ["npc"] }], "properties": { "family": { "type": "array",