Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region
Made-with: Cursor
This commit is contained in:
8
world/whispering_woods/objects/mushroom.toml
Normal file
8
world/whispering_woods/objects/mushroom.toml
Normal 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
|
||||
10
world/whispering_woods/objects/staff.toml
Normal file
10
world/whispering_woods/objects/staff.toml
Normal 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
|
||||
Reference in New Issue
Block a user