Set minimum StopDistance to navmesh step size (0.25)
This commit is contained in:
parent
2ffedfa72c
commit
76e8ac4995
@ -57,7 +57,7 @@
|
||||
},
|
||||
"TerritoryId": 152,
|
||||
"InteractionType": "Interact",
|
||||
"StopDistance": 0.1,
|
||||
"StopDistance": 0.25,
|
||||
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user