Compare commits

...

2 Commits

Author SHA1 Message Date
Plogon Enjoyer
b6e40bf1a0 Added new daily quest "Sparring Lesson" 2024-09-03 23:53:23 +08:00
Plogon Enjoyer
ec10c6d4c2 Updated "Criminal Crossings" 2024-09-03 23:52:37 +08:00
3 changed files with 47 additions and 12 deletions

View File

@ -12,9 +12,15 @@
"Y": 56.113926, "Y": 56.113926,
"Z": 236.25537 "Z": 236.25537
}, },
"StopDistance": 7,
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Fringes - Peering Stones",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },
@ -30,7 +36,7 @@
}, },
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [2], null, null], "RequiredQuestVariables": [null, null, null, [2, 4], null, null],
"Fly": true, "Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {
@ -49,7 +55,7 @@
}, },
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Combat", "InteractionType": "Combat",
"RequiredQuestVariables": [null, null, null, [3], null, null], "RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null],
"Fly": true, "Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {
@ -70,7 +76,7 @@
}, },
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [2], null, null], "RequiredQuestVariables": [null, null, null, [1, 2, 5], null, null],
"Fly": true, "Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {
@ -89,7 +95,7 @@
}, },
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Combat", "InteractionType": "Combat",
"RequiredQuestVariables": [null, null, null, [3], null, null], "RequiredQuestVariables": [null, null, null, [3, 4], null, null],
"Fly": true, "Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {
@ -110,7 +116,7 @@
}, },
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Combat", "InteractionType": "Combat",
"RequiredQuestVariables": [null, null, null, [2], null, null], "RequiredQuestVariables": [null, null, null, [2, 4], null, null],
"Fly": true, "Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {
@ -131,7 +137,7 @@
}, },
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [3], null, null], "RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null],
"Fly": true, "Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {

View File

@ -1,5 +1,8 @@
``` ```
0 0 0 x 0 0 | 0 0 0 x 0 0 |
1 1025062 -> 1025119 -> 1025118
2 1025120 -> 1025119 -> 1025060 2 1025120 -> 1025119 -> 1025060
3 1025062 -> 1025061 -> 1025118 3 1025062 -> 1025061 -> 1025118
4 1025120 -> 1025061 -> 1025060
5 1025062 -> 1025119 -> 1025118
``` ```

View File

@ -1,7 +1,6 @@
{ {
"$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": "liza", "Author": "plogon_enjoyer",
"Disabled": true,
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -22,7 +21,34 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1025067,
"Position": {
"X": 39.04773,
"Y": 43.373318,
"Z": -221.9425
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8588],
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1025247,
"Position": {
"X": 41.45874,
"Y": 42.875717,
"Z": -218.28033
},
"TerritoryId": 612,
"InteractionType": "Interact"
}
] ]
}, },
{ {