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

File Contents

# Content
1 object spell_sunspear
2 inherit type_spell
3 name sunspear
4 name_pl sunspears
5 slaying undead,troll
6 skill praying
7 msg
8 This special prayer of Valriel will smite enemies with a bolt
9 of blindness and heat.
10
11 This spell is granted at medium level.
12 endmsg
13 other_arch sunspear
14 face spell_praying.x11
15 grace 8
16 maxgrace 30
17 dam 8
18 level 22
19 type 101
20 subtype 4
21 attacktype 4194308
22 path_attuned 524288
23 value 60
24 invisible 1
25 duration 8
26 range 6
27 duration_modifier 9
28 dam_modifier 3
29 no_drop 1
30 casting_time 8
31 end
32