Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tickets: remove need to setup end mission triggers #243

Merged
merged 6 commits into from
Sep 2, 2023

Conversation

jtoppins
Copy link
Owner

With the ability to call the same set of functions the mission editor can call we are able to eliminate the need for campaign designers to setup end mission triggered on flags.

The markdown documentation generation in the Template class is rather
common and makes more sense to put it in the Check class so it can be
used by other systems.
With the ability to call the same set of functions the mission editor
can call we are able to eliminate the need for campaign designers to
setup end mission triggered on flags.
Instead of using the custom timing use the Timer class that is commonly
tested.
The Check class provides the ability to embed documentation that can be
auto generated. The class also provides a wide verity of types it
already checks for without having to write these check functions over
and over again.
Before this change the whole ticket configuration would be saved to the
state file. This made modifying the ticket configuration impossible mid
campaign which makes campaign balancing an issue. With this change only
the current ticket count and the original ticket start values are saved
to the state file. All modifiers and difficulty can be modified by
stopping the server, modifying the difficulty, and reloading the state
file.
@jtoppins jtoppins merged commit ec3f44e into master Sep 2, 2023
2 of 3 checks passed
@jtoppins jtoppins deleted the feature-tickets-endmission branch September 2, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant