ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/hammer/hammer_2.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:43 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.7 object hammer_2
2 root 1.5 anim
3     hammer_2.x01
4     hammer_2.x11
5     hammer_2.x21
6     hammer_2.x31
7     hammer_2.x41
8     hammer_2.x51
9     hammer_2.x61
10     hammer_2.x71
11     hammer_2.x81
12     mina
13 root 1.11 inherit type_weapon
14 root 1.8 name throwing hammer
15     name_pl throwing hammers
16     skill one handed weapons
17     face hammer_2.x21
18 root 1.3 is_animated 0
19 root 1.11 magicmap grey
20 root 1.3 dam 6
21 root 1.8 nrof 1
22     attacktype 1
23     materialname stone
24     value 23
25 root 1.6 weight 15500
26 root 1.8 last_sp 9
27     weapontype 7
28     client_type 126
29     is_thrown 1
30     is_turnable 1
31     body_arm -1
32 root 1.1 end
33 root 1.8