Merge branch 'OverworldShuffleDev' into OverworldShuffle
This commit is contained in:
@@ -5,7 +5,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl
|
|||||||
from Regions import mark_dark_world_regions, mark_light_world_regions
|
from Regions import mark_dark_world_regions, mark_light_world_regions
|
||||||
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
||||||
|
|
||||||
__version__ = '0.2.5.1-u'
|
__version__ = '0.2.5.2-u'
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
@@ -1862,6 +1862,7 @@ default_connections = [#('Lost Woods NW', 'Master Sword Meadow SC'),
|
|||||||
isolated_regions = [
|
isolated_regions = [
|
||||||
'Death Mountain Floating Island',
|
'Death Mountain Floating Island',
|
||||||
'Mimic Cave Ledge',
|
'Mimic Cave Ledge',
|
||||||
|
'Spiral Mimic Ledge Extend',
|
||||||
'Mountain Entry Ledge',
|
'Mountain Entry Ledge',
|
||||||
'Maze Race Prize',
|
'Maze Race Prize',
|
||||||
'Maze Race Ledge',
|
'Maze Race Ledge',
|
||||||
|
|||||||
@@ -153,6 +153,13 @@
|
|||||||
easy: 1
|
easy: 1
|
||||||
hard: 1
|
hard: 1
|
||||||
expert: 0
|
expert: 0
|
||||||
|
pseudoboots:
|
||||||
|
on: 1
|
||||||
|
off: 0
|
||||||
|
startinventory:
|
||||||
|
"Pegasus Boots":
|
||||||
|
on: 0
|
||||||
|
off: 1
|
||||||
rom:
|
rom:
|
||||||
quickswap:
|
quickswap:
|
||||||
on: 1
|
on: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user