From 581f95051d88da54f06aedeec7a74d883f6cb2f7 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 5 Mar 2024 08:52:32 -0800 Subject: [PATCH] filter solo-extra quests by episode for consistency --- system/config.example.json | 2 +- tests/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/config.example.json b/system/config.example.json index cb86c7a5..e023072f 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -671,7 +671,7 @@ [0x04, "challenge-ep1", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"], [0x04, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"], [0x88, "solo-story", "Story", "$E$C6Quests that follow\nthe story"], - [0x08, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], + [0x88, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], [0x10, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], [0x10, "government-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"], [0x10, "government-ep4", "The Meteor Impact Incident", "$E$C6Quests that follow\nthe Episode 4\nstoryline"], diff --git a/tests/config.json b/tests/config.json index 0b15486e..fd53ba0b 100644 --- a/tests/config.json +++ b/tests/config.json @@ -190,7 +190,7 @@ [0x04, "challenge-ep1", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"], [0x04, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"], [0x88, "solo-story", "Story", "$E$C6Quests that follow\nthe Episode 1 story"], - [0x08, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], + [0x88, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], [0x10, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], [0x10, "government-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"], [0x10, "government-ep4", "The Meteor Impact Incident", "$E$C6Quests that follow\nthe Episode 4\nstoryline"],