ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_call_holy_servant.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.7 object spell_call_holy_servant
2 root 1.1 name call holy servant
3     name_pl call holy servant
4 root 1.8 race holy servant
5     skill praying
6     msg
7 root 1.9 Summons a strong fighter from your god, whom you may direct like a golem.
8     It can be sent in various directions like any other golem, and
9 root 1.11 you get all experience from its kills.
10 root 1.8 endmsg
11 pippijn 1.4 face spell_praying.x11
12 root 1.1 grace 30
13 root 1.8 maxgrace 20
14 root 1.6 dam 0
15 root 1.10 level 12
16 root 1.1 type 101
17     subtype 12
18 root 1.8 path_attuned 64
19 root 1.1 value 60
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