ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/spell_divine_shock.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +5 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_divine_shock
2 root 1.1 name divine shock
3     name_pl divine shock
4 root 1.7 skill praying
5     msg
6 root 1.8 The divine shock prayer is very like ball lightning,
7     however, the lightning balls have the extra sting of having
8     godpower behind them.
9    
10     This is a special prayer of Sorig granted at low level.
11 root 1.7 endmsg
12     other_arch divine_shock
13 pippijn 1.3 face spell_praying.x11
14 root 1.7 grace 3
15     maxgrace 5
16     dam 1
17     level 1
18 root 1.1 type 101
19     subtype 35
20 root 1.7 attacktype 1048584
21 root 1.1 path_attuned 131072
22     path_repelled 8
23 root 1.7 value 10
24     invisible 1
25 root 1.1 duration 1
26     duration_modifier 4
27 root 1.7 dam_modifier 3
28 root 1.1 no_drop 1
29 root 1.7 casting_time 10
30 root 1.1 end
31 root 1.7