-
Notifications
You must be signed in to change notification settings - Fork 14
Regions
Mike A. Trethewey edited this page Nov 11, 2018
·
1 revision
/region/regionName/regionSection.json
-
region
: Regions of Zebes-
regionName
: One folder perregion
-
regionSection
: One file persection
ofregion
-
-
-
Each section file has a list of
Rooms
. -
Each
Room
has a list ofNodes
. -
Each
Node
can be adoor
,item
,boss
, etc. -
Each
Node
can have access requirements within the room to reach or defeat it. -
Each
Room
has a list ofLinks
. -
Each pair of
door
/elevator
Nodes
has aLink
to all otherNodes
in theRoom
, even if it'snull
. -
Each
item
Node
receivesLinks
from door/elevatorNodes
.