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,7 @@
name = "Minor Health Potion"
description = "A small glass vial filled with a bubbling red liquid."
room = "town:magic_shop"
kind = "consumable"
[stats]
hp_restore = 50

View File

@@ -0,0 +1,9 @@
name = "Sunburst Pendant"
description = "A heavy gold pendant depicting a rising sun, warm to the touch."
room = "town:inner_sanctum"
slot = "neck"
kind = "armor"
[stats]
mana_bonus = 15
defense = 2

View File

@@ -0,0 +1,8 @@
name = "Standard Iron Sword"
description = "A well-balanced, albeit unadorned, iron longsword. Standard issue for the town guard."
room = "town:armory"
slot = "main_hand"
kind = "weapon"
[stats]
attack = 10

View File

@@ -0,0 +1,8 @@
name = "Guard's Leather Armor"
description = "Sturdy boiled leather armor stamped with the crest of Thornwall."
room = "town:armory"
slot = "torso"
kind = "armor"
[stats]
defense = 8

View File

@@ -0,0 +1,4 @@
name = "Crate of Smuggled Silk"
description = "A wooden crate pried open to reveal rolls of incredibly fine, illicit silk."
room = "town:thieves_hideout"
kind = "misc"

View File

@@ -0,0 +1,4 @@
name = "Skeleton Key"
description = "An intricately carved iron key that looks like it could open almost any lock."
room = "town:thieves_hideout"
kind = "misc"