[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",
"Author": "AnimaMachinae",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"Position": {
"X": 215.65454,
"Y": 222.1,
"Z": 345.1806
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Land": true,
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
},
"$": "Alberic"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1013437,
"Position": {
"X": -580.5906,
"Y": 206.85785,
"Z": -407.64478
},
"TerritoryId": 155,
"InteractionType": "Combat",
"Land": true,
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [
4478
],
"CompletionQuestVariablesFlags": [
1,
null,
null,
null,
null,
null
]
},
{
"DataId": 1013437,
"Position": {
"X": -580.5906,
"Y": 206.85785,
"Z": -407.64478
},
"TerritoryId": 155,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": 215.65454,
"Y": 222.1,
"Z": 345.1806
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Land": true,
"Fly": true,
"$": "Alberic"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "CompleteQuest",
"NextQuestId": 1690
}
]
}
]
{
"$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",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"Position": {
"X": 215.65454,
"Y": 222.1,
"Z": 345.1806
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Land": true,
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
},
"$": "Alberic"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1013437,
"Position": {
"X": -580.5906,
"Y": 206.85785,
"Z": -407.64478
},
"TerritoryId": 155,
"InteractionType": "Combat",
"Land": true,
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [
4478
],
"CompletionQuestVariablesFlags": [
1,
null,
null,
null,
null,
null
]
},
{
"DataId": 1013437,
"Position": {
"X": -580.5906,
"Y": 206.85785,
"Z": -407.64478
},
"TerritoryId": 155,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": 215.65454,
"Y": 222.1,
"Z": 345.1806
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Land": true,
"Fly": true,
"$": "Alberic"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "CompleteQuest",
"NextQuestId": 1690
}
]
}
]
}