ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_golem.arc
Revision: 1.14
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 1 month ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# Content
1 object spell_summon_golem
2 inherit type_spell
3 name summon golem
4 name_pl summon golem
5 skill summoning
6 msg
7 Summons a magical golem that does
8 the caster's wishes. The caster can have it
9 attack other creatures, bash down doors,
10 detonate runes and so on. The golem has a finite
11 lifetime, and this life is shortened any time
12 it takes damage. This golem is a bit more
13 powerful than the lesser golem.
14 endmsg
15 other_arch golem
16 face spell_summoner.x11
17 sp 5
18 maxsp 15
19 dam 16
20 level 10
21 subtype 12
22 attacktype 1
23 path_attuned 64
24 value 1
25 invisible 1
26 duration 75
27 range_modifier 15
28 duration_modifier 5
29 dam_modifier 10
30 no_drop 1
31 casting_time 10
32 end
33