From 082301f4ec2036d2b18d982083b2baf48f0b79f7 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 30 Nov 2021 19:10:51 +0100 Subject: [PATCH] Updated projectile --- .../format/components/projectile.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index d98e66a0..dea8ae76 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -508,6 +508,27 @@ "title": "Thrown Potion Effect", "type": "object", "additionalProperties": false + }, + "grant_xp": { + "additionalProperties": false, + "type": "object", + "title": "Grant XP", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "properties": { + "minXP": { + "title": "Minimum XP", + "description": "", + "type": "integer", + "minimum": 0 + }, + "maxXP": { + "title": "Maximum XP", + "description": "", + "type": "integer", + "minimum": 0 + } + } } } },