Skip to content

Commit

Permalink
Merge 'Fix League Hint Distribution to workaround potential bug' (OoT…
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Mar 10, 2024
2 parents 726e5be + a034a4c commit 314b832
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions data/Hints/league.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,19 @@
"ToT (Right-Center)",
"ToT (Right)"
]},
"junk": {"order": 6, "weight": 0.0, "fixed": 2, "copies": 1, "priority_stones": [
"entrance": {"order": 6, "weight": 0.0, "fixed": 0, "copies": 2},
"dual": {"order": 7, "weight": 0.0, "fixed": 2, "copies": 2, "remove_stones": [
"HF (Cow Grotto)",
"HC (Storms Grotto)"
]},
"sometimes": {"order": 8, "weight": 1.0, "fixed": 5, "copies": 2, "remove_stones": [
"HF (Cow Grotto)",
"HC (Storms Grotto)"
]},
"junk": {"order": 9, "weight": 0.0, "fixed": 2, "copies": 1, "priority_stones": [
"HF (Cow Grotto)",
"HC (Storms Grotto)"
]},
"entrance": {"order": 7, "weight": 0.0, "fixed": 0, "copies": 2},
"dual": {"order": 8, "weight": 0.0, "fixed": 2, "copies": 2},
"sometimes": {"order": 9, "weight": 1.0, "fixed": 5, "copies": 2},
"random": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2},
"item": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2},
"song": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2},
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '8.0.23'
__version__ = '8.0.24'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 0
Expand Down

0 comments on commit 314b832

Please sign in to comment.