terrarium-earth / Heracles

A tree style questing mod allowing creators to set completable quests for their users
MIT License
35 stars 19 forks source link

[Feature Request]: `Invisible` flag for quests to hide until complete #102

Closed sisby-folk closed 1 year ago

sisby-folk commented 1 year ago

Is your feature request related to a problem?

Many quests contain information on easter eggs and other secrets that don't have a clear "progression". These quests are best represented as quests that don't appear in a group until they're already completed.

Solution(s)

FTB quests uses an invisible flag, so one could be added here.

Describe alternatives you've considered

The existing hide flag is currently just a boolean, but it could instead be the minimum queststatus required to show the quest - effectively a "hide until" flag.

The current true value would instead be hide: "IN_PROGRESS", and the "invisible" flag from FTB would just be hide: "COMPLETED" - then just slap a legacy codec on it and call it a day.

Mod Version

1.0.5

Mod Loader Version

0.20.2

Mod Loader

No response

Additional context

No response