From 7eae826517b201258456ef7754decd007dcbf8fa Mon Sep 17 00:00:00 2001 From: DinnerBeef Date: Fri, 11 Mar 2022 10:06:11 -0600 Subject: [PATCH] Update interact.json Fixed an issue with the type being wrong in cooldown_after_being_attacked Also changed default as there is no default --- source/behavior/entities/format/components/interact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/components/interact.json b/source/behavior/entities/format/components/interact.json index 38807c8d..622e1bb4 100644 --- a/source/behavior/entities/format/components/interact.json +++ b/source/behavior/entities/format/components/interact.json @@ -131,8 +131,8 @@ "title": "Admire Item" }, "cooldown_after_being_attacked": { - "type": "interger", - "default": false, + "type": "number", + "default": "", "description": "Duration, in seconds, for which mob won't barter items if it was hurt", "title": "Cooldown After Being Attacked" }