ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_cancellation.arc
(Generate patch)

Comparing deliantra/arch/spell/Bolt/spell_cancellation.arc (file contents):
Revision 1.3 by pippijn, Tue Jan 2 21:58:17 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:22 2010 UTC

1Object spell_cancellation 1object spell_cancellation
2inherit type_spell
2name cancellation 3name cancellation
3name_pl cancellation 4name_pl cancellation
5skill evocation
6msg
7Removes magic from locations and items.
8It also removes enchantments from items, so beware!
9endmsg
10other_arch cancellation
4face spell_evocation.x11 11face spell_evocation.x11
5level 10
6sp 30 12sp 30
7casting_time 10 13level 28
8path_attuned 128
9other_arch cancellation
10skill evocation
11type 101 14type 101
12subtype 4 15subtype 4
16attacktype 32770
17path_attuned 128
13value 100 18value 100
14attacktype 32770
15range 12
16duration 1
17no_drop 1
18invisible 1 19invisible 1
19duration 8 20duration 8
20msg 21range 12
21This spell removes magic from locations and items. It also removes enchantments from items, so beware! 22no_drop 1
22endmsg 23casting_time 10
23end 24end
25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines