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

File Contents

# Content
1 object spell_large_lightning
2 inherit type_spell
3 name large lightning
4 name_pl large lightnings
5 skill pyromancy
6 msg
7 Creates a bolt of lightning.
8
9 Has a longer range,
10 the bolt persists longer, and it does more
11 damage than small lightning.
12 endmsg
13 other_arch lightning
14 face spell_pyromancy.x11
15 sp 15
16 maxsp 24
17 dam 8
18 level 25
19 type 101
20 subtype 4
21 attacktype 10
22 path_attuned 8
23 value 40
24 invisible 1
25 duration 16
26 range 24
27 dam_modifier 3
28 no_drop 1
29 casting_time 7
30 end
31