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 + } + } } } },