Compare commits

...

17 Commits

Author SHA1 Message Date
Plogon Enjoyer c0484ee84c test new quest schema
(cherry picked from commit 1bd92659c3)
(cherry picked from commit a5c51b73dc)
(cherry picked from commit f7e77dd9a9)
(cherry picked from commit e025abb06c)
2024-09-08 01:31:17 +08:00
Plogon Enjoyer d15ef0b9f4 Merge branch 'ananta' 2024-09-08 01:30:59 +08:00
Plogon Enjoyer d1fc506f4c Merge branch 'omicron' 2024-09-08 01:30:51 +08:00
Plogon Enjoyer cc423c7ac6 Merge branch 'final-class-quests' 2024-09-08 01:30:42 +08:00
Plogon Enjoyer d1eee8f977 Added daily quest "Snack between Meals" 2024-09-04 00:13:52 +08:00
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
Plogon Enjoyer 8ef9e70696 Added new Ananta story quest "Chance of Gales" 2024-09-03 23:46:11 +08:00
Plogon Enjoyer 47e779ea81 Added new action Trample 2024-09-03 23:34:31 +08:00
Plogon Enjoyer b01afa2fa2 Added new Omicron story and daily quests. Also added new gathering points for the story quest. 2024-09-02 02:59:06 +08:00
Plogon Enjoyer f0f876b810 Fixed RequiredQuestVariables values for the first pair. Added conditional teleports, too. 2024-09-02 02:59:06 +08:00
Plogon Enjoyer 9d41101d26 Updated and enabled Omicron daily quest 'I'll Fish It Myself' 2024-09-02 02:59:06 +08:00
Plogon Enjoyer 1747e96d27 Added the final job quests for the following jobs:
- AST
- BLM
- BRD
- DRG
- DRK
- MCH
- MNK
- NIN
- PLD
- RDM
- SAM
- SCH
- SMN
- WAR
- WHM
- DRK
- MNK
- NIN
- SAM
- SCH
- WHM
2024-09-02 01:06:46 +08:00
Plogon Enjoyer 79375ad2a4 Added "Aspected Benefic" to the list of Actions 2024-09-01 22:15:46 +08:00
Plogon Enjoyer 1627d43e4e Added conditions for "Criminal Crossings" 2024-09-01 02:15:16 +08:00
Plogon Enjoyer 913e37a84d Added conditions for "When Feathers Fly" 2024-09-01 01:54:15 +08:00
Plogon Enjoyer 0c401c6cfc Updated step to fly 2024-09-01 01:54:15 +08:00
34 changed files with 3085 additions and 40 deletions

View File

