ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/spear.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 spear
2 root 1.5 anim
3     spear.x01
4     spear.x11
5     spear.x21
6     spear.x31
7     spear.x41
8     spear.x51
9     spear.x61
10     spear.x71
11     spear.x81
12     mina
13 root 1.11 inherit type_weapon
14 root 1.8 name_pl spears
15     skill two handed weapons
16     face spear.x21
17 root 1.3 is_animated 0
18 root 1.11 magicmap brown
19 root 1.3 dam 7
20 root 1.8 nrof 1
21     attacktype 1
22     materialname iron
23     value 50
24 root 1.6 weight 8500
25 root 1.8 last_sp 9
26 root 1.3 weapontype 5
27     client_type 136
28 root 1.8 is_thrown 1
29     is_turnable 1
30 root 1.3 body_arm -2
31 root 1.1 end
32 root 1.8