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

Comparing deliantra/arch/spell/MagicWall/spell_darkness.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:53 2007 UTC vs.
Revision 1.7 by root, Sun Sep 28 07:30:00 2008 UTC

1object spell_darkness 1object spell_darkness
2name darkness 2name darkness
3name_pl darkness 3name_pl darkness
4skill praying
5msg
6Creates a wall of pure darkness in the direction it is cast but perpendicular to it.
7
8The darkness will block vision, but nothing else, and will eventually go away on its
9own accord.
10endmsg
11other_arch darkness
4face spell_praying.x11 12face spell_praying.x11
13grace 15
14maxgrace 50
5level 5 15level 5
6grace 15
7casting_time 5
8path_attuned 524288
9other_arch darkness
10skill praying
11type 101 16type 101
12subtype 15 17subtype 15
18path_attuned 524288
13value 50 19value 50
14no_drop 1
15invisible 1 20invisible 1
16duration 50 21duration 50
17duration_modifier 2
18maxgrace 50
19range 2 22range 2
20range_modifier 13 23range_modifier 13
21no_pass 1 24duration_modifier 2
25move_block all
26no_drop 1
27casting_time 5
22end 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines