Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region
Made-with: Cursor
This commit is contained in:
12
world/whispering_woods/rooms/ancient_oak.toml
Normal file
12
world/whispering_woods/rooms/ancient_oak.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
10
world/whispering_woods/rooms/forest_entrance.toml
Normal file
10
world/whispering_woods/rooms/forest_entrance.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
name = "Forest Entrance"
|
||||
description = """\
|
||||
The well-maintained cobblestone of Thornwall yields to a winding dirt \
|
||||
path that disappears into the dense, dark eaves of the forest. The air \
|
||||
is cooler here, smelling of damp earth and pine needles. The city \
|
||||
gates loom to the north."""
|
||||
|
||||
[exits]
|
||||
north = "town:gate"
|
||||
south = "whispering_woods:ancient_oak"
|
||||
9
world/whispering_woods/rooms/hidden_glade.toml
Normal file
9
world/whispering_woods/rooms/hidden_glade.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "Hidden Glade"
|
||||
description = """\
|
||||
A small, sun-dappled glade, hidden away from the main path. A \
|
||||
gentle stream flows through the center, and the air is filled \
|
||||
with the sweet scent of wildflowers. It's a peaceful spot, \
|
||||
ideal for resting and reflection."""
|
||||
|
||||
[exits]
|
||||
west = "whispering_woods:ancient_oak"
|
||||
9
world/whispering_woods/rooms/misty_dell.toml
Normal file
9
world/whispering_woods/rooms/misty_dell.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "Misty Dell"
|
||||
description = """\
|
||||
A low-lying dell, filled with a thick, swirling mist. The light \
|
||||
is dim here, and the only sound is the dripping of water \
|
||||
from the trees. It's a mysterious place, where everything seems \
|
||||
distorted and surreal."""
|
||||
|
||||
[exits]
|
||||
east = "whispering_woods:ancient_oak"
|
||||
Reference in New Issue
Block a user