From af5770058bf5fb9347aea85bd0ddb887cbc0c1ff Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 25 May 2024 16:10:22 -0700 Subject: [PATCH] sync config files after major quest update --- system/config.example.json | 2 +- tests/config.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/system/config.example.json b/system/config.example.json index ed82fd0d..03e8c0d5 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -689,7 +689,7 @@ [0x004, "challenge-ep1", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"], [0x004, "challenge-solo-ep1", "Solo Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1\nthat you can solo"], [0x104, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"], - [0x104, "challenge-solo-ep1", "Solo Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2\nthat you can solo"], + [0x104, "challenge-solo-ep2", "Solo Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2\nthat you can solo"], [0x088, "solo-story", "Story", "$E$C6Quests that follow\nthe story"], [0x088, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], [0x010, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], diff --git a/tests/config.json b/tests/config.json index 09a02b9a..8b2e230d 100644 --- a/tests/config.json +++ b/tests/config.json @@ -190,6 +190,8 @@ }, "QuestCategories": [ + [0x081, "government-console-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], + [0x081, "government-console-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"], [0x081, "retrieval", "Retrieval", "$E$C6Quests that involve\nretrieving an object"], [0x081, "extermination", "Extermination", "$E$C6Quests that involve\ndestroying all\nmonsters"], [0x081, "events", "Events", "$E$C6Quests that are part\nof an event"], @@ -199,8 +201,10 @@ [0x081, "team", "Team", "$E$C6Quests for you\nand your team\nmembers."], [0x002, "battle", "Battle", "$E$C6Battle mode rule\nsets"], [0x004, "challenge-ep1", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"], + [0x004, "challenge-solo-ep1", "Solo Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1\nthat you can solo"], [0x104, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"], - [0x088, "solo-story", "Story", "$E$C6Quests that follow\nthe Episode 1 story"], + [0x104, "challenge-solo-ep2", "Solo Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2\nthat you can solo"], + [0x088, "solo-story", "Story", "$E$C6Quests that follow\nthe story"], [0x088, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], [0x010, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], [0x010, "government-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"],