ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.2
Committed: Tue Jan 2 21:49:29 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +2 -1 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

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 pippijn 1.2 face thorns.x11
11 root 1.1 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 pippijn 1.2 move_block boat swim
21 root 1.1 end