Added NotNearPosition Paramater
authorRedacted <redacted@no-reply.carvel.li>
Tue, 11 Mar 2025 00:46:56 +0000 (00:46 +0000)
committerRedacted <redacted@no-reply.carvel.li>
Tue, 11 Mar 2025 00:46:56 +0000 (00:46 +0000)
QuestPaths/quest-v1.json

index fbebaf50d54749d91daba5543e715ea57fa18ef4..925a801b6e91f72828f45e7261dfa40db60320d3 100644 (file)
                   ],
                   "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": [
                   ],
                   "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": [
       ]
     }
   }
-}
+}
\ No newline at end of file