ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/spear.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:34 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.3 object spear
2     name_pl spears
3     skill two handed weapons
4     face spear.x21
5     is_animated 0
6     dam 7
7 root 1.1 nrof 1
8 root 1.3 type 15
9     attacktype 1
10 root 1.4 materialname iron
11 root 1.3 value 50
12     weight 8500
13 root 1.1 last_sp 9
14 root 1.3 weapontype 5
15     client_type 136
16     is_thrown 1
17     is_turnable 1
18     body_arm -2
19     editable 1024
20     magicmap brown
21 root 1.1 anim
22 pippijn 1.2 spear.x01
23     spear.x11
24     spear.x21
25     spear.x31
26     spear.x41
27     spear.x51
28     spear.x61
29     spear.x71
30     spear.x81
31 root 1.1 mina
32     end
33 root 1.3