Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region

Made-with: Cursor
This commit is contained in:
AI Agent
2026-03-14 17:24:09 -06:00
parent 5d290a8396
commit 98967ebe59
41 changed files with 415 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
name = "Barkskin"
description = "Your skin becomes as hard as bark, increasing your defense for a short period."
spell_type = "heal"
heal = 0
damage_type = "magical"
cost_mana = 20
cooldown_ticks = 10
effect = "barkskin"
effect_duration = 10
effect_magnitude = 10
min_guild_level = 5

View File

@@ -0,0 +1,11 @@
name = "Entangle"
description = "Vines and branches reach out to restrain your target, reducing their ability to attack or defend."
spell_type = "offensive"
damage = 5
damage_type = "physical"
cost_mana = 15
cooldown_ticks = 3
effect = "entangled"
effect_duration = 5
effect_magnitude = 5
min_guild_level = 1

11
world/spells/thorns.toml Normal file
View File

@@ -0,0 +1,11 @@
name = "Thorns"
description = "Vicious thorns grow from your body, damaging anyone who attacks you."
spell_type = "offensive"
damage = 5
damage_type = "physical"
cost_mana = 10
cooldown_ticks = 5
effect = "thorns"
effect_duration = 10
effect_magnitude = 5
min_guild_level = 10