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, 2 months 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

# User Rev Content
1 root 1.5 object spell_summon_stone_golem
2 root 1.12 inherit type_spell
3 pippijn 1.1 name summon stone golem
4     name_pl summon stone golem
5     skill summoning
6     msg
7 root 1.11 Summons a stone golem that does
8 root 1.7 the caster's wishes. The caster can have it
9 pippijn 1.1 attack other creatures, bash down doors,
10 root 1.10 detonate runes and so on.
11 root 1.7
12     The stone golem has a finite
13 pippijn 1.1 lifetime, and this life is shortened any time
14 root 1.7 it takes damage. This stone golem is more
15 pippijn 1.1 powerful than the paper golem but has diffrent
16     weaknesses.
17     endmsg
18 root 1.6 other_arch stonegolem
19     face spell_summoner.x11
20     sp 120
21     maxsp 40
22     dam 200
23 root 1.9 level 40
24 root 1.6 subtype 12
25     attacktype 1
26     path_attuned 64
27 elmex 1.14 value 1
28 root 1.6 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 pippijn 1.1 end
36 root 1.6