Skip to content

Commit

Permalink
[config] Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Jul 19, 2024
1 parent 3e1c36b commit a079d39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config-template.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
key_set = 'mixed'
# Which key set to use in order to complete the ecnounter.
# mixed - cone, cylinder, prism
# double - sphere, pyramid, cube
# If not present, defaults to mixed.

# You want to use mixed key set because this set always solves rooms in 6 steps
# and dissection in 4-6 steps.
# Use double only when you are doing challenge.
# To complete the challenge, you can use mixed-double-mixed or double-mixed-double;
# the former is easier.
# There are actually two double key sets,
# the script determines the best by checking the number of steps required.
# The script always prints the final 3D shapes from left to right at the start.

is_doing_triumph = false
# Whether players are going to complete triumph on Verity encounter.
# If not present, defaults to false.
Expand Down

0 comments on commit a079d39

Please sign in to comment.