15 lines
381 B
TOML
15 lines
381 B
TOML
name = "Ancient Treant"
|
|
description = "A massive, tree-like creature with bark-like skin and branches that move like limbs. Its eyes are deep, wisdom-filled pools of light."
|
|
room = "whispering_woods:ancient_oak"
|
|
base_attitude = "neutral"
|
|
class = "class:creature"
|
|
|
|
[stats]
|
|
hp = 500
|
|
attack = 25
|
|
defense = 20
|
|
xp = 1000
|
|
|
|
[dialogue]
|
|
greeting = "The forest remembers... and it watches."
|