@ -0,0 +1,53 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
"Author": "liza",
"Steps": [
{
"TerritoryId": 398,
"InteractionType": "None",
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
}
],
"Groups": [
{
"Nodes": [
{
"DataId": 34382,
"Locations": [
{
"Position": {
"X": -528.8412,
"Y": -89.70924,
"Z": 458.582
}
}
]
},
{
"DataId": 34383,
"Locations": [
{
"Position": {
"X": -636.4533,
"Y": -100.1258,
"Z": 484.7436
}
}
]
},
{
"DataId": 34384,
"Locations": [
{
"Position": {
"X": -589.4542,
"Y": -100.4852,
"Z": 528.1926
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,53 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
"Author": "liza",
"Steps": [
{
"TerritoryId": 398,
"InteractionType": "None",
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
}
],
"Groups": [
{
"Nodes": [
{
"DataId": 34391,
"Locations": [
{
"Position": {
"X": -49.75243,
"Y": -31.70323,
"Z": -171.6977
}
}
]
},
{
"DataId": 34392,
"Locations": [
{
"Position": {
"X": -44.89702,
"Y": -32.39204,
"Z": -153.4274
}
}
]
},
{
"DataId": 34393,
"Locations": [
{
"Position": {
"X": -36.6049,
"Y": -31.32222,
"Z": -134.1001
}
}
]
}
]
}
]
}

View File

@ -36,7 +36,7 @@ public static class Utils
if (questSchemaFile != null)
{
SchemaRegistry.Global.Register(
new Uri("https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"),
new Uri("https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"),
JsonSchema.FromText(questSchemaFile.GetText()!.ToString()));
}

View File

@ -35,7 +35,8 @@
8578,
8579,
8580
]
],
"Fly": true
}
]
},

View File

@ -1,7 +1,6 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"Disabled": true,
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
@ -22,7 +21,48 @@
{
"Sequence": 1,
"Steps": [
{
"DataId": 2009337,
"Position": {
"X": 94.95691,
"Y": 49.05774,
"Z": 575.2803
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8584],
"RequiredQuestVariables": [null, null, [1, 2], null, null, null],
"Fly": true
},
{
"DataId": 2009338,
"Position": {
"X": 180.07166,
"Y": 47.470703,
"Z": 546.1051
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8584],
"RequiredQuestVariables": [null, null, [3, 17], null, null, null],
"Fly": true
},
{
"DataId": 2009339,
"Position": {
"X": 291.21838,
"Y": 47.501343,
"Z": 496.75732
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8584],
"RequiredQuestVariables": [null, null, [18, 19], null, null, null],
"Fly": true
}
]
},
{

View File

@ -0,0 +1,6 @@
```
0 0 x 0 0 0 |
1 2009337 -> 2009338
2 2009337 -> 2009339
3 2009338 -> 2009339
```

View File

@ -12,15 +12,40 @@
"Y": 56.113926,
"Z": 236.25537
},
"StopDistance": 7,
"TerritoryId": 612,
"InteractionType": "AcceptQuest"
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Fringes - Peering Stones",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1025120,
"Position": {
"X": -333.66907,
"Y": 43.042835,
"Z": -22.201904
},
"TerritoryId": 612,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [2, 4], null, null],
"Fly": true,
"DialogueChoices": [
{
"Type": "List",
"Prompt": "TEXT_BANANA402_03051_Q1_000_000",
"Answer": "TEXT_BANANA402_03051_A1_000_001"
}
]
},
{
"DataId": 1025062,
"Position": {
@ -30,6 +55,7 @@
},
"TerritoryId": 612,
"InteractionType": "Combat",
"RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null],
"Fly": true,
"DialogueChoices": [
{
@ -41,6 +67,25 @@
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8587]
},
{
"DataId": 1025119,
"Position": {
"X": -488.18192,
"Y": 81.128265,
"Z": -191.33289
},
"TerritoryId": 612,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [1, 2, 5], null, null],
"Fly": true,
"DialogueChoices": [
{
"Type": "List",
"Prompt": "TEXT_BANANA402_03051_Q1_000_000",
"Answer": "TEXT_BANANA402_03051_A1_000_001"
}
]
},
{
"DataId": 1025061,
"Position": {
@ -50,11 +95,7 @@
},
"TerritoryId": 612,
"InteractionType": "Combat",
"SkipConditions": {
"StepIf": {
"NotTargetable": true
}
},
"RequiredQuestVariables": [null, null, null, [3, 4], null, null],
"Fly": true,
"DialogueChoices": [
{
@ -64,32 +105,28 @@
}
],
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8586],
"$": "This NPC will become an enemy"
"KillEnemyDataIds": [8586]
},
{
"DataId": 1025119,
"DataId": 1025060,
"Position": {
"X": -488.18192,
"Y": 81.128265,
"Z": -191.33289
"X": -572.9916,
"Y": 112.44218,
"Z": -229.32788
},
"TerritoryId": 612,
"InteractionType": "Interact",
"SkipConditions": {
"StepIf": {
"NotTargetable": true
}
},
"InteractionType": "Combat",
"RequiredQuestVariables": [null, null, null, [2, 4], null, null],
"Fly": true,
"DialogueChoices": [
{
"Type": "List",
"Prompt": "TEXT_BANANA402_03051_Q1_000_000",
"Answer": "TEXT_BANANA402_03051_A1_000_001"
"Answer": "TEXT_BANANA402_03051_A1_000_002"
}
],
"$": "This NPC will not become an enemy"
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [8585]
},
{
"DataId": 1025118,
@ -100,6 +137,7 @@
},
"TerritoryId": 612,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null],
"Fly": true,
"DialogueChoices": [
{
@ -122,6 +160,7 @@
},
"TerritoryId": 612,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Fringes - Peering Stones",
"Fly": true
},
{

View File

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

View File

@ -21,6 +21,32 @@
{
"Sequence": 1,
"Steps": [
{
"DataId": 1025066,
"Position": {
"X": -155.90149,
"Y": 66.2623,
"Z": -366.93372
},
"TerritoryId": 612,
"InteractionType": "Emote",
"Emote": "rally",
"Fly": true,
"RequiredQuestVariables": [null, null, [16], null, null, null]
},
{
"DataId": 1025064,
"Position": {
"X": 185.62585,
"Y": 68.93902,
"Z": -372.15234
},
"TerritoryId": 612,
"InteractionType": "Emote",
"RequiredQuestVariables": [null, [1, 17], null, null, null, null],
"Emote": "soothe",
"Fly": true
},
{
"DataId": 1025063,
"Position": {
@ -30,6 +56,7 @@
},
"TerritoryId": 612,
"InteractionType": "Emote",
"RequiredQuestVariables": [null, [2, 18], null, null, null, null],
"Emote": "soothe",
"Fly": true
},
@ -42,6 +69,7 @@
},
"TerritoryId": 612,
"InteractionType": "Emote",
"RequiredQuestVariables": [null, null, [32], null, null, null],
"Emote": "rally",
"Fly": true
}
@ -58,6 +86,7 @@
},
"TerritoryId": 612,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Fringes - Peering Stones",
"Fly": true
},
{

View File

@ -0,0 +1,7 @@
```
0 0 x x 0 0 | 1025063 1025064 1025065 1025066
1 16 x x
2 16 x x
1 32 x x
2 32 x x
```

View File

@ -1,7 +1,6 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"Disabled": true,
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
@ -22,7 +21,34 @@
{
"Sequence": 1,
"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"
}
]
},
{

View File

@ -0,0 +1,194 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1024771,
"Position": {
"X": 12.008789,
"Y": 55.97821,
"Z": 237.96448
},
"TerritoryId": 612,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1024903,
"Position": {
"X": 111.31445,
"Y": 39.096542,
"Z": 296.34546
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1021591,
"Position": {
"X": -277.82104,
"Y": 258.90652,
"Z": 782.77246
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Peaks - Ala Ghiri"
},
{
"DataId": 1020871,
"Position": {
"X": -237.90344,
"Y": 257.71973,
"Z": 741.5731
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true
},
{
"DataId": 1021587,
"Position": {
"X": -210.68134,
"Y": 257.8064,
"Z": 767.4829
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1024906,
"Position": {
"X": -239.12415,
"Y": 258.90652,
"Z": 782.62
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1024908,
"Position": {
"X": -238.91058,
"Y": 266.39832,
"Z": 508.14062
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1024911,
"Position": {
"X": 10.971252,
"Y": 55.943913,
"Z": 239.88696
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Fringes - Peering Stones"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1024912,
"Position": {
"X": -92.27136,
"Y": 50.00444,
"Z": 186.29736
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 7,
"Steps": [
{
"Position": {
"X": -212.2359,
"Y": 43.672523,
"Z": -133.15985
},
"TerritoryId": 612,
"InteractionType": "WalkTo",
"Fly": true
},
{
"DataId": 2009281,
"Position": {
"X": -209.79633,
"Y": 42.70996,
"Z": -153.85675
},
"TerritoryId": 612,
"InteractionType": "Action",
"Action": "Trample",
"Land": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": 5.853586,
"Y": 55.943962,
"Z": 237.26181
},
"TerritoryId": 612,
"InteractionType": "WalkTo",
"Fly": true
},
{
"DataId": 1024911,
"Position": {
"X": 10.971252,
"Y": 55.943913,
"Z": 239.88696
},
"TerritoryId": 612,
"InteractionType": "CompleteQuest",
"Mount": false
}
]
}
]
}

View File

@ -0,0 +1,156 @@
{
"$schema": "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1012222,
"Position": {
"X": 202.38037,
"Y": -5.3999662,
"Z": -58.9151
},
"TerritoryId": 419,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Athenaeum Astrologicum"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1021255,
"Position": {
"X": -0.35101318,
"Y": 11.965101,
"Z": 45.029297
},
"TerritoryId": 419,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Athenaeum Astrologicum",
"[Ishgard] The Last Vigil"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028385,
"Position": {
"X": -48.17273,
"Y": 8.05915,
"Z": 15.762573
},
"TerritoryId": 418,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] The Last Vigil",
"[Ishgard] Aetheryte Plaza"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028386,
"Position": {
"X": 199.17603,
"Y": -5.3999653,
"Z": -57.38922
},
"TerritoryId": 419,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Athenaeum Astrologicum"
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1028388,
"Position": {
"X": -4.989685,
"Y": 27.716667,
"Z": -130.9682
},
"TerritoryId": 419,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Athenaeum Astrologicum",
"[Ishgard] Saint Reymanaud's Cathedral"
]
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1028390,
"Position": {
"X": 244.64783,
"Y": 323.99997,
"Z": -303.3036
},
"TerritoryId": 155,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1028390,
"Position": {
"X": 244.64783,
"Y": 323.99997,
"Z": -303.3036
},
"TerritoryId": 155,
"InteractionType": "Action",
"Action": "Aspected Benefic",
"DelaySecondsAtStart": 2
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1028391,
"Position": {
"X": 199.4812,
"Y": -5.3999653,
"Z": -60.44104
},
"TerritoryId": 419,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Athenaeum Astrologicum"
]
}
]
}
]
}

