Skip to content

Commit

Permalink
Prep for Reservoir
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed Jan 21, 2020
1 parent b8b8b8c commit b56eb35
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ APPROACH: $elevator_28 FROM $gods_lair
COMMAND: Go >> to the elevator
DESCRIPTION: $NONE

// ---
APPROACH: $elevator_28 FROM $junction
COMMAND: Go >> to the elevator
DESCRIPTION: $NONE

// ---
ROOM: $elevator_28

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ---
APPROACH: $junction FROM $elevator_28
COMMAND: Go >> west
DESCRIPTION: $NONE

// ---
APPROACH: $junction FROM $reservoir
COMMAND: Go >> up
DESCRIPTION: $NONE

// ---
ROOM: $junction

POS: 27, 45

DESCRIPTION:
A place of increased orc foot traffic. [We] stay hidden.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// ---
APPROACH: $reservoir FROM $junction
COMMAND: Go >> down
DESCRIPTION: $NONE

// ---
ROOM: $reservoir

POS: 25, 48

FLAGS: $IDLE

DESCRIPTION:
A filthy pool covered with a layer of green sludge.



NOTES:
TODO: write the action that describes the dam
TODO: write the action that opens the dam
63 changes: 63 additions & 0 deletions edgehead/lib/writers_input.compiled.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b56eb35

Please sign in to comment.