1
0
Fork 0

Update SkipIf to SkipConditions

master
Liza 2024-07-28 15:02:21 +02:00
parent a6a7dcc6ad
commit bfc107dc6d
Signed by: liza
GPG Key ID: 7199F8D727D55F67
7 changed files with 55 additions and 33 deletions

View File

@ -15,9 +15,11 @@
"TerritoryId": 138, "TerritoryId": 138,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Western La Noscea - Aleport", "AetheryteShortcut": "Western La Noscea - Aleport",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -15,9 +15,11 @@
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -15,9 +15,11 @@
"TerritoryId": 139, "TerritoryId": 139,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake", "AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -15,9 +15,11 @@
"TerritoryId": 139, "TerritoryId": 139,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake", "AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },
@ -72,9 +74,11 @@
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true, "Fly": true,
"StopDistance": 0.25, "StopDistance": 0.25,
"SkipIf": [ "SkipConditions": {
"FlyingLocked" "StepIf": {
] "Flying": "Locked"
}
}
}, },
{ {
"DataId": 2005574, "DataId": 2005574,
@ -86,9 +90,11 @@
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": false, "Fly": false,
"SkipIf": [ "SkipConditions": {
"FlyingUnlocked" "StepIf": {
] "Flying": "Unlocked"
}
}
} }
] ]
}, },
@ -111,9 +117,11 @@
], ],
"Fly": true, "Fly": true,
"StopDistance": 0.25, "StopDistance": 0.25,
"SkipIf": [ "SkipConditions": {
"FlyingLocked" "StepIf": {
] "Flying": "Locked"
}
}
}, },
{ {
"DataId": 2005573, "DataId": 2005573,
@ -131,9 +139,11 @@
], ],
"Fly": false, "Fly": false,
"StopDistance": 0.25, "StopDistance": 0.25,
"SkipIf": [ "SkipConditions": {
"FlyingUnlocked" "StepIf": {
] "Flying": "Unlocked"
}
}
} }
] ]
}, },

View File

@ -15,9 +15,11 @@
"TerritoryId": 139, "TerritoryId": 139,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake", "AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -15,9 +15,11 @@
"TerritoryId": 139, "TerritoryId": 139,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake", "AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -15,9 +15,11 @@
"TerritoryId": 139, "TerritoryId": 139,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake", "AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"SkipIf": [ "SkipConditions": {
"AetheryteShortcutIfInSameTerritory" "AetheryteShortcutIf": {
] "InSameTerritory": true
}
}
} }
] ]
}, },