15 lines
383 B
TOML
15 lines
383 B
TOML
name = "Mischievous Pixie"
|
|
description = "A tiny, winged creature with a playful expression and eyes that sparkle with magic. It seems to flit about, almost invisible to the naked eye."
|
|
room = "whispering_woods:hidden_glade"
|
|
base_attitude = "friendly"
|
|
class = "class:creature"
|
|
|
|
[stats]
|
|
hp = 50
|
|
attack = 5
|
|
defense = 10
|
|
xp = 50
|
|
|
|
[dialogue]
|
|
greeting = "Tee-hee! Have you come to play?"
|