ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_call_holy_servant.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
18     subtype 12
19 root 1.8 path_attuned 64
20 root 1.1 value 60
21 root 1.8 invisible 1
22     duration 120
23     range_modifier 15
24     duration_modifier 8
25     dam_modifier 8
26 root 1.6 no_drop 1
27 root 1.8 casting_time 5
28 root 1.1 end
29 root 1.8