From: Liza Date: Thu, 10 Oct 2024 07:40:03 +0000 (+0000) Subject: Fix illegal file name on Windows X-Git-Tag: v3.10~8 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=5bc0d4d80e774b1723d8c6aebc333854eb8a86ff;p=Questionable.git Fix illegal file name on Windows --- diff --git a/QuestPaths/6.x - Endwalker/Side Quests/Garlemald/4500_Operation Reactivation.json b/QuestPaths/6.x - Endwalker/Side Quests/Garlemald/4500_Operation Reactivation.json new file mode 100644 index 00000000..1332dffd --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Side Quests/Garlemald/4500_Operation Reactivation.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "goatzone", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1041755, + "Position": { + "X": -340.35254, + "Y": 22, + "Z": 502.037 + }, + "TerritoryId": 958, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1040963, + "Position": { + "X": -325.27655, + "Y": 22.462305, + "Z": 450.49194 + }, + "TerritoryId": 958, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1041760, + "Position": { + "X": 413.87048, + "Y": -18.81719, + "Z": 612.05444 + }, + "TerritoryId": 958, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 2012622, + "Position": { + "X": 413.35156, + "Y": -18.814392, + "Z": 614.43494 + }, + "TerritoryId": 958, + "InteractionType": "CompleteQuest", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_AKTKZC103_04500_Q1_000_000", + "Answer": "TEXT_AKTKZC103_04500_A1_000_001" + }, + { + "Type": "List", + "Prompt": "TEXT_AKTKZC103_04500_Q2_000_000", + "Answer": "TEXT_AKTKZC103_04500_A2_000_001" + } + ] + } + ] + } + ] +} diff --git a/QuestPaths/6.x - Endwalker/Side Quests/Garlemald/4500_Operation: Reactivation.json b/QuestPaths/6.x - Endwalker/Side Quests/Garlemald/4500_Operation: Reactivation.json deleted file mode 100644 index 1332dffd..00000000 --- a/QuestPaths/6.x - Endwalker/Side Quests/Garlemald/4500_Operation: Reactivation.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "goatzone", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1041755, - "Position": { - "X": -340.35254, - "Y": 22, - "Z": 502.037 - }, - "TerritoryId": 958, - "InteractionType": "AcceptQuest" - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 1040963, - "Position": { - "X": -325.27655, - "Y": 22.462305, - "Z": 450.49194 - }, - "TerritoryId": 958, - "InteractionType": "Interact" - } - ] - }, - { - "Sequence": 2, - "Steps": [ - { - "DataId": 1041760, - "Position": { - "X": 413.87048, - "Y": -18.81719, - "Z": 612.05444 - }, - "TerritoryId": 958, - "InteractionType": "Interact", - "Fly": true - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 2012622, - "Position": { - "X": 413.35156, - "Y": -18.814392, - "Z": 614.43494 - }, - "TerritoryId": 958, - "InteractionType": "CompleteQuest", - "DialogueChoices": [ - { - "Type": "List", - "Prompt": "TEXT_AKTKZC103_04500_Q1_000_000", - "Answer": "TEXT_AKTKZC103_04500_A1_000_001" - }, - { - "Type": "List", - "Prompt": "TEXT_AKTKZC103_04500_Q2_000_000", - "Answer": "TEXT_AKTKZC103_04500_A2_000_001" - } - ] - } - ] - } - ] -}