Files
mudserver/world/spells/thorns.toml

12 lines
277 B
TOML

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