terrarium-earth / Heracles

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

[Feature Request]: Quest Types and Chapter Dependencies #198

Open Kazuhiko-Gushiken opened 8 months ago

Kazuhiko-Gushiken commented 8 months ago

Is your feature request related to a problem?

Setting dependencies for finished quest chapters to a single completion quest can be extremely tedious when the chapter contains branched quests like a food chapter where there is no single final quest at the end of a line.

Also being able to set an entire quest chapter as a single dependency.

Solution(s)

In the settings of a quest, by default it's made to be a "regular" quest.

In the settings of individual quests, there's a selector to change quest type (names can be changed, just using an example):

"Regular" is, well, regular. How quests are currently made to be by default.

"Optional" is, well optional (and thus in the quest chapter dependency is ignored within the overall chapter dependency).

"Complete" is specific to quests that mark the completeness of a quest chapter. they ignore option quests and themselves as a dependency and it would make everything so much easier.

Also, adding an entire quest chapter as a single dependency would be nice.

Describe alternatives you've considered

manually adding each quest is totally viable, just time consuming and tedious.

Mod Version

1.1.10

Mod Loader Version

1.20.1

Mod Loader

Fabric

Additional context

No response