ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_lg_lightning.arc
Revision: 1.11
Committed: Wed Apr 21 09:29:56 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.10: +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.5 object spell_large_lightning
2 root 1.9 inherit type_spell
3 root 1.1 name large lightning
4     name_pl large lightnings
5 root 1.6 skill pyromancy
6     msg
7 root 1.8 Creates a bolt of lightning.
8    
9     Has a longer range,
10 root 1.6 the bolt persists longer, and it does more
11 root 1.8 damage than small lightning.
12 root 1.6 endmsg
13     other_arch lightning
14 pippijn 1.2 face spell_pyromancy.x11
15 root 1.7 sp 15
16 root 1.6 maxsp 24
17 root 1.4 dam 8
18 root 1.7 level 25
19 root 1.1 subtype 4
20 root 1.6 attacktype 10
21     path_attuned 8
22 elmex 1.11 value 1
23 root 1.6 invisible 1
24     duration 16
25 root 1.1 range 24
26 root 1.6 dam_modifier 3
27 root 1.1 no_drop 1
28 root 1.6 casting_time 7
29 root 1.1 end
30 root 1.6