Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region
Made-with: Cursor
This commit is contained in:
7
world/town/objects/health_potion.toml
Normal file
7
world/town/objects/health_potion.toml
Normal 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
|
||||
9
world/town/objects/holy_symbol.toml
Normal file
9
world/town/objects/holy_symbol.toml
Normal 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
|
||||
8
world/town/objects/iron_sword.toml
Normal file
8
world/town/objects/iron_sword.toml
Normal 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
|
||||
8
world/town/objects/leather_armor.toml
Normal file
8
world/town/objects/leather_armor.toml
Normal 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
|
||||
4
world/town/objects/stolen_goods.toml
Normal file
4
world/town/objects/stolen_goods.toml
Normal 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"
|
||||
4
world/town/objects/thieves_key.toml
Normal file
4
world/town/objects/thieves_key.toml
Normal 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"
|
||||
Reference in New Issue
Block a user