From aa131c9e3d3063ac5bd7d1c5b6f2d08329c00ceb Mon Sep 17 00:00:00 2001 From: Redacted Date: Tue, 11 Mar 2025 00:46:56 +0000 Subject: [PATCH] Added NotNearPosition Paramater --- QuestPaths/quest-v1.json | 42 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index fbebaf50..925a801b 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -295,6 +295,26 @@ ], "additionalProperties": false }, + "NotNearPosition": { + "type": "object", + "properties": { + "Position": { + "$ref": "https://git.carvel.li/liza/Questionable/raw/branch/master/Questionable.Model/common-vector3.json" + }, + "MaximumDistance": { + "type": "number" + }, + "TerritoryId": { + "type": "number" + } + }, + "required": [ + "Position", + "MaximumDistance", + "TerritoryId" + ], + "additionalProperties": false + }, "ExtraCondition": { "type": "string", "enum": [ @@ -372,6 +392,26 @@ ], "additionalProperties": false }, + "NotNearPosition": { + "type": "object", + "properties": { + "Position": { + "$ref": "https://git.carvel.li/liza/Questionable/raw/branch/master/Questionable.Model/common-vector3.json" + }, + "MaximumDistance": { + "type": "number" + }, + "TerritoryId": { + "type": "number" + } + }, + "required": [ + "Position", + "MaximumDistance", + "TerritoryId" + ], + "additionalProperties": false + }, "ExtraCondition": { "type": "string", "enum": [ @@ -1509,4 +1549,4 @@ ] } } -} +} \ No newline at end of file -- 2.30.2