From f916d464ede9606daf57b33cdf9aff1eccb94808 Mon Sep 17 00:00:00 2001 From: meflin2 Date: Sat, 28 Jan 2012 20:45:09 +0000 Subject: [PATCH] spell balance change git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@16876 282e977c-c81d-0410-88c4-b93c2d0d6712 --- spell/Golem/spell_golem.arc | 4 ++-- spell/Golem/spell_lesser_golem.arc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spell/Golem/spell_golem.arc b/spell/Golem/spell_golem.arc index 0476e1e28..c2f2bdf89 100644 --- a/spell/Golem/spell_golem.arc +++ b/spell/Golem/spell_golem.arc @@ -9,7 +9,7 @@ casting_time 10 path_attuned 64 other_arch golem dam 40 -dam_modifier 5 +dam_modifier 2 duration 75 duration_modifier 5 range_modifier 20 @@ -21,7 +21,7 @@ attacktype 1 no_drop 1 invisible 1 skill summoning -wc_increase_rate 4 +wc_increase_rate 2 msg Golem summons a magical creature that does the caster's wishes. The caster can have it attack other creatures, bash down doors, detonate runes, etc. The golem has a finite lifetime, and this life is shortened any time it takes damage. This golem is a bit more powerful than the lesser golem. endmsg diff --git a/spell/Golem/spell_lesser_golem.arc b/spell/Golem/spell_lesser_golem.arc index b9d4e3d53..8e0b2ae49 100644 --- a/spell/Golem/spell_lesser_golem.arc +++ b/spell/Golem/spell_lesser_golem.arc @@ -13,7 +13,7 @@ path_attuned 64 other_arch golem dam 20 duration 75 -duration_modifier 5 +duration_modifier 2 range_modifier 10 maxsp 15 type 101 @@ -23,7 +23,7 @@ attacktype 1 no_drop 1 invisible 1 skill summoning -wc_increase_rate 5 +wc_increase_rate 2 msg Lesser golem summons a magical creature that does the caster's wishes. The caster can have it attack other creatures, bash down doors, detonate runes, etc. The golem has a finite lifetime, and this life is shortened any time it takes damage. endmsg