Path updates
This commit is contained in:
parent
65187cdaee
commit
dc24fa482a
@ -74,7 +74,7 @@
|
|||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null
|
-64
|
||||||
],
|
],
|
||||||
"$": "QuestVariables after killing enemy: 17 1 0 0 0 64"
|
"$": "QuestVariables after killing enemy: 17 1 0 0 0 64"
|
||||||
},
|
},
|
||||||
|
@ -29,7 +29,10 @@
|
|||||||
"TerritoryId": 960,
|
"TerritoryId": 960,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"EnemySpawnType": "OverworldEnemies",
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
"Comment": "Kill 2 Drifting Ea, TODO: add data ids",
|
"KillEnemyDataIds": [
|
||||||
|
13315,
|
||||||
|
14097
|
||||||
|
],
|
||||||
"$": "QuestVariables: 0 0-16-32 0 0 0 0"
|
"$": "QuestVariables: 0 0-16-32 0 0 0 0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -151,8 +151,8 @@
|
|||||||
null,
|
null,
|
||||||
64
|
64
|
||||||
],
|
],
|
||||||
"$.0": "[1]",
|
"$.0": "[2]",
|
||||||
"$.1": "QuestVariables if done after [1]: 2 0 0 0 0 ??"
|
"$.1": "QuestVariables if done after [1]: 2 0 0 0 0 96"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2012281,
|
"DataId": 2012281,
|
||||||
@ -170,8 +170,7 @@
|
|||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
128
|
128
|
||||||
],
|
]
|
||||||
"Comment": "TODO Verify quest variables flags"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -86,7 +86,8 @@
|
|||||||
},
|
},
|
||||||
"StopDistance": 5,
|
"StopDistance": 5,
|
||||||
"TerritoryId": 960,
|
"TerritoryId": 960,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"Mount": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -107,9 +107,9 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 26.119669,
|
"X": 37.10138,
|
||||||
"Y": 269.043,
|
"Y": 269.016,
|
||||||
"Z": -587.29144
|
"Z": -591.87366
|
||||||
},
|
},
|
||||||
"TerritoryId": 960,
|
"TerritoryId": 960,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
@ -132,6 +132,7 @@
|
|||||||
"StopDistance": 4,
|
"StopDistance": 4,
|
||||||
"TerritoryId": 960,
|
"TerritoryId": 960,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
|
"DisableNavmesh": true,
|
||||||
"CompletionQuestVariablesFlags": [
|
"CompletionQuestVariablesFlags": [
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
@ -32,6 +32,16 @@
|
|||||||
"InteractionType": "AttuneAetherCurrent",
|
"InteractionType": "AttuneAetherCurrent",
|
||||||
"AetherCurrentId": 2818393
|
"AetherCurrentId": 2818393
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 381.60245,
|
||||||
|
"Y": 289.09262,
|
||||||
|
"Z": -387.75546
|
||||||
|
},
|
||||||
|
"TerritoryId": 960,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Comment": "Avoids combat"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1039787,
|
"DataId": 1039787,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -21,6 +21,18 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 252.4148,
|
||||||
|
"Y": 10.8,
|
||||||
|
"Z": -659.2858
|
||||||
|
},
|
||||||
|
"TerritoryId": 958,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"SkipIf": [
|
||||||
|
"FlyingUnlocked"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -80.826256,
|
"X": -80.826256,
|
||||||
@ -34,8 +46,7 @@
|
|||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds": [
|
||||||
16332
|
16332
|
||||||
],
|
],
|
||||||
"Fly": true,
|
"Fly": true
|
||||||
"Comment": "TODO Verify that navmesh can still get you here if flying is locked, and doesn't get stuck on rubble"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user