ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/thorns.arc
Revision: 1.10
Committed: Sat Oct 16 09:17:22 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 end
21