Fix certain JSON issues

This commit is contained in:
Liza 2025-02-05 02:10:20 +01:00
parent 82abbfa535
commit cf61b9a0d3
Signed by: liza
GPG Key ID: 2C41B84815CF6445
3 changed files with 44 additions and 54 deletions

View File

@ -1,39 +1,34 @@
{ {
"schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "Theo", "Author": "Theo",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"Sequence": 0, "DataId": 1025602,
"Steps": [ "Position": {
{ "X": -780.148,
"DataId": 1025602, "Y": 128.25195,
"Position": { "Z": 97.154175
"X": -780.148, },
"Y": 128.25195, "TerritoryId": 622,
"Z": 97.154175 "InteractionType": "AcceptQuest",
}, "Mount": true,
"TerritoryId": 622, "AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
"InteractionType": "AcceptQuest", "SkipConditions": {
"Mount": true, "AetheryteShortcutIf": {
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh", "NearPosition": {
"SkipConditions": { "Position": {
"AetheryteShortcutIf": { "X": -780.148,
"NearPosition": { "Y": 128.25195,
"Position": { "Z": 97.154175
"X": -780.148, },
"Y": 128.25195, "TerritoryId": 622,
"Z": 97.154175 "MaximumDistance": 50
},
"TerritoryId": 622,
"MaximumDistance": 50
}
}
} }
} }
] }
} }
] ]
}, },

View File

@ -6,34 +6,29 @@
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"Sequence": 0, "DataId": 1025602,
"Steps": [ "Position": {
{ "X": -780.148,
"DataId": 1025602, "Y": 128.25195,
"Position": { "Z": 97.154175
"X": -780.148, },
"Y": 128.25195, "TerritoryId": 622,
"Z": 97.154175 "InteractionType": "AcceptQuest",
}, "Mount": true,
"TerritoryId": 622, "AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
"InteractionType": "AcceptQuest", "SkipConditions": {
"Mount": true, "AetheryteShortcutIf": {
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh", "NearPosition": {
"SkipConditions": { "Position": {
"AetheryteShortcutIf": { "X": -780.148,
"NearPosition": { "Y": 128.25195,
"Position": { "Z": 97.154175
"X": -780.148, },
"Y": 128.25195, "TerritoryId": 622,
"Z": 97.154175 "MaximumDistance": 50
},
"TerritoryId": 622,
"MaximumDistance": 50
}
}
} }
} }
] }
} }
] ]
}, },

View File

@ -110,7 +110,7 @@
null, null,
null, null,
null, null,
128 32
] ]
} }
] ]