From 927cc6b49d981cb0aa5a09cd7e2ec042ea58dea2 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 14:36:19 +0100 Subject: [PATCH] Fixing projectile --- source/behavior/entities/format/components/projectile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index b416b87a..4837e9f0 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -184,13 +184,13 @@ "title": "Impact Damage", "properties": { "max_critical_damage": { - "type": "string", + "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max Critical Damage" }, "min_critical_damage": { - "type": "string", + "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min Critical Damage"