1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 13:01:05 +00:00

Fixed styling in challenges + minor things

This commit is contained in:
Harley White 2021-02-22 22:35:59 -05:00
parent 8a3254fc67
commit 4cf96b283a
4 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,7 @@ Challenges can have fully customizable win conditions. Useful functions for deal
- inChallenge(layer, id): determine if the player is in a given challenge (or another challenge on the same layer that counts as this one).
- hasChallenge(layer, id): determine if the player has completed the challenge.
- challengeCompletions(layer, id): determine how many times the player completed the challenge.
- maxedChallenge(layer, id): determines if the player has reached the maximum completions.
- challengeEffect(layer, id): Returns the current effects of the challenge, if any.
Challenges are stored in the following format: