ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.5
Committed: Sat Mar 3 01:15:38 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# Content
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.x11
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 move_block boat swim
21 end