View File

@ -0,0 +1,155 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006752,
"Position": {
"X": 87.5105,
"Y": 18,
"Z": 113.725464
},
"TerritoryId": 131,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Weavers' Guild"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1002279,
"Position": {
"X": -196.8872,
"Y": 18.459997,
"Z": 59.952637
},
"TerritoryId": 130,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] Weavers' Guild",
"[Ul'dah] Thaumaturges' Guild"
],
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC007_03216_Q1_000_300",
"Type": "List",
"Answer": "TEXT_LUCKBC007_03216_A1_000_301"
},
{
"Prompt": "TEXT_LUCKBC007_03216_Q1_000_100",
"Type": "List",
"Answer": "TEXT_LUCKBC007_03216_A1_000_101"
}
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1001708,
"Position": {
"X": -250.3548,
"Y": 18,
"Z": 80.88806
},
"TerritoryId": 130,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1029866,
"Position": {
"X": -173.08313,
"Y": 17.999998,
"Z": 74.906494
},
"TerritoryId": 130,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1029868,
"Position": {
"X": -89.21954,
"Y": 39.99999,
"Z": 106.98096
},
"TerritoryId": 131,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1001708,
"Position": {
"X": -250.3548,
"Y": 18,
"Z": 80.88806
},
"TerritoryId": 130,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] Alchemists' Guild",
"[Ul'dah] Thaumaturges' Guild"
]
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1001708,
"Position": {
"X": -250.3548,
"Y": 18,
"Z": 80.88806
},
"TerritoryId": 130,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006752,
"Position": {
"X": 87.5105,
"Y": 18,
"Z": 113.725464
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AethernetShortcut": [
"[Ul'dah] Thaumaturges' Guild",
"[Ul'dah] Weavers' Guild"
]
}
]
}
]
}

View File

