Closed kbarkevich closed 1 year ago
A re-do of the event quest system now that the bulk of the event quest reverse engineering is done. Turned quest storage into an easily indexable dict that could, in the future, be easily serialized and stored in a file.
dict
Added new system for quest data entry
Refactored all activated event quests
Cleaned up quest_utils.py
This looks way better. I'll try to review it, asap.
A re-do of the event quest system now that the bulk of the event quest reverse engineering is done. Turned quest storage into an easily indexable
dict
that could, in the future, be easily serialized and stored in a file.Added new system for quest data entry
Refactored all activated event quests
Cleaned up quest_utils.py