ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_call_holy_servant.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.7 object spell_call_holy_servant
2 root 1.12 inherit type_spell
3 root 1.1 name call holy servant
4     name_pl call holy servant
5 root 1.8 race holy servant
6     skill praying
7     msg
8 root 1.9 Summons a strong fighter from your god, whom you may direct like a golem.
9     It can be sent in various directions like any other golem, and
10 root 1.11 you get all experience from its kills.
11 root 1.8 endmsg
12 pippijn 1.4 face spell_praying.x11
13 root 1.1 grace 30
14 root 1.8 maxgrace 20
15 root 1.6 dam 0
16 root 1.10 level 12
17 root 1.1 subtype 12
18 root 1.8 path_attuned 64
19 elmex 1.14 value 1
20 root 1.8 invisible 1
21     duration 120
22     range_modifier 15
23     duration_modifier 8
24     dam_modifier 8
25 root 1.6 no_drop 1
26 root 1.8 casting_time 5
27 root 1.1 end
28 root 1.8