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.2 by pippijn, Tue Jan 2 21:58:33 2007 UTC vs.
Revision 1.9 by root, Fri Apr 2 21:26:29 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines