Skip to content

Commit

Permalink
Tunc: Update plando connections description (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored Jun 16, 2024
1 parent 1d31437 commit c622240
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions worlds/tunic/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ class ShuffleLadders(Toggle):


class TunicPlandoConnections(PlandoConnections):
"""
Generic connection plando. Format is:
- entrance: "Entrance Name"
exit: "Exit Name"
percentage: 100
Percentage is an integer from 0 to 100 which determines whether that connection will be made. Defaults to 100 if omitted.
"""
entrances = {*(portal.name for portal in portal_mapping), "Shop", "Shop Portal"}
exits = {*(portal.name for portal in portal_mapping), "Shop", "Shop Portal"}

Expand Down

0 comments on commit c622240

Please sign in to comment.