17 lines
463 B
TOML
17 lines
463 B
TOML
name = "Druids Guild"
|
|
description = "Guardians of the forest and masters of nature's magic. Members focus on defense, healing, and manipulating the natural world."
|
|
max_level = 50
|
|
resource = "mana"
|
|
base_mana = 50
|
|
base_endurance = 20
|
|
spells = ["spell:entangle", "spell:barkskin", "spell:thorns", "spell:heal"]
|
|
min_player_level = 0
|
|
race_restricted = []
|
|
|
|
[growth]
|
|
hp_per_level = 5
|
|
mana_per_level = 5
|
|
endurance_per_level = 2
|
|
attack_per_level = 2
|
|
defense_per_level = 3
|