@ -0,0 +1,138 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006750,
"Position": {
"X": 16.464417,
"Y": 6.750492,
"Z": -7.3396606
},
"TerritoryId": 153,
"InteractionType": "AcceptQuest",
"Fly": true,
"AetheryteShortcut": "South Shroud - Quarrymill",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030074,
"Position": {
"X": 192.58398,
"Y": -2.539064,
"Z": 73.59424
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Archers' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1030078,
"Position": {
"X": -180.34644,
"Y": -1.2285838,
"Z": 341.6953
},
"TerritoryId": 152,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "East Shroud - Hawthorne Hut"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2010182,
"Position": {
"X": -85.160645,
"Y": 6.0578003,
"Z": 398.64185
},
"TerritoryId": 152,
"InteractionType": "Say",
"ChatMessage": {
"Key": "TEXT_LUCKBC005_03214_SYSTEM_000_999"
},
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 2010183,
"Position": {
"X": 38.376343,
"Y": 7.2785034,
"Z": 430.28906
},
"TerritoryId": 152,
"InteractionType": "Say",
"ChatMessage": {
"Key": "TEXT_LUCKBC005_03214_SYSTEM_000_999"
},
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1030081,
"Position": {
"X": 29.648315,
"Y": -18.800003,
"Z": 95.26196
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Airship Landing"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030081,
"Position": {
"X": 29.648315,
"Y": -18.800003,
"Z": 95.26196
},
"TerritoryId": 132,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,120 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "AcceptQuest",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1029861,
"Position": {
"X": -753.78046,
"Y": 123.728714,
"Z": 206.43921
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "The Churning Mists - Zenith"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2009923,
"Position": {
"X": -114.0307,
"Y": 145.09802,
"Z": -553.2159
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1029862,
"Position": {
"X": -93.27844,
"Y": 137.46214,
"Z": -534.44727
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1029863,
"Position": {
"X": 746.6697,
"Y": 69.99995,
"Z": 533.135
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Lochs - Ala Mhigan Quarter"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": 213.22748,
"Y": 222.08781,
"Z": 342.82468
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,189 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1013969,
"Position": {
"X": 104.234375,
"Y": 14.999986,
"Z": 40.787354
},
"TerritoryId": 418,
"InteractionType": "AcceptQuest",
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC012_03221_Q1_000_002",
"Type": "List",
"Answer": "TEXT_LUCKBC012_03221_A1_000_003"
}
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2009976,
"Position": {
"X": 102.92212,
"Y": 15.915161,
"Z": 39.414062
},
"TerritoryId": 418,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1030087,
"Position": {
"X": -182.51324,
"Y": 2.0332975,
"Z": -5.56958
},
"TerritoryId": 418,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] The Forgotten Knight",
"[Ishgard] Skysteel Manufactory"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1030088,
"Position": {
"X": 104.93628,
"Y": 34.72381,
"Z": 10.208252
},
"TerritoryId": 418,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Skysteel Manufactory",
"[Ishgard] The Forgotten Knight"
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1019486,
"Position": {
"X": -116.746826,
"Y": 0.6342248,
"Z": -55.832825
},
"TerritoryId": 635,
"InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Western Rhalgr's Reach"
]
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1006215,
"Position": {
"X": -227.34424,
"Y": 26.16842,
"Z": -352.98694
},
"TerritoryId": 146,
"InteractionType": "Interact",
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1030089,
"Position": {
"X": 433.31042,
"Y": 68.09681,
"Z": -184.2832
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
]
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 2009979,
"Position": {
"X": -95.10956,
"Y": 298.63428,
"Z": -212.54297
},
"TerritoryId": 155,
"InteractionType": "Say",
"ChatMessage": {
"Key": "TEXT_LUCKBC012_03221_SYSTEM_000_0160"
},
"Fly": true,
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] The Gates of Judgement (Coerthas Central Highlands)"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1013969,
"Position": {
"X": 104.234375,
"Y": 14.999986,
"Z": 40.787354
},
"TerritoryId": 418,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] The Forgotten Knight"
],
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC012_03221_Q3_000_192",
"Type": "List",
"Answer": "TEXT_LUCKBC012_03221_A3_000_193"
}
]
}
]
}
]
}

View File

@ -0,0 +1,148 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1014577,
"Position": {
"X": -154.31458,
"Y": 16.999992,
"Z": -53.3609
},
"TerritoryId": 418,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Skysteel Manufactory"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2009739,
"Position": {
"X": -116.44165,
"Y": 15.121643,
"Z": -53.574463
},
"TerritoryId": 418,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1014577,
"Position": {
"X": -154.31458,
"Y": 16.999992,
"Z": -53.3609
},
"TerritoryId": 418,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1014803,
"Position": {
"X": 484.39758,
"Y": 212.5841,
"Z": 724.2999
},
"TerritoryId": 397,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 2009740,
"Position": {
"X": 348.01245,
"Y": 158.34277,
"Z": 153.03271
},
"TerritoryId": 397,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 2009741,
"Position": {
"X": 504.72266,
"Y": 121.62964,
"Z": 162.005
},
"TerritoryId": 397,
"InteractionType": "Combat",
"Fly": true,
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [10833]
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1028096,
"Position": {
"X": 343.00745,
"Y": 158.52606,
"Z": 152.75806
},
"TerritoryId": 397,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1014577,
"Position": {
"X": -154.31458,
"Y": 16.999992,
"Z": -53.3609
},
"TerritoryId": 418,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Skysteel Manufactory"
]
}
]
}
]
}

View File

