From: Redacted Date: Tue, 11 Mar 2025 00:46:56 +0000 (+0000) Subject: Added NotNearPosition Paramater X-Git-Tag: v5.0~12^2~3 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=aa131c9e3d3063ac5bd7d1c5b6f2d08329c00ceb;p=Questionable.git Added NotNearPosition Paramater --- 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