ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_sunspear.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:56 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.6 object spell_sunspear
2 root 1.10 inherit type_spell
3 root 1.1 name sunspear
4     name_pl sunspears
5 root 1.7 slaying undead,troll
6     skill praying
7     msg
8     This special prayer of Valriel will smite enemies with a bolt
9 root 1.8 of blindness and heat.
10    
11     This spell is granted at medium level.
12 root 1.7 endmsg
13     other_arch sunspear
14 pippijn 1.3 face spell_praying.x11
15 root 1.1 grace 8
16 root 1.7 maxgrace 30
17 root 1.5 dam 8
18 root 1.9 level 22
19 root 1.1 subtype 4
20 root 1.7 attacktype 4194308
21     path_attuned 524288
22 elmex 1.12 value 1
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