ProjectEQ / projecteqquests

Quest scripts for ProjectEQ
http://projecteq.net
44 stars 78 forks source link

Update itemcomments, add quest tags #1398

Closed xackery closed 2 months ago

xackery commented 4 months ago

This improves metadata of various quests.

I ran my itemcomment script, which impacts 200+ files just tagging quests for related items.

I also went through and began adding quest: prefix comments to help group and identify files. This metadata is being parsed by another one of my projects, and also is an easy way for folks to search for quests.

For multiple quests within the same file, a | pipe delimiter can be used to split the different identifiers. I was thinking comma similar to item, but quests can have commas in them.

Since all are comments it shouldn't cause any errors.

xackery commented 2 months ago

Closing for now. We can re-add later.