ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_stone_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_stone_golem
2 inherit type_spell
3 name summon stone golem
4 name_pl summon stone golem
5 skill summoning
6 msg
7 Summons a stone 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.
11
12 The stone golem has a finite
13 lifetime, and this life is shortened any time
14 it takes damage. This stone golem is more
15 powerful than the paper golem but has diffrent
16 weaknesses.
17 endmsg
18 other_arch stonegolem
19 face spell_summoner.x11
20 sp 120
21 maxsp 40
22 dam 200
23 level 40
24 subtype 12
25 attacktype 1
26 path_attuned 64
27 value 1
28 invisible 1
29 duration 150
30 range_modifier 15
31 duration_modifier 5
32 dam_modifier 1
33 no_drop 1
34 casting_time 10
35 end
36