Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region
Made-with: Cursor
This commit is contained in:
14
world/whispering_woods/npcs/pixie.toml
Normal file
14
world/whispering_woods/npcs/pixie.toml
Normal 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?"
|
||||
14
world/whispering_woods/npcs/treant.toml
Normal file
14
world/whispering_woods/npcs/treant.toml
Normal 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."
|
||||
Reference in New Issue
Block a user