@ -0,0 +1,138 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006749,
"Position": {
"X": -30.47229,
"Y": 13.599918,
"Z": 95.26196
},
"TerritoryId": 131,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Goldsmiths' Guild"
],
"SkipConditions": {
"AethernetShortcutIf": {
"InSameTerritory": true
},
"AetheryteShortcutIf": {
"InTerritory": [130, 131]
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028409,
"Position": {
"X": 103.4104,
"Y": 118.31935,
"Z": -706.1417
},
"TerritoryId": 620,
"InteractionType": "Interact",
"AetheryteShortcut": "Peaks - Ala Gannha",
"Fly": true
},
{
"DataId": 1028410,
"Position": {
"X": 38.010254,
"Y": 118.13663,
"Z": -750.57605
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Mount": true
},
{
"DataId": 1028408,
"Position": {
"X": 55.649536,
"Y": 118.16888,
"Z": -784.2069
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028411,
"Position": {
"X": -140.67297,
"Y": 27.29529,
"Z": -408.16364
},
"TerritoryId": 146,
"InteractionType": "Interact",
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2009755,
"Position": {
"X": 64.86609,
"Y": -0.38153076,
"Z": -83.32953
},
"TerritoryId": 635,
"InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Northeastern Rhalgr's Reach"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006749,
"Position": {
"X": -30.47229,
"Y": 13.599918,
"Z": 95.26196
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Goldsmiths' Guild"
],
"SkipConditions": {
"AethernetShortcutIf": {
"InSameTerritory": true
},
"AetheryteShortcutIf": {
"InTerritory": [130, 131]
}
}
}
]
}
]
}

View File

@ -0,0 +1,197 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1010601,
"Position": {
"X": -14.755493,
"Y": 41.39178,
"Z": 258.13684
},
"TerritoryId": 137,
"InteractionType": "Interact",
"TargetTerritoryId": 137,
"AetheryteShortcut": "Eastern La Noscea - Wineport"
},
{
"DataId": 1010139,
"Position": {
"X": -33.218933,
"Y": -24.674446,
"Z": 257.98413
},
"TerritoryId": 137,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030049,
"Position": {
"X": -349.50793,
"Y": 57.270435,
"Z": -393.0572
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Outer La Noscea - Camp Overlook"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2010173,
"Position": {
"X": -310.0786,
"Y": 5.5999756,
"Z": -564.0803
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"Position": {
"X": -302.34204,
"Y": 4.9819174,
"Z": -570.3643
},
"TerritoryId": 180,
"InteractionType": "WalkTo",
"Mount": true
},
{
"Position": {
"X": -308.3169,
"Y": 5.7642717,
"Z": -571.4899
},
"TerritoryId": 180,
"InteractionType": "WalkTo"
},
{
"DataId": 2010175,
"Position": {
"X": -302.72375,
"Y": 9.750427,
"Z": -578.02704
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"Position": {
"X": -306.7621,
"Y": 5.7733507,
"Z": -570.97736
},
"TerritoryId": 180,
"InteractionType": "WalkTo"
},
{
"Position": {
"X": -302.3223,
"Y": 4.976821,
"Z": -570.7108
},
"TerritoryId": 180,
"InteractionType": "WalkTo"
},
{
"DataId": 2010180,
"Position": {
"X": -349.50793,
"Y": 57.236572,
"Z": -393.0572
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1010601,
"Position": {
"X": -14.755493,
"Y": 41.39178,
"Z": 258.13684
},
"TerritoryId": 137,
"InteractionType": "Interact",
"TargetTerritoryId": 137,
"AetheryteShortcut": "Eastern La Noscea - Wineport"
},
{
"DataId": 1010139,
"Position": {
"X": -33.218933,
"Y": -24.674446,
"Z": 257.98413
},
"TerritoryId": 137,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 2010181,
"Position": {
"X": -77.28699,
"Y": 40.97046,
"Z": -138.78088
},
"TerritoryId": 128,
"InteractionType": "Interact",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Culinarians' Guild"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030053,
"Position": {
"X": -153.67358,
"Y": -129.4397,
"Z": 264.60657
},
"TerritoryId": 129,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,93 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006747,
"Position": {
"X": -20.828613,
"Y": 29.999964,
"Z": -2.4262085
},
"TerritoryId": 131,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] The Chamber of Rule"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InTerritory": [130, 131]
},
"AethernetShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1001739,
"Position": {
"X": -94.529724,
"Y": 6.4999976,
"Z": 39.81079
},
"TerritoryId": 131,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] The Chamber of Rule",
"[Ul'dah] Gladiators' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028092,
"Position": {
"X": 213.58044,
"Y": 54.47546,
"Z": 228.19861
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true,
"AethernetShortcut": [
"[Ul'dah] Gladiators' Guild",
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1001739,
"Position": {
"X": -94.529724,
"Y": 6.4999976,
"Z": 39.81079
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Gladiators' Guild"
]
}
]
}
]
}

View File

