ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_destruction.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +6 -6 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.5 object spell_destruction
2 root 1.1 name destruction
3     name_pl destruction
4 root 1.6 skill sorcery
5     msg
6 root 1.8 Destruction damages all creatures in the area. The size of the area
7     depends on the casting strength.
8    
9     Unlike most spells, destruction will work through walls and doors.
10     Thus, the caster need not see all the targets for this
11     spell to work. The damage is all magical in nature.
12 root 1.6 endmsg
13     other_arch destruction
14 root 1.4 face spell_sorcery.x11
15 elmex 1.7 sp 15
16     maxsp 20
17     dam 90
18 root 1.4 level 18
19     type 101
20     subtype 16
21 root 1.6 attacktype 2
22     path_attuned 0
23 root 1.4 value 180
24     invisible 1
25     range 5
26 elmex 1.7 range_modifier 10
27     dam_modifier 1
28 root 1.6 no_drop 1
29     casting_time 10
30 root 1.1 end
31 root 1.6