ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.1
Committed: Mon Feb 6 20:26:12 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3     Object thorns
4     type 102
5     subtype 7
6     level 1
7     wc -1
8     food 1
9     name thorns
10     face thorns.111
11     color_fg brown
12     no_pick 1
13     walk_on 1
14     is_wooded 1
15     slow_move 3
16     attacktype 1
17     speed 0.2
18     dam 3
19     editable 8
20     end