@ -0,0 +1,176 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1023610,
"Position": {
"X": 55.313843,
"Y": 20.397943,
"Z": -676.3562
},
"TerritoryId": 156,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Mor Dhona"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028372,
"Position": {
"X": 599.23694,
"Y": 80.00001,
"Z": 623.07153
},
"TerritoryId": 621,
"InteractionType": "Interact",
"AetheryteShortcut": "Lochs - Ala Mhigan Quarter",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028374,
"Position": {
"X": 274.76917,
"Y": 10.572342,
"Z": -543.05334
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028379,
"Position": {
"X": 81.49841,
"Y": 10,
"Z": -574.2123
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true,
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC015_03224_Q1_000_100",
"Type": "List",
"Answer": "TEXT_LUCKBC015_03224_A1_000_101"
}
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1030849,
"Position": {
"X": 124.40674,
"Y": 10,
"Z": -515.58716
},
"TerritoryId": 621,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [10834, 10835],
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1028374,
"Position": {
"X": 274.76917,
"Y": 10.572342,
"Z": -543.05334
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1028376,
"Position": {
"X": -790.7988,
"Y": 78.22368,
"Z": -699.5804
},
"TerritoryId": 621,
"InteractionType": "Interact",
"AetheryteShortcut": "Lochs - Porta Praetoria",
"Fly": true
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 1028377,
"Position": {
"X": 51.346558,
"Y": 24.662476,
"Z": -787.9301
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 8,
"Steps": [
{
"DataId": 1028377,
"Position": {
"X": 51.346558,
"Y": 24.662476,
"Z": -787.9301
},
"TerritoryId": 621,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030677,
"Position": {
"X": 55.313843,
"Y": 20.397943,
"Z": -676.3562
},
"TerritoryId": 156,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Mor Dhona"
}
]
}
]
}

View File

@ -0,0 +1,118 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1022184,
"Position": {
"X": 129.71692,
"Y": 15,
"Z": -157.61047
},
"TerritoryId": 628,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Kugane",
"AethernetShortcut": [
"[Kugane] Aetheryte Plaza",
"[Kugane] Sekiseigumi Barracks"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030622,
"Position": {
"X": 39.04773,
"Y": 8,
"Z": -119.76807
},
"TerritoryId": 130,
"InteractionType": "Interact",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Adventurers' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1030057,
"Position": {
"X": -218.15833,
"Y": 31.684015,
"Z": 380.51416
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true,
"AethernetShortcut": [
"[Ul'dah] Adventurers' Guild",
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1022189,
"Position": {
"X": -312.67267,
"Y": 33.089348,
"Z": 446.5553
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1030058,
"Position": {
"X": -301.04523,
"Y": 13.9837475,
"Z": 292.8053
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030622,
"Position": {
"X": 39.04773,
"Y": 8,
"Z": -119.76807
},
"TerritoryId": 130,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Adventurers' Guild"
]
}
]
}
]
}

View File

