Add easy item functionality

Allows swordless medallion use everywhere, whether or not you are actually on swordless.  It also allows for retrieving the tablets with just a hammer/book and the hammer to harm ganon.
This commit is contained in:
CaitSith2
2020-09-16 22:00:27 -07:00
parent 135934e929
commit 9ac6c33ab0
4 changed files with 10 additions and 3 deletions

View File

@@ -100,9 +100,10 @@ def parse_arguments(argv, no_defaults=False):
Expert: A harder yet setting with minimum equipment and health.
''')
parser.add_argument('--item_functionality', default=defval('normal'), const='normal', nargs='?',
choices=['normal', 'hard', 'expert'],
choices=['easy', 'normal', 'hard', 'expert'],
help='''\
Select limits on item functionality to increase difficulty. (default: %(default)s)
Easy: Easy functionality. (Medallions usable without sword)
Normal: Normal functionality.
Hard: Reduced functionality.
Expert: Greatly reduced functionality.