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

# Content
1 object spell_call_holy_servant
2 inherit type_spell
3 name call holy servant
4 name_pl call holy servant
5 race holy servant
6 skill praying
7 msg
8 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 you get all experience from its kills.
11 endmsg
12 face spell_praying.x11
13 grace 30
14 maxgrace 20
15 dam 0
16 level 12
17 type 101
18 subtype 12
19 path_attuned 64
20 value 60
21 invisible 1
22 duration 120
23 range_modifier 15
24 duration_modifier 8
25 dam_modifier 8
26 no_drop 1
27 casting_time 5
28 end
29