@ -0,0 +1,182 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006757,
"Position": {
"X": -4.4709473,
"Y": 44.999886,
"Z": -250.56848
},
"TerritoryId": 128,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2009742,
"Position": {
"X": 69.565796,
"Y": 17.807251,
"Z": 234.88208
},
"TerritoryId": 153,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [10832],
"AetheryteShortcut": "South Shroud - Camp Tranquil",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1031208,
"Position": {
"X": 206.80542,
"Y": -3.065022,
"Z": 43.83911
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 5,
"Steps": [
{
"Position": {
"X": -277.67575,
"Y": 64.18076,
"Z": -163.79219
},
"TerritoryId": 180,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Outer La Noscea - Camp Overlook",
"Fly": true
},
{
"DataId": 1028097,
"Position": {
"X": -276.56976,
"Y": 64.43479,
"Z": -161.18109
},
"TerritoryId": 180,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 1031208,
"Position": {
"X": 206.80542,
"Y": -3.065022,
"Z": 43.83911
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 8,
"Steps": [
{
"DataId": 1028373,
"Position": {
"X": 207.53784,
"Y": -3.049824,
"Z": 43.22876
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,111 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006756,
"Position": {
"X": -16.891846,
"Y": 10.17425,
"Z": -246.87573
},
"TerritoryId": 133,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Mih Khetto's Amphitheatre"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028406,
"Position": {
"X": 43.289795,
"Y": -8,
"Z": 108.62891
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Gridania] Mih Khetto's Amphitheatre",
"[Gridania] Aetheryte Plaza"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2011356,
"Position": {
"X": 58.304688,
"Y": -0.015319824,
"Z": 84.27551
},
"TerritoryId": 635,
"InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1024112,
"Position": {
"X": 796.933,
"Y": 69.9999,
"Z": 634.76
},
"TerritoryId": 621,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1028406,
"Position": {
"X": 43.289795,
"Y": -8,
"Z": 108.62891
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006756,
"Position": {
"X": -16.891846,
"Y": 10.17425,
"Z": -246.87573
},
"TerritoryId": 133,
"InteractionType": "AcceptQuest",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Mih Khetto's Amphitheatre"
]
}
]
}
]
}

View File

@ -0,0 +1,194 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006746,
"Position": {
"X": 460.65454,
"Y": 8.309061,
"Z": 74.47925
},
"TerritoryId": 137,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
},
"Fly": true,
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC003_03212_Q1_000_000",
"Type": "List",
"Answer": "TEXT_LUCKBC003_03212_A1_000_001"
}
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"Position": {
"X": 219.98953,
"Y": 7.9999647,
"Z": 683.2227
},
"TerritoryId": 135,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks",
"Fly": true
},
{
"DataId": 1023885,
"Position": {
"X": 217.30359,
"Y": 7.999984,
"Z": 686.427
},
"TerritoryId": 135,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 226.71358,
"Y": 8.000019,
"Z": 671.0062
},
"TerritoryId": 135,
"InteractionType": "WalkTo",
"Mount": true
},
{
"DataId": 1030042,
"Position": {
"X": 425.10107,
"Y": 61.22168,
"Z": -42.404846
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2010149,
"Position": {
"X": 345.3573,
"Y": 58.457275,
"Z": -63.523376
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true
},
{
"DataId": 2010150,
"Position": {
"X": 369.43604,
"Y": 64.59143,
"Z": -88.85327
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true
},
{
"DataId": 2010151,
"Position": {
"X": 360.95215,
"Y": 69.90149,
"Z": -119.06616
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1030042,
"Position": {
"X": 425.10107,
"Y": 61.22168,
"Z": -42.404846
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1030044,
"Position": {
"X": 435.8739,
"Y": 66.317635,
"Z": -276.56976
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1030046,
"Position": {
"X": 433.9818,
"Y": 66.317635,
"Z": -277.48535
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"DelaySecondsAtStart": 2
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006746,
"Position": {
"X": 460.65454,
"Y": 8.309061,
"Z": 74.47925
},
"TerritoryId": 137,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"Fly": true
}
]
}
]
}

View File

@ -0,0 +1,126 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"Position": {
"X": -137.7745,
"Y": 10.010047,
"Z": 278.79453
},
"TerritoryId": 153,
"InteractionType": "WalkTo",
"AetheryteShortcut": "South Shroud - Camp Tranquil",
"Fly": true
},
{
"DataId": 1006751,
"Position": {
"X": -139.45221,
"Y": 8.712891,
"Z": 281.69678
},
"TerritoryId": 153,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028418,
"Position": {
"X": -242.26752,
"Y": -4,
"Z": 1.2054443
},
"TerritoryId": 133,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Conjurers' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028419,
"Position": {
"X": -19.058533,
"Y": -32.58833,
"Z": 307.1488
},
"TerritoryId": 148,
"InteractionType": "Interact",
"AetheryteShortcut": "Central Shroud - Bentbranch Meadows",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028423,
"Position": {
"X": -62.974,
"Y": -36.839226,
"Z": 473.3806
},
"TerritoryId": 148,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1028424,
"Position": {
"X": -19.85205,
"Y": -34.365856,
"Z": 416.76965
},
"TerritoryId": 148,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": -137.7745,
"Y": 10.010047,
"Z": 278.79453
},
"TerritoryId": 153,
"InteractionType": "WalkTo",
"AetheryteShortcut": "South Shroud - Camp Tranquil",
"Fly": true
},
{
"DataId": 1006751,
"Position": {
"X": -139.45221,
"Y": 8.712891,
"Z": 281.69678
},
"TerritoryId": 153,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -30,6 +30,12 @@
"TerritoryId": 960,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [1], null, null],
"AetheryteShortcut": "Ultima Thule - Reah Tahra",
"SkipConditions": {
"AetheryteShortcutIf": {
"RequiredQuestVariablesNotMet": true
}
},
"Fly": true
},
{
@ -41,8 +47,9 @@
},
"TerritoryId": 960,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [1], null, null],
"Fly": true
"RequiredQuestVariables": [null, null, null, [17], null, null],
"Fly": true,
"$": "It's the only pair that increases the significant element by 16"
},
{
"DataId": 1044054,
@ -54,6 +61,12 @@
"TerritoryId": 960,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [2], null, null],
"AetheryteShortcut": "Ultima Thule - Abode of the Ea",
"SkipConditions": {
"AetheryteShortcutIf": {
"RequiredQuestVariablesNotMet": true
}
},
"Fly": true
},
{
@ -78,6 +91,12 @@
"TerritoryId": 960,
"InteractionType": "Interact",
"RequiredQuestVariables": [null, null, null, [3], null, null],
"AetheryteShortcut": "Ultima Thule - Base Omicron",
"SkipConditions": {
"AetheryteShortcutIf": {
"RequiredQuestVariablesNotMet": true
}
},
"Fly": true
},
{

View File

@ -1,7 +1,6 @@
{
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"Disabled": true,
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
@ -18,9 +17,66 @@
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2013074,
"Position": {
"X": 304.3412,
"Y": 483.48206,
"Z": 143.11438
},
"TerritoryId": 960,
"InteractionType": "Interact",
"TargetTerritoryId": 1073,
"$": "Without this step, there are times where it doesn't confirm automatically"
},
{
"TerritoryId": 1073,
"InteractionType": "None",
"RequiredGatheredItems": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 38287,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 38311,
"ItemCount": 3
}
]
},
{
"DataId": 1044057,
"Position": {
"X": 490.2876,
"Y": 436.9998,
"Z": 312.3064
},
"TerritoryId": 960,
"InteractionType": "Interact",
"AetheryteShortcut": "Ultima Thule - Base Omicron",
"Mount": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 2013072,
"Position": {
"X": 456.65674,
"Y": 438.04077,
"Z": 310.2312
},
"TerritoryId": 960,
"InteractionType": "Interact",
"TargetTerritoryId": 960,
"Mount": true
},
{
"DataId": 1043417,
"Position": {
@ -29,7 +85,8 @@
"Z": 148.11926
},
"TerritoryId": 960,
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"Mount": true
}
]
}

View File

