ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:31 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.5: +14 -12 lines
Log Message:
second normaliser run - dude

File Contents

# Content
1 # a specific type of spell effect (cone) which operates
2 # as a ground object.
3 object thorns
4 name thorns
5 face thorns.x11
6 food 1
7 dam 3
8 wc -1
9 speed 0.2
10 level 1
11 type 102
12 subtype 7
13 attacktype 1
14 move_block swim boat
15 move_on walk
16 move_slow walk
17 move_slow_penalty 3
18 no_pick 1
19 is_wooded 1
20 color_fg brown
21 editable 8
22 end
23