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.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:29 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines