ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/indoor/chair.arc
Revision: 1.12
Committed: Thu Apr 29 08:30:57 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.11: +1 -0 lines
Log Message:
make all weapons use the combat slot

File Contents

# User Rev Content
1 root 1.6 object chair
2 root 1.10 inherit type_weapon
3 root 1.7 name_pl chairs
4     skill two handed weapons
5 pippijn 1.2 face chair.x11
6 root 1.10 magicmap black
7 root 1.7 dam 4
8     nrof 1
9     materialname wood
10     value 20
11 root 1.5 weight 40000
12     last_sp 16
13 root 1.1 client_type 8002
14     body_arm -2
15 root 1.12 body_combat -1
16 root 1.1 end
17 root 1.7