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.2 by pippijn, Tue Jan 2 21:49:29 2007 UTC vs.
Revision 1.3 by root, Tue Feb 6 22:40:17 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 all
9name thorns 16move_slow walk
10face thorns.x11 17move_slow_penalty 3
18no_pick 1
19is_wooded 1
11color_fg brown 20color_fg brown
12no_pick 1
13walk_on 1
14is_wooded 1
15slow_move 3
16attacktype 1
17speed 0.2
18dam 3
19editable 8 21editable 8
20move_block boat swim
21end 22end
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines