From 4d58597e0c81cd17f54bd867a5d88e1001db4ace Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Sat, 15 Jun 2024 19:09:34 -0400 Subject: [PATCH] Update plando connections description --- worlds/tunic/options.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index cb613f9e03..743dc05d85 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -153,6 +153,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"}