From 1e06a17d3ac2461a109d9080fe051e98d4723b5d Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 12 Aug 2020 16:20:10 -0400 Subject: [PATCH] Update quest item filtering for endgame --- resources/parsers/other.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/parsers/other.py b/resources/parsers/other.py index decdfaf..01ad645 100644 --- a/resources/parsers/other.py +++ b/resources/parsers/other.py @@ -34,7 +34,16 @@ class QuestItemParser(): self.filter_file.write('\n') self.template.quest_item( - class_text=['Quest', 'Quest Items'], + description='General Quest Items', + class_text=['Quest', 'Quest Items', 'Pantheon Soul'], + ) + + self.template.quest_item( + description='Atlas Quest Items', + class_text='Watchstone', + border_color=None, + background_color=None, + text_color=None, ) -- GitLab