Fix certain JSON issues
This commit is contained in:
parent
82abbfa535
commit
cf61b9a0d3
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
128
|
32
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user