[HW][DRG] Job Quests #88

Merged
liza merged 10 commits from AnimaMachinae/Questionable:drg into master 2024-11-03 19:18:41 +00:00
Showing only changes of commit 23256c6abf - Show all commits

View File

@ -1,108 +1,108 @@
{ {
"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",
Outdated
Review

All of these quests should have "$schema": ..., not "schema".

All of these quests should have `"$schema": ...`, not `"schema"`.

oh no... that is all of them... worst part is I copied the snippet from this message linked in the guide.
The snippet should be updated to \\$ to properly escape the character

oh no... that is all of them... worst part is I copied the snippet from [this](https://discord.com/channels/1162031769403543643/1255469663018549248/1269629188760014858) message linked in the guide. The snippet should be updated to \\\\$ to properly escape the character
"Author": "AnimaMachinae", "Author": "AnimaMachinae",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": 215.65454, "X": 215.65454,
"Y": 222.1, "Y": 222.1,
"Z": 345.1806 "Z": 345.1806
}, },
"TerritoryId": 155, "TerritoryId": 155,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead", "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Land": true, "Land": true,
"Fly": true, "Fly": true,
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true "InSameTerritory": true
} }
}, },
"$": "Alberic" "$": "Alberic"
}, },
{ {
"DataId": 1006748, "DataId": 1006748,
"Position": { "Position": {
"X": 217.88354, "X": 217.88354,
"Y": 222, "Y": 222,
"Z": 345.3269 "Z": 345.3269
}, },
"TerritoryId": 155, "TerritoryId": 155,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }
] ]
}, },
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{ {
"DataId": 1013437, "DataId": 1013437,
"Position": { "Position": {
"X": -580.5906, "X": -580.5906,
"Y": 206.85785, "Y": 206.85785,
"Z": -407.64478 "Z": -407.64478
}, },
"TerritoryId": 155, "TerritoryId": 155,
"InteractionType": "Combat", "InteractionType": "Combat",
"Land": true, "Land": true,
"Fly": true, "Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead", "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"EnemySpawnType": "AutoOnEnterArea", "EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [ "KillEnemyDataIds": [
4478 4478
], ],
"CompletionQuestVariablesFlags": [ "CompletionQuestVariablesFlags": [
1, 1,
null, null,
null, null,
null, null,
null, null,
null null
] ]
}, },
{ {
"DataId": 1013437, "DataId": 1013437,
"Position": { "Position": {
"X": -580.5906, "X": -580.5906,
"Y": 206.85785, "Y": 206.85785,
"Z": -407.64478 "Z": -407.64478
}, },
"TerritoryId": 155, "TerritoryId": 155,
"InteractionType": "Interact" "InteractionType": "Interact"
} }
] ]
}, },
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": 215.65454, "X": 215.65454,
"Y": 222.1, "Y": 222.1,
"Z": 345.1806 "Z": 345.1806
}, },
"TerritoryId": 155, "TerritoryId": 155,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead", "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Land": true, "Land": true,
"Fly": true, "Fly": true,
"$": "Alberic" "$": "Alberic"
}, },
{ {
"DataId": 1006748, "DataId": 1006748,
"Position": { "Position": {
"X": 217.88354, "X": 217.88354,
"Y": 222, "Y": 222,
"Z": 345.3269 "Z": 345.3269
}, },
"TerritoryId": 155, "TerritoryId": 155,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"NextQuestId": 1690 "NextQuestId": 1690
} }
] ]
} }
] ]
} }