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,14 @@
name = "Mischievous Pixie"
description = "A tiny, winged creature with a playful expression and eyes that sparkle with magic. It seems to flit about, almost invisible to the naked eye."
room = "whispering_woods:hidden_glade"
base_attitude = "friendly"
class = "class:creature"
[stats]
hp = 50
attack = 5
defense = 10
xp = 50
[dialogue]
greeting = "Tee-hee! Have you come to play?"

View File

@@ -0,0 +1,14 @@
name = "Ancient Treant"
description = "A massive, tree-like creature with bark-like skin and branches that move like limbs. Its eyes are deep, wisdom-filled pools of light."
room = "whispering_woods:ancient_oak"
base_attitude = "neutral"
class = "class:creature"
[stats]
hp = 500
attack = 25
defense = 20
xp = 1000
[dialogue]
greeting = "The forest remembers... and it watches."

View File

@@ -0,0 +1,8 @@
name = "Magic Mushroom"
description = "A small, glowing mushroom with a sweet, earthy scent. It seems to pulse with a faint light."
room = "whispering_woods:hidden_glade"
kind = "consumable"
[stats]
hp_restore = 20
mana_restore = 10

View File

@@ -0,0 +1,10 @@
name = "Elderwood Staff"
description = "A gnarled staff made from the wood of an ancient oak tree. It's cool to the touch and seems to hum with a faint energy."
room = "whispering_woods:ancient_oak"
slot = "main_hand"
kind = "weapon"
[stats]
attack = 15
defense = 5
mana_bonus = 20

View File

@@ -0,0 +1,2 @@
name = "Whispering Woods"
description = "An ancient, misty forest where the trees seem to watch your every move."

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"