Updated projectile

This commit is contained in:
DaanV2
2021-11-30 19:10:51 +01:00
parent e9903bfe27
commit 082301f4ec

View File

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