Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region

Made-with: Cursor
This commit is contained in:
AI Agent
2026-03-14 17:24:09 -06:00
parent 5d290a8396
commit 98967ebe59
41 changed files with 415 additions and 0 deletions

View 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"

View 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"

View 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"

View 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"