From c6222407301925994fee0829ba6bc979954c0496 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Sat, 15 Jun 2024 23:02:48 -0400 Subject: [PATCH] Tunc: Update plando connections description (#3545) --- worlds/tunic/options.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index ff9872ab..bf1dd860 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -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"}