ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_sunspear.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 10 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -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_sunspear
2 root 1.1 name sunspear
3     name_pl sunspears
4 root 1.7 slaying undead,troll
5     skill praying
6     msg
7     This special prayer of Valriel will smite enemies with a bolt
8 root 1.8 of blindness and heat.
9    
10     This spell is granted at medium level.
11 root 1.7 endmsg
12     other_arch sunspear
13 pippijn 1.3 face spell_praying.x11
14 root 1.1 grace 8
15 root 1.7 maxgrace 30
16 root 1.5 dam 8
17 root 1.7 level 6
18 root 1.1 type 101
19     subtype 4
20 root 1.7 attacktype 4194308
21     path_attuned 524288
22 root 1.5 value 60
23 root 1.7 invisible 1
24     duration 8
25 root 1.1 range 6
26 root 1.7 duration_modifier 9
27     dam_modifier 3
28 root 1.1 no_drop 1
29 root 1.7 casting_time 8
30 root 1.1 end
31 root 1.7