15 lines
323 B
TOML
15 lines
323 B
TOML
name = "Wealthy Aristocrat"
|
|
description = "A noble dressed in fine silks and velvet, turning their nose up at commoners."
|
|
room = "town:wealthy_district"
|
|
base_attitude = "neutral"
|
|
class = "class:peasant"
|
|
|
|
[stats]
|
|
hp = 30
|
|
attack = 2
|
|
defense = 5
|
|
xp = 15
|
|
|
|
[dialogue]
|
|
greeting = "Do you mind? I am expecting someone important."
|