15 lines
325 B
TOML
15 lines
325 B
TOML
name = "Zarok the Enchanter"
|
|
description = "An eccentric old man with a wild beard, smelling of sulfur and ozone."
|
|
room = "town:magic_shop"
|
|
base_attitude = "neutral"
|
|
class = "class:mage"
|
|
|
|
[stats]
|
|
hp = 60
|
|
attack = 15
|
|
defense = 5
|
|
xp = 150
|
|
|
|
[dialogue]
|
|
greeting = "Ah! Browsing the arcane, are we? Don't touch the glowing jars."
|