Update SkipIf to SkipConditions

pull/14/head
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,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Western La Noscea - Aleport",
"SkipIf": [
"AetheryteShortcutIfInSameTerritory"
]
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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