Set minimum StopDistance to navmesh step size (0.25)

This commit is contained in:
Liza 2025-01-12 02:40:09 +01:00
parent 2ffedfa72c
commit 76e8ac4995
Signed by: liza
GPG Key ID: 2C41B84815CF6445
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
},
"TerritoryId": 152,
"InteractionType": "Interact",
"StopDistance": 0.1,
"StopDistance": 0.25,
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
"Fly": true,
"SkipConditions": {

View 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",