ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:17 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +15 -13 lines
Log Message:
simply ran cfarch-normalize on all arches

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 all
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