13 lines
442 B
TOML
13 lines
442 B
TOML
name = "The Ancient Oak"
|
|
description = """\
|
|
A massive oak tree, centuries old, dominates this clearing. Its \
|
|
thick, gnarled branches seem to reach out for the sky, and its \
|
|
trunk is covered in a layer of silvery-green moss. The air is \
|
|
still here, and the light is filtered through the dense canopy \
|
|
above."""
|
|
|
|
[exits]
|
|
north = "whispering_woods:forest_entrance"
|
|
east = "whispering_woods:hidden_glade"
|
|
west = "whispering_woods:misty_dell"
|