Skip to content

Commit

Permalink
Implement Conet ink
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed Sep 25, 2020
1 parent 9d7e5f1 commit 64c475e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
12 changes: 10 additions & 2 deletions edgehead/assets/text/Knights/locations/034_conet/000_conet.egb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ A kobold is operating a large device. He is turning a huge wheel, drawing some k

A primitive writing on the entrance says "Conet".

// TODO: "There is a writing on the entrance: PICTURE"

[We] stay hidden.


Expand Down Expand Up @@ -56,7 +58,13 @@ FOR_LOCATION: $conet
COMMAND: Device >> Examine

INK:
TODO: Explain that this device is obviously what makes the quakes. There are massive stones being lifted. There are cracks in the walls and the floor, radiating from the center of the device.
The device occupies most of the room. It is made of massive redwood beams and concrete blocks, but also delicate machinery. The air smells of oiled wood and kobold sweat.

A large pillar of wood, concrete and metal stands in the center. A large spring rolls around this pillar and vibrates with strange, anxious energy. [[IF c.hasHappened(evConetDestroyed)]]This spring was being drawn by the kobold's turning of the wheel.[[ELSE]]This spring is being drawn, very slowly, by the kobold's turning of the wheel.[[ENDIF]]

Only after focusing on this centerpiece do I realize that there is a subtle symmetry in the room. Rings of cracks on the floor radiate from the pillar outward, getting feinter as they recede from the core.

This is the source of the earthquakes. I am sure of it.

[[CODE]]
c.learn(ConetFacts.sawConet);
Expand Down Expand Up @@ -95,7 +103,7 @@ The kobold is talking to himself as he's turning the wheel.

He swings his free hand as if holding a weapon. "You talkin' to me?" he says to an imaginary foe. "You talkin' to me? Who the hell do you think you're talking to?"

Another swing of hand, and a grin.
Another swing of a hand, and a grin.



Expand Down
41 changes: 38 additions & 3 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 64c475e

Please sign in to comment.