From b94e2b46c53ce90f4d61f544629918ab0404235c Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 27 Oct 2021 19:23:32 +0200 Subject: [PATCH] Added more to projectile --- .../format/components/projectile.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index bbbd84f7..b416b87a 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -183,6 +183,25 @@ "$comment": "UNDOCUMENTED", "title": "Impact Damage", "properties": { + "max_critical_damage": { + "type": "string", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "title": "Max Critical Damage" + }, + "min_critical_damage": { + "type": "string", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "title": "Min Critical Damage" + }, + "power_multiplier": { + "type": "number", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "title": "Filter" + }, + "filter": { "type": "string", "description": "UNDOCUMENTED",