13 lines
524 B
TOML
13 lines
524 B
TOML
name = "Sunna"
|
|
description = "Sunna has a long face, with silver hair and soft brown eyes. She wears studded leather and wields a mace. Sunna seeks to prove herself to her peers."
|
|
room = "lawold:palace_village_palace_gate"
|
|
race = "race:human"
|
|
class = "class:warden"
|
|
base_attitude = "friendly"
|
|
silver = 2
|
|
copper = 5
|
|
|
|
[dialogue]
|
|
greeting = "Greetings. I am Sunna, a warden of the palace gate."
|
|
keywords = { prove = "I must prove that I am worthy of this post.", peers = "Many of my peers think I am too soft for this work." }
|