ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.9
Committed: Tue Nov 3 09:48:49 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

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 magicmap brown
7 food 1
8 dam 3
9 wc -1
10 speed 0.2
11 level 1
12 type 102
13 subtype 7
14 attacktype 1
15 move_block swim boat
16 move_on walk
17 move_slow walk
18 move_slow_penalty 3
19 no_pick 1
20 is_wooded 1
21 end
22