Minor DT waypoint additions

This commit is contained in:
Liza 2024-11-27 13:28:18 +01:00
parent fb43cf05b7
commit 35f1079bc3
Signed by: liza
GPG Key ID: 8DD6D21C03BB0848
4 changed files with 39 additions and 1 deletions

View File

@ -20,6 +20,15 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": -364.2223,
"Y": 18.75252,
"Z": -115.513306
},
"TerritoryId": 1190,
"InteractionType": "WalkTo"
},
{ {
"DataId": 1051300, "DataId": 1051300,
"Position": { "Position": {

View File

@ -105,6 +105,15 @@
32 32
] ]
}, },
{
"Position": {
"X": -359.66742,
"Y": 18.137554,
"Z": -137.36826
},
"TerritoryId": 1190,
"InteractionType": "WalkTo"
},
{ {
"DataId": 1047080, "DataId": 1047080,
"Position": { "Position": {

View File

@ -165,6 +165,15 @@
{ {
"Sequence": 5, "Sequence": 5,
"Steps": [ "Steps": [
{
"Position": {
"X": 473.8908,
"Y": 145.62398,
"Z": 157.92116
},
"TerritoryId": 1191,
"InteractionType": "WalkTo"
},
{ {
"DataId": 1047387, "DataId": 1047387,
"Position": { "Position": {

View File

@ -46,6 +46,16 @@
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"$": "Outskirts Navmesh workaround" "$": "Outskirts Navmesh workaround"
}, },
{
"Position": {
"X": -120.99963,
"Y": 28.090134,
"Z": -456.97507
},
"TerritoryId": 1191,
"InteractionType": "WalkTo",
"DisableNavmesh": true
},
{ {
"DataId": 1047397, "DataId": 1047397,
"Position": { "Position": {
@ -54,7 +64,8 @@
"Z": -500.63324 "Z": -500.63324
}, },
"TerritoryId": 1191, "TerritoryId": 1191,
"InteractionType": "Interact" "InteractionType": "Interact",
"DisableNavmesh": true
} }
] ]
}, },