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

Comparing deliantra/arch/spell/MagicWall/spell_wall_of_thorns.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:53 2007 UTC vs.
Revision 1.9 by root, Thu Sep 17 08:14:49 2009 UTC

1object spell_wall_of_thorns 1object spell_wall_of_thorns
2name wall of thorns 2name wall of thorns
3name_pl wall of thorns 3name_pl wall of thorns
4skill praying
5msg
6Creates a wall of thorns perpendicular to the direction it was targetted at.
7
8The wall will hurt creatures that try to cross it physically, and will eventually
9evaporate.
10endmsg
11other_arch thorns
4face spell_praying.x11 12face spell_praying.x11
5level 6
6grace 20 13grace 20
7casting_time 5 14maxgrace 50
8path_attuned 2048 15dam 4
9other_arch thorns 16level 12
10skill praying
11type 101 17type 101
12subtype 15 18subtype 15
19attacktype 1
20path_attuned 2048
13value 60 21value 60
14no_drop 1
15invisible 1 22invisible 1
16duration 300 23duration 300
17duration_modifier 1
18dam 4
19dam_modifier 3
20maxgrace 50
21attacktype 1
22range 2 24range 2
23range_modifier 14 25range_modifier 14
24no_pass 1 26duration_modifier 1
27dam_modifier 3
28move_block all
29no_drop 1
30casting_time 5
25end 31end
32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines