Skip to content

Commit 3fea9a4

Browse files
zig-forFlySniper
authored andcommitted
LADX: Add rooster option (ArchipelagoMW#2021)
1 parent 4862f52 commit 3fea9a4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

worlds/ladx/Options.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ class TradeQuest(DefaultOffToggle, LADXROption):
4242
"""
4343
ladxr_name = "tradequest"
4444

45+
class Rooster(DefaultOnToggle, LADXROption):
46+
"""
47+
[On] Adds the rooster to the item pool.
48+
[Off] 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.
49+
"""
50+
ladxr_name = "rooster"
51+
4552
class Boomerang(Choice):
4653
"""
4754
[Normal] requires Magnifying Lens to get the boomerang.
@@ -380,7 +387,7 @@ class Palette(Choice):
380387
# 'instruments': DefaultOffToggle, # description='Instruments are placed on random locations, dungeon goal will just contain a random item.'),
381388
'tradequest': TradeQuest, # description='Trade quest items are randomized, each NPC takes its normal trade quest item, but gives a random item'),
382389
# 'witch': DefaultOnToggle, # description='Adds both the toadstool and the reward for giving the toadstool to the witch to the item pool'),
383-
# 'rooster': DefaultOnToggle, # 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.'),
390+
'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.'),
384391
# 'boomerang': Boomerang,
385392
# 'randomstartlocation': DefaultOffToggle, # 'Randomize where your starting house is located'),
386393
'experimental_dungeon_shuffle': DungeonShuffle, # 'Randomizes the dungeon that each dungeon entrance leads to'),

0 commit comments

Comments
 (0)