forked from liza/Questionable
Set minimum StopDistance to navmesh step size (0.25)
This commit is contained in:
parent
2ffedfa72c
commit
76e8ac4995
@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 152,
|
"TerritoryId": 152,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"StopDistance": 0.1,
|
"StopDistance": 0.25,
|
||||||
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Set if pathfinding should stop closer or further away from the default stop distance",
|
"description": "Set if pathfinding should stop closer or further away from the default stop distance",
|
||||||
"exclusiveMinimum": 0
|
"minimum": 0.25
|
||||||
},
|
},
|
||||||
"IgnoreDistanceToObject": {
|
"IgnoreDistanceToObject": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
Loading…
Reference in New Issue
Block a user