ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_lg_lightning.arc
Revision: 1.8
Committed: Thu Sep 17 08:14:47 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.7: +4 -3 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_large_lightning
2 root 1.1 name large lightning
3     name_pl large lightnings
4 root 1.6 skill pyromancy
5     msg
6 root 1.8 Creates a bolt of lightning.
7    
8     Has a longer range,
9 root 1.6 the bolt persists longer, and it does more
10 root 1.8 damage than small lightning.
11 root 1.6 endmsg
12     other_arch lightning
13 pippijn 1.2 face spell_pyromancy.x11
14 root 1.7 sp 15
15 root 1.6 maxsp 24
16 root 1.4 dam 8
17 root 1.7 level 25
18 root 1.1 type 101
19     subtype 4
20 root 1.6 attacktype 10
21     path_attuned 8
22 root 1.4 value 40
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