You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* open mabe option
swaps east mabe rocks for bushes
* add open mabe to slot data
* use upstream overworld option
Instead of a standalone option, use upstream's "overworld" option, which we don't use yet but it leaves better space for the future
* use ladxr_setting for consistency
* newline
description='Allows BowWow to be taken into any area, damage bosses and more enemies. If enabled you always start with bowwow. Swordless option removes the swords from the game and requires you to beat the game without a sword and just bowwow.'),
Copy file name to clipboardexpand all lines: worlds/ladx/Options.py
+14-16
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ class TextShuffle(DefaultOffToggle):
57
57
58
58
classRooster(DefaultOnToggle, LADXROption):
59
59
"""
60
-
[On] Adds the rooster to the item pool.
60
+
[On] Adds the rooster to the item pool.
61
61
[Off] The rooster spot is still a check giving an item. But you will never find the rooster. In that case, any rooster spot is accessible without rooster by other means.
62
62
"""
63
63
display_name="Rooster"
@@ -70,7 +70,7 @@ class Boomerang(Choice):
70
70
[Gift] The boomerang salesman will give you a random item, and the boomerang is shuffled.
71
71
"""
72
72
display_name="Boomerang"
73
-
73
+
74
74
normal=0
75
75
gift=1
76
76
default=gift
@@ -156,7 +156,7 @@ class ShuffleSmallKeys(DungeonItemShuffle):
156
156
[Own Dungeons] The item will be within a dungeon in your world
157
157
[Own World] The item will be somewhere in your world
158
158
[Any World] The item could be anywhere
159
-
[Different World] The item will be somewhere in another world
159
+
[Different World] The item will be somewhere in another world
160
160
"""
161
161
display_name="Shuffle Small Keys"
162
162
ladxr_item="KEY"
@@ -223,7 +223,7 @@ class Goal(Choice, LADXROption):
223
223
The Goal of the game
224
224
[Instruments] The Wind Fish's Egg will only open if you have the required number of Instruments of the Sirens, and play the Ballad of the Wind Fish.
225
225
[Seashells] The Egg will open when you bring 20 seashells. The Ballad and Ocarina are not needed.
226
-
[Open] The Egg will start pre-opened.
226
+
[Open] The Egg will start pre-opened.
227
227
"""
228
228
display_name="Goal"
229
229
ladxr_name="goal"
@@ -313,15 +313,12 @@ class Bowwow(Choice):
313
313
314
314
classOverworld(Choice, LADXROption):
315
315
"""
316
-
[Dungeon Dive] Create a different overworld where all the dungeons are directly accessible and almost no chests are located in the overworld.
317
-
[Tiny dungeons] All dungeons only consist of a boss fight and a instrument reward. Rest of the dungeon is removed.
316
+
[Open Mabe] Replaces rock on the east side of Mabe Village with bushes, allowing access to Ukuku Prairie without Power Bracelet.
Note: A few places aren't patched, such as the menu and a few color dungeon tiles.
477
474
[Normal] The vanilla palette
478
475
[1-Bit] One bit of color per channel
@@ -530,7 +527,6 @@ class InGameHints(DefaultOnToggle):
530
527
display_name="In-game Hints"
531
528
532
529
533
-
534
530
classForeignItemIcons(Choice):
535
531
"""
536
532
Choose how to display foreign items.
@@ -562,6 +558,7 @@ class ForeignItemIcons(Choice):
562
558
OptionGroup("Miscellaneous", [
563
559
TradeQuest,
564
560
Rooster,
561
+
Overworld,
565
562
TrendyGame,
566
563
InGameHints,
567
564
NagMessages,
@@ -591,12 +588,12 @@ class ForeignItemIcons(Choice):
591
588
@dataclass
592
589
classLinksAwakeningOptions(PerGameCommonOptions):
593
590
logic: Logic
594
-
# 'heartpiece': DefaultOnToggle, # description='Includes heart pieces in the item pool'),
595
-
# 'seashells': DefaultOnToggle, # description='Randomizes the secret sea shells hiding in the ground/trees. (chest are always randomized)'),
596
-
# 'heartcontainers': DefaultOnToggle, # description='Includes boss heart container drops in the item pool'),
597
-
# 'instruments': DefaultOffToggle, # description='Instruments are placed on random locations, dungeon goal will just contain a random item.'),
591
+
# 'heartpiece': DefaultOnToggle, # description='Includes heart pieces in the item pool'),
592
+
# 'seashells': DefaultOnToggle, # description='Randomizes the secret sea shells hiding in the ground/trees. (chest are always randomized)'),
593
+
# 'heartcontainers': DefaultOnToggle, # description='Includes boss heart container drops in the item pool'),
594
+
# 'instruments': DefaultOffToggle, # description='Instruments are placed on random locations, dungeon goal will just contain a random item.'),
598
595
tradequest: TradeQuest# description='Trade quest items are randomized, each NPC takes its normal trade quest item, but gives a random item'),
599
-
# 'witch': DefaultOnToggle, # description='Adds both the toadstool and the reward for giving the toadstool to the witch to the item pool'),
596
+
# 'witch': DefaultOnToggle, # description='Adds both the toadstool and the reward for giving the toadstool to the witch to the item pool'),
600
597
rooster: Rooster# description='Adds the rooster to the item pool. Without this option, the rooster spot is still a check giving an item. But you will never find the rooster. Any rooster spot is accessible without rooster by other means.'),
601
598
# 'boomerang': Boomerang,
602
599
# 'randomstartlocation': DefaultOffToggle, # 'Randomize where your starting house is located'),
@@ -633,6 +630,7 @@ class LinksAwakeningOptions(PerGameCommonOptions):
0 commit comments