@ -1,7 +1,6 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"Disabled": true,
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
@ -18,9 +17,66 @@
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2013074,
"Position": {
"X": 304.3412,
"Y": 483.4821,
"Z": 143.1448
},
"TerritoryId": 960,
"InteractionType": "Interact",
"TargetTerritoryId": 1073
},
{
"TerritoryId": 1073,
"InteractionType": "None",
"RequiredGatheredItems": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 38292,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 38316,
"ItemCount": 3
}
]
},
{
"DataId": 1044070,
"Position": {
"X": 132.34143,
"Y": 269.00006,
"Z": -654.6273
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Ultima Thule - Abode of the Ea"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 2013072,
"Position": {
"X": 456.65674,
"Y": 438.04077,
"Z": 310.2312
},
"TerritoryId": 960,
"InteractionType": "Interact",
"TargetTerritoryId": 960,
"AetheryteShortcut": "Ultima Thule - Base Omicron",
"Mount": true
},
{
"DataId": 1043417,
"Position": {
@ -29,7 +85,8 @@
"Z": 148.11926
},
"TerritoryId": 960,
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"Mount": true
}
]
}

View File

@ -0,0 +1,205 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 2013072,
"Position": {
"X": 456.65674,
"Y": 438.04077,
"Z": 310.2312
},
"TerritoryId": 960,
"InteractionType": "Interact",
"TargetTerritoryId": 960,
"Mount": true,
"AetheryteShortcut": "Ultima Thule - Base Omicron",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
},
{
"DataId": 1043951,
"Position": {
"X": 303.8529,
"Y": 481.99442,
"Z": 154.83325
},
"TerritoryId": 960,
"InteractionType": "AcceptQuest",
"Fly": true
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1043865,
"Position": {
"X": 301.8081,
"Y": 482.13644,
"Z": 165.02625
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Mount": true,
"TargetTerritoryId": 960,
"DialogueChoices": [
{
"Prompt": "TEXT_BANOMI004_04604_Q5_000_000",
"Type": "YesNo",
"Yes": true
}
]
},
{
"DataId": 1043586,
"Position": {
"X": 205.3711,
"Y": 567.4998,
"Z": 246.72314
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1043559,
"Position": {
"X": -573.3883,
"Y": 73.033104,
"Z": 212.78699
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Ultima Thule - Reah Tahra"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1011935,
"Position": {
"X": -285.63367,
"Y": 39.04305,
"Z": 53.72693
},
"TerritoryId": 398,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"TerritoryId": 398,
"InteractionType": "None",
"RequiredGatheredItems": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 38279,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 38303,
"ItemCount": 3
}
]
},
{
"DataId": 2013072,
"Position": {
"X": 456.65674,
"Y": 438.04077,
"Z": 310.2312
},
"TerritoryId": 960,
"InteractionType": "Interact",
"TargetTerritoryId": 960,
"Mount": true,
"AetheryteShortcut": "Ultima Thule - Base Omicron",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
},
{
"DataId": 1043865,
"Position": {
"X": 301.8081,
"Y": 482.13644,
"Z": 165.02625
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Fly": true,
"TargetTerritoryId": 960
},
{
"DataId": 1043585,
"Position": {
"X": 203.84521,
"Y": 567.4998,
"Z": 246.87573
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1043864,
"Position": {
"X": 244.83093,
"Y": 564.8203,
"Z": 261.76843
},
"TerritoryId": 960,
"InteractionType": "Interact",
"Fly": true,
"TargetTerritoryId": 960,
"DialogueChoices": [
{
"Prompt": "TEXT_BANOMI004_04604_Q4_000_000",
"Type": "YesNo",
"Yes": true
}
]
},
{
"DataId": 1043951,
"Position": {
"X": 303.8529,
"Y": 481.99442,
"Z": 154.83325
},
"TerritoryId": 960,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -1,13 +1,16 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"$id": "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json",
"title": "Questionable V1",
"description": "A series of quest sequences",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"const": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"
"enum":[
"https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"
]
},
"Author": {
"description": "Author of the quest sequence",
@ -869,8 +872,10 @@
"Cure II",
"Esuna",
"Physick",
"Aspected Benefic",
"Buffet (Sanuwa)",
"Buffet (Griffin)",
"Trample",
"Fumigate",
"Siphon Snout",
"Cannonfire",

View File

@ -13,8 +13,10 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.Cure2, "Cure II" },
{ EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" },
{ EAction.AspectedBenefic, "Aspected Benefic" },
{ EAction.BuffetSanuwa, "Buffet (Sanuwa)" },
{ EAction.BuffetGriffin, "Buffet (Griffin)" },
{ EAction.Trample, "Trample" },
{ EAction.Fumigate, "Fumigate" },
{ EAction.SiphonSnout, "Siphon Snout" },
{ EAction.Cannonfire, "Cannonfire" },

View File

@ -12,8 +12,10 @@ public enum EAction
Cure2 = 135,
Esuna = 7568,
Physick = 190,
AspectedBenefic = 3595,
BuffetSanuwa = 4931,
BuffetGriffin = 4583,
Trample = 4585,
Fumigate = 5872,
MagitekPulse = 8624,
MagitekThunder = 8625,
@ -50,6 +52,7 @@ public static class EActionExtensions
return action
is EAction.BuffetSanuwa
or EAction.BuffetGriffin
or EAction.Trample
or EAction.Fumigate
or EAction.SiphonSnout
or EAction.Cannonfire