ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/trident.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 trident
2     name_pl tridents
3     skill two handed weapons
4     face trident.x21
5     is_animated 0
6     dam 11
7     nrof 1
8 root 1.1 type 15
9 root 1.3 attacktype 1
10 root 1.4 materialname iron
11 root 1.3 value 68
12     weight 23000
13 root 1.1 last_sp 8
14 root 1.3 weapontype 5
15     client_type 136
16     is_thrown 1
17     is_turnable 1
18     body_arm -2
19     color_fg green
20     editable 1024
21 root 1.1 anim
22 pippijn 1.2 trident.x01
23     trident.x11
24     trident.x21
25     trident.x31
26     trident.x41
27     trident.x51
28     trident.x61
29     trident.x71
30     trident.x81
31 root 1.1 mina
32     end
33 root 1.3