diff --git a/resources/parsers/other.py b/resources/parsers/other.py index decdfaf11dd269e8dad1e5901c8834bb2f97ee07..01ad64578875e044cb2b33a93460bc4e4b87ec00 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, )