ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/slicingknife.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:24 2007 UTC (17 years, 4 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 b_slicingknife
2     name slicing knife
3     name_pl slicing knives
4     slaying cut
5     face b_slicingknife.x11
6 root 1.1 nrof 1
7     type 163
8     material 2
9     materialname bronze
10 root 1.3 value 7
11 root 1.1 weight 1000
12 root 1.3 client_type 8021
13 root 1.1 editable 1024
14     magicmap grey
15 root 1.3 end
16    
17     object slicingknife
18 root 1.1 name slicing knife
19     name_pl slicing knives
20     slaying cut
21 root 1.3 face slicingknife.x11
22 root 1.1 nrof 1
23     type 163
24 root 1.4 materialname iron
25 root 1.3 value 14
26 root 1.1 weight 1000
27 root 1.3 client_type 8021
28 root 1.1 editable 1024
29     magicmap grey
30     end
31