Fork of Archipelago Multi-Game Randomizer and Server that runs on https://ap.hollymcfarland.com
Go to file
LLCoolDave 3cab83f074 Improve Command Line Interface. 2017-05-21 16:30:21 +02:00
BaseClasses.py Minor bug fixes, added text to all NPCs. 2017-05-20 20:03:13 +02:00
Dungeons.py Dungeons: Place TRock keys first as it's the only dungeon that has requirements about reachability of one of its entrances, which may lead to circular issues if that entrance is blocked through a dungeon that hasn't had its keys placed yet. 2017-05-20 14:05:15 +02:00
EntranceShuffle.py Fix up minor bugs in existing algorithms. Renamed Simple to Restricted. Added new Simple algorithm that shuffles caves in pairs and only mixes up things on light world death mountain. Added madness shuffle algorithm that mixes up entrances and exits independently from each other. This about as wild as we can get right now without modifying the game logic. Only Ganon's Tower, Ganon and Link's House remain fixed for gameplay reasons. 2017-05-21 16:05:55 +02:00
Items.py Items: Added Item codes. Dungeon specific items do not seem to work yet, reverted to vanilla items. 2017-05-20 14:06:32 +02:00
LICENSE Initial commit 2017-05-15 20:25:24 +02:00
Main.py Improve Command Line Interface. 2017-05-21 16:30:21 +02:00
Regions.py Add rules to prevent reverse traversal of the TRock and SW Skulls to be required when you would get stuck in them. 2017-05-21 16:03:43 +02:00
Rules.py Add rules to prevent reverse traversal of the TRock and SW Skulls to be required when you would get stuck in them. 2017-05-21 16:03:43 +02:00
Text.py Minor bug fixes, added text to all NPCs. 2017-05-20 20:03:13 +02:00