# FLUID Liquid asset
# NOARRR Pirate doesn't go here unless following player
# NOBACK Cannot use "back" to move away
+# ALLDIFFERENT Part of the maze all different (used in grapher only)
+# ALLALIKE Part of the maze all alike (used in grapher only)
# HCAVE Trying to get into cave
# HBIRD Trying to catch bird
# HSNAKE Trying to deal with snake
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [UPWAR], action: [goto, LOC_MISTWEST]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST], action: [goto, LOC_ALIKE1]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [EAST], action: [goto, LOC_ALIKE2]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST], action: [goto, LOC_ALIKE1]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST, OUT], action: [goto, LOC_ALIKE4]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [EAST, OUT], action: [goto, LOC_ALIKE4]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [UPWAR, OUT], action: [goto, LOC_ALIKE3]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [EAST], action: [goto, LOC_ALIKE6]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [EAST], action: [goto, LOC_ALIKE3]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST], action: [goto, LOC_ALIKE5]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST], action: [goto, LOC_ALIKE6]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST], action: [goto, LOC_ALIKE7]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST, OUT], action: [goto, LOC_ALIKE9]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST], action: [goto, LOC_ALIKE8]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [UPWAR, OUT], action: [goto, LOC_ALIKE10]},
up. The maze continues at this level.
short: 'You''re at brink of pit.'
maptag: !!null
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
travel: [
{verbs: [DOWN, CLIMB], action: [goto, LOC_BIRDCHAMBER]},
{verbs: [WEST], action: [goto, LOC_ALIKE10]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {NOARRR: true, DEEP: true}
+ conditions: {NOARRR: true, DEEP: true, ALLALIKE: true}
travel: [
{verbs: [EAST, OUT], action: [goto, LOC_PITBRINK]},
]
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [NORTH], action: [goto, LOC_ALIKE1]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true}
+ conditions: {DEEP: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [WEST, OUT], action: [goto, LOC_ALIKE11]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [SOUTH, OUT], action: [goto, LOC_ALIKE3]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
travel: [
{verbs: [SOUTH], action: [goto, LOC_PITBRINK]},
{verbs: [EAST], action: [goto, LOC_ALIKE13]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
travel: [
{verbs: [NORTH], action: [goto, LOC_PITBRINK]},
{verbs: [WEST], action: [goto, LOC_ALIKE12]},
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {NOARRR: true, DEEP: true}
+ conditions: {NOARRR: true, DEEP: true, ALLALIKE: true}
travel: [
{verbs: [EAST, OUT], action: [goto, LOC_ALIKE12]},
]
long: 'Dead end'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOARRR: true}
+ conditions: {DEEP: true, NOARRR: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [UPWAR, OUT], action: [goto, LOC_ALIKE8]},
long: 'You are in a maze of twisty little passages, all alike.'
short: !!null
maptag: 'Maze all alike.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLALIKE: true}
hints: [*maze]
travel: [
{verbs: [UPWAR, DOWN], action: [goto, LOC_ALIKE4]},
long: 'You are in a maze of twisty little passages, all different.'
short: !!null
maptag: 'Maze all different'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [SOUTH], action: [goto, LOC_DIFFERENT3]},
{verbs: [SW], action: [goto, LOC_DIFFERENT4]},
having done so you would be unable to reach it to climb back up.
short: 'You''re at top of stalactite.'
maptag: !!null
- conditions: {DEEP: true}
+ conditions: {DEEP: true, ALLALIKE: true}
travel: [
{verbs: [NORTH], action: [goto, LOC_SECRET2]},
{verbs: [DOWN, JUMP, CLIMB], cond: [pct, 40],
long: 'You are in a little maze of twisting passages, all different.'
short: !!null
maptag: 'Maze all different'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [SW], action: [goto, LOC_DIFFERENT3]},
{verbs: [NORTH], action: [goto, LOC_DIFFERENT4]},
long: 'Dead end'
short: !!null
maptag: !!null
- conditions: {DEEP: true}
+ conditions: {DEEP: true, ALLALIKE: true}
travel: [
{verbs: [SE], action: [goto, LOC_ALIKE13]},
]
long: 'You are in a maze of twisting little passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [WEST], action: [goto, LOC_DIFFERENT1]},
{verbs: [SE], action: [goto, LOC_DIFFERENT4]},
long: 'You are in a little maze of twisty passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [NW], action: [goto, LOC_DIFFERENT1]},
{verbs: [UPWAR], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a twisting maze of little passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [UPWAR], action: [goto, LOC_DIFFERENT1]},
{verbs: [DOWN], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a twisting little maze of passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [NE], action: [goto, LOC_DIFFERENT1]},
{verbs: [NORTH], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a twisty little maze of passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [NORTH], action: [goto, LOC_DIFFERENT1]},
{verbs: [SE], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a twisty maze of little passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [EAST], action: [goto, LOC_DIFFERENT1]},
{verbs: [WEST], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a little twisty maze of passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [SE], action: [goto, LOC_DIFFERENT1]},
{verbs: [NE], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a maze of little twisting passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [DOWN], action: [goto, LOC_DIFFERENT1]},
{verbs: [EAST], action: [goto, LOC_DIFFERENT3]},
long: 'You are in a maze of little twisty passages, all different.'
short: !!null
maptag: 'Maze all different.'
- conditions: {DEEP: true, NOBACK: true}
+ conditions: {DEEP: true, NOBACK: true, ALLDIFFERENT: true}
travel: [
{verbs: [SW], action: [goto, LOC_DIFFERENT1]},
{verbs: [NW], action: [goto, LOC_DIFFERENT3]},
long: 'Dead end'
short: !!null
maptag: !!null
- conditions: {DEEP: true}
+ conditions: {DEEP: true, ALLDIFFERENT: true}
travel: [
{verbs: [NORTH, OUT], action: [goto, LOC_DIFFERENT2]},
{verbs: [SOUTH], cond: [not, VEND, VEND_BLOCKS], action: [goto, LOC_ROUGHHEWN]},