Set minimum StopDistance to navmesh step size (0.25)
authorLiza Carvelli <liza@carvel.li>
Sun, 12 Jan 2025 01:40:09 +0000 (02:40 +0100)
committerLiza Carvelli <liza@carvel.li>
Sun, 12 Jan 2025 01:40:09 +0000 (02:40 +0100)
QuestPaths/2.x - A Realm Reborn/Side Quests/Black Shroud/Gridania/970_Some Seedy Business.json
QuestPaths/quest-v1.json

index 84536780421b48c381ee311a4c4e7bc843217b22..b5038e3b032f4e5893926154c976359764950cfe 100644 (file)
@@ -57,7 +57,7 @@
           },
           "TerritoryId": 152,
           "InteractionType": "Interact",
-          "StopDistance": 0.1,
+          "StopDistance": 0.25,
           "AetheryteShortcut": "East Shroud - Hawthorne Hut",
           "Fly": true,
           "SkipConditions": {
index d04fd82c5a6a02c7a5edb64104b910a1d8219d07..99105c93c7ff6c2eef9dab193dfd89b94f542b48 100644 (file)
@@ -80,7 +80,7 @@
             "null"
           ],
           "description": "Set if pathfinding should stop closer or further away from the default stop distance",
-          "exclusiveMinimum": 0
+          "minimum": 0.25
         },
         "IgnoreDistanceToObject": {
           "type": "boolean",