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.1 by root, Mon Feb 6 20:26:12 2006 UTC vs.
Revision 1.5 by root, Sat Mar 3 01:15:38 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
4type 102 4type 102
5subtype 7 5subtype 7
6level 1 6level 1
7wc -1 7wc -1
8food 1 8food 1
9name thorns 9name thorns
10face thorns.111 10face thorns.x11
11color_fg brown 11color_fg brown
12no_pick 1 12no_pick 1
13walk_on 1 13walk_on 1
14is_wooded 1 14is_wooded 1
15slow_move 3 15slow_move 3
16attacktype 1 16attacktype 1
17speed 0.2 17speed 0.2
18dam 3 18dam 3
19editable 8 19editable 8
20move_block boat swim
20end 21end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines