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

Comparing deliantra/arch/ground/thorns.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:15:38 2007 UTC vs.
Revision 1.7 by root, Sun Mar 11 00:15:19 2007 UTC

1# a specific type of spell effect (cone) which operates 1# a specific type of spell effect (cone) which operates
2# as a ground object. 2# as a ground object.
3object thorns 3object thorns
4name thorns
5face thorns.x11
6food 1
7dam 3
8wc -1
9speed 0.2
10level 1
4type 102 11type 102
5subtype 7 12subtype 7
6level 1 13attacktype 1
7wc -1 14move_block swim boat
8food 1 15move_on walk
9name thorns 16move_slow walk
10face thorns.x11 17move_slow_penalty 3
11color_fg brown
12no_pick 1 18no_pick 1
13walk_on 1
14is_wooded 1 19is_wooded 1
15slow_move 3
16attacktype 1
17speed 0.2
18dam 3
19editable 8 20editable 8
20move_block boat swim 21magicmap brown
21